Lines Matching defs:condition
211 #define LAZY_STREAM(stream, condition) \ argument
225 #define LOG_IF(severity, condition) \ argument
228 #define LOG_ASSERT(condition) \ argument
246 #define PLOG_IF(severity, condition) \ argument
396 #define CHECK(condition) \ argument
403 #define PCHECK(condition) \ argument
419 #define CHECK(condition) \ argument
423 #define PCHECK(condition) \ argument
430 #define CHECK(condition) \ argument
434 #define PCHECK(condition) \ argument
585 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
586 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) argument
587 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) argument
636 #define DCHECK(condition) \ argument
640 #define DPCHECK(condition) \ argument
648 #define DCHECK(condition) \ argument
651 #define DPCHECK(condition) \ argument
657 #define DCHECK(condition) EAT_STREAM_PARAMETERS << !(condition) argument
658 #define DPCHECK(condition) EAT_STREAM_PARAMETERS << !(condition) argument
881 #define RAW_CHECK(condition) \ argument