Lines Matching refs:cond
47 #define UNITTEST_CHECK_AND_RETURN_RET_LOG(cond, ret, fmt, ...) \
49 if (!(cond)) { \
58 #define UNITTEST_CHECK_AND_RETURN_LOG(cond, fmt, ...) \
60 if (!(cond)) { \
69 #define UNITTEST_CHECK_AND_INFO_LOG(cond, fmt, ...) \
71 if (!(cond)) { \
79 #define UNITTEST_CHECK_AND_BREAK_LOG(cond, fmt, ...) \
80 if (!(cond)) { \
88 #define UNITTEST_CHECK_AND_CONTINUE_LOG(cond, fmt, ...) \
89 if (!(cond)) { \