Searched refs:NN_ASSERTMSG_WITH_RESULT (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/ |
| D | assert.h | 40 … #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ macro 50 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ macro 55 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ macro 61 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) ((void)0) macro 128 #define NN_ASSERT_RESULT(exp) NN_ASSERTMSG_WITH_RESULT((exp).IsSuccess(), (exp), "") 168 #define NN_ASSERT_WITH_RESULT(exp, result) NN_ASSERTMSG_WITH_RESULT( (exp), (result), "%s", #e…
|