Searched defs:VLOG_IS_ON (Results 1 – 3 of 3) sorted by relevance
44 #define VLOG_IS_ON(TAG) \ macro
107 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) macro
65 #define VLOG_IS_ON(TAG) ((vLogMask & (1 << (TAG))) != 0) macro