Lines Matching defs:condition
495 #define LAZY_STREAM(stream, condition) \ argument
509 #define LOG_IF(severity, condition) \ argument
519 #define VLOG_IF(verbose_level, condition) \ argument
536 #define VPLOG_IF(verbose_level, condition) \ argument
542 #define LOG_ASSERT(condition) \ argument
559 #define PLOG_IF(severity, 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
588 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition) argument
589 #define DVPLOG_IF(verboselevel, condition) VPLOG_IF(verboselevel, condition) argument
598 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS argument
599 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS argument
600 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS argument
601 #define DVLOG_IF(verboselevel, condition) EAT_STREAM_PARAMETERS argument
602 #define DVPLOG_IF(verboselevel, condition) EAT_STREAM_PARAMETERS argument