Searched defs:PCHECK (Results 1 – 12 of 12) sorted by relevance
234 #define PCHECK(condition) \ macro246 #define PCHECK(condition) \ macro
631 #define PCHECK(condition) \ macro652 #define PCHECK(condition) \ macro664 #define PCHECK(condition) \ macro
628 #define PCHECK(condition) \ macro649 #define PCHECK(condition) \ macro661 #define PCHECK(condition) \ macro
26 #define PCHECK(invocation) CHECK(invocation) macro
80 #define PCHECK(condition) ABSL_LOG_INTERNAL_PCHECK_IMPL((condition), #condition) macro
80 #define PCHECK(condition) ABSL_PCHECK_IMPL((condition), #condition) macro
200 #define PCHECK(condition) PLOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". " macro
86 #define PCHECK(condition) CHECK(condition).WithPerror() macro