Lines Matching defs:condition
328 #define LAZY_STREAM(stream, condition) \ argument
342 #define LOG_IF(severity, condition) \ argument
346 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) argument
355 #define VLOG_IF(verbose_level, condition) \ argument
359 #define LOG_ASSERT(condition) \ argument
361 #define SYSLOG_ASSERT(condition) \ argument
398 #define CHECK(condition) \ argument
401 #define PCHECK(condition) CHECK(condition) argument
408 #define CHECK(condition) \ argument
505 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
506 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) argument
507 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition) argument
564 #define DCHECK(condition) \ argument
681 #define RAW_CHECK(condition) \ argument