Searched defs:ASSERT_WITH_MESSAGE (Results 1 – 1 of 1) sorted by relevance
269 #define ASSERT_WITH_MESSAGE(assertion) ((void)0) macro271 #define ASSERT_WITH_MESSAGE(assertion, arg...) ((void)0) macro273 #define ASSERT_WITH_MESSAGE(assertion, ...) ((void)0) macro275 #define ASSERT_WITH_MESSAGE(assertion, ...) do \ macro