Searched defs:ASSERT_LOG (Results 1 – 3 of 3) sorted by relevance
40 #define ASSERT_LOG(condition, fmt, args...) \ macro
30 #define ASSERT_LOG(cond, ...) CHECK(cond) << fmt::sprintf(__VA_ARGS__) macro
73 #define ASSERT_LOG(x, ...) \ macro