Searched refs:UT_FALSE (Results 1 – 1 of 1) sorted by relevance
444 #define UT_FALSE(actual, ret, ...) \ macro577 #define EXPECT_FALSE(actual, ...) UT_FALSE(actual, DONOT_RET, ##__VA_ARGS__)609 #define ASSERT_FALSE(actual, ...) UT_FALSE(actual, RET_FALSE, ##__VA_ARGS__)
Completed in 5 milliseconds