Home
last modified time | relevance | path

Searched refs:OSP_VLOG_IF (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/util/
Dosp_logging.h73 #define OSP_VLOG_IF(condition) !(condition) ? (void)0 : OSP_VLOG macro
114 #define OSP_DVLOG OSP_VLOG_IF(OSP_DCHECK_IS_ON())
119 #define OSP_DVLOG_IF(condition) OSP_VLOG_IF(OSP_DCHECK_IS_ON() && (condition))
/external/openscreen/platform/impl/
Dlogging_unittest.cc123 OSP_VLOG_IF(true) << "Verbose"; in TEST_F()
129 OSP_VLOG_IF(false) << "Verbose"; in TEST_F()
/external/openscreen/osp/impl/
Dmessage_demuxer.cc235 OSP_VLOG_IF(!result.handled) << "no message handler matched"; in HandleStreamBufferLoop()