Lines Matching defs:condition
255 #define LAZY_STREAM(stream, condition) \ argument
269 #define LOG_IF(severity, condition) \ argument
273 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) argument
282 #define VLOG_IF(verbose_level, condition) \ argument
301 #define VPLOG_IF(verbose_level, condition) \ argument
307 #define LOG_ASSERT(condition) \ argument
309 #define SYSLOG_ASSERT(condition) \ argument
326 #define PLOG_IF(severity, condition) \ argument
340 #define CHECK(condition) \ argument
344 #define PCHECK(condition) \ argument
446 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
447 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) argument
448 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) argument
449 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition) argument
450 #define DVPLOG_IF(verboselevel, condition) VPLOG_IF(verboselevel, condition) argument
512 #define DCHECK(condition) \ argument
516 #define DPCHECK(condition) \ argument