Searched refs:NN_SASSERTMSG_WITH_RESULT_ (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/ |
| D | assert.h | 84 …#define NN_SASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro 98 #define NN_SASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro 107 #define NN_SASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro 115 #define NN_SASSERTMSG_WITH_RESULT_(exp, result, ...) ((void)0) macro 130 #define NN_SASSERT_RESULT_(exp) NN_SASSERTMSG_WITH_RESULT_((exp).IsSuccess(), (exp), "") 170 #define NN_SASSERT_WITH_RESULT_(exp, result) NN_SASSERTMSG_WITH_RESULT_( (exp), (result), "%s", …
|