Searched defs:ASSERT_LOG (Results 1 – 4 of 4) sorted by relevance
45 #define ASSERT_LOG(condition, fmt, args...) \ macro
30 #define ASSERT_LOG(cond, ...) CHECK(cond) << fmt::sprintf(__VA_ARGS__) macro
66 #define ASSERT_LOG(condition, fmt, args...) \ macro
200 #define ASSERT_LOG(condition, fmt, args...) \ macro