Searched refs:NN_ASSERTMSG_WITH_RESULT (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/ |
| D | assert.h | 89 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) macro 301 #undef NN_ASSERTMSG_WITH_RESULT 342 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) NN_ASSERTMSG(exp, __VA_ARGS__) macro 348 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ macro 354 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ macro 361 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) ((void)0) macro 411 …#define NN_RESULT_ASSERT( exp) NN_ASSERTMSG_WITH_RESULT( (exp).IsSuccess(), (exp), "… 441 …#define NN_ASSERT_WITH_RESULT( exp, result) NN_ASSERTMSG_WITH_RESULT( (exp), (result), "%s",…
|