Searched refs:OSP_VLOG_IF (Results 1 – 3 of 3) sorted by relevance
73 #define OSP_VLOG_IF(condition) !(condition) ? (void)0 : OSP_VLOG macro114 #define OSP_DVLOG OSP_VLOG_IF(OSP_DCHECK_IS_ON())119 #define OSP_DVLOG_IF(condition) OSP_VLOG_IF(OSP_DCHECK_IS_ON() && (condition))
123 OSP_VLOG_IF(true) << "Verbose"; in TEST_F()129 OSP_VLOG_IF(false) << "Verbose"; in TEST_F()
235 OSP_VLOG_IF(!result.handled) << "no message handler matched"; in HandleStreamBufferLoop()