Home
last modified time | relevance | path

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

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