Home | History | Annotate | Download | only in base

Lines Matching defs:VLOG_IF

110 // There is also a VLOG_IF "verbose level" condition macro for sample
114 // VLOG_IF(1, (size > 1024))
383 #define VLOG_IF(verbose_level, condition) \
563 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)