Lines Matching defs:condition
388 #define LAZY_STREAM(stream, condition) \ argument
402 #define LOG_IF(severity, condition) \ argument
406 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) argument
415 #define VLOG_IF(verbose_level, condition) \ argument
432 #define VPLOG_IF(verbose_level, condition) \ argument
438 #define LOG_ASSERT(condition) \ argument
440 #define SYSLOG_ASSERT(condition) \ argument
456 #define PLOG_IF(severity, condition) \ argument
493 #define CHECK(condition) \ argument
496 #define PCHECK(condition) CHECK(condition) argument
510 #define CHECK(condition) \ argument
515 #define PCHECK(condition) \ argument
523 #define CHECK(condition) \ argument
527 #define PCHECK(condition) \ argument
626 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
627 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) argument
628 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) argument
629 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition) argument
630 #define DVPLOG_IF(verboselevel, condition) VPLOG_IF(verboselevel, condition) argument
697 #define DCHECK(condition) \ argument
702 #define DPCHECK(condition) \ argument
709 #define DCHECK(condition) \ argument
713 #define DPCHECK(condition) \ argument
920 #define RAW_CHECK(condition) \ argument