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