Searched defs:BASE_ASSERT_MSG (Results 1 – 1 of 1) sorted by relevance
22 #define BASE_ASSERT_MSG(cond, msg) assert((cond) && (msg)) macro28 #define BASE_ASSERT_MSG(cond, msg) ((void)0) macro