Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/
Dassert.h368 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) NN_ASSERTMSG(exp, __VA_ARGS__) macro
377 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro
387 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) \ macro
397 #define NN_TASSERTMSG_WITH_RESULT_(exp, result, ...) ((void)0) macro
412 …#define NN_RESULT_TASSERT_(exp) NN_TASSERTMSG_WITH_RESULT_((exp).IsSuccess(), (exp), "…
442 …#define NN_TASSERT_WITH_RESULT_(exp, result) NN_TASSERTMSG_WITH_RESULT_( (exp), (result), "%s",…