Searched defs:VLOG_IF (Results 1 – 3 of 3) sorted by relevance
309 # define VLOG_IF(n, condition) LOG_IF(n, (n <= MAX_LOG_LEVEL) && condition) macro314 # define VLOG_IF(n, condition) LOG_IF(n, condition) macro
355 #define VLOG_IF(verbose_level, condition) \ macro
415 #define VLOG_IF(verbose_level, condition) \ macro