Home
last modified time | relevance | path

Searched refs:NN_ASSERTMSG_WITH_RESULT (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/
Dassert.h40 … #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…