Searched defs:CHECK (Results 1 – 2 of 2) sorted by relevance
196 #define CHECK(condition) LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". " macro
458 #define CHECK(condition) LOG_ALWAYS_FATAL_IF(!(condition), "%s",\ macro