Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/
Dassert.h78 …#define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro
96 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro
105 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro
114 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) ((void)0) macro
129 #define NN_TASSERT_RESULT_(exp) NN_TASSERTMSG_WITH_RESULT_((exp).IsSuccess(), (exp), "")
169 #define NN_TASSERT_WITH_RESULT_(exp, result) NN_TASSERTMSG_WITH_RESULT_( (exp), (result), "%s", …