Lines Matching defs:condition
175 #define LAZY_STREAM(stream, condition) \ argument
189 #define LOG_IF(severity, condition) \ argument
199 #define VLOG_IF(verbose_level, condition) \ argument
205 #define LOG_ASSERT(condition) \ argument
207 #define SYSLOG_ASSERT(condition) \ argument
213 #define PLOG_IF(severity, condition) \ argument
227 #define CHECK(condition) \ argument
231 #define PCHECK(condition) \ argument
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) argument
326 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) argument
327 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) argument
328 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition) argument
329 #define DVPLOG_IF(verboselevel, condition) VPLOG_IF(verboselevel, condition) argument
393 #define DCHECK(condition) \ argument
397 #define DPCHECK(condition) \ argument
589 #define RAW_CHECK(condition) \ argument