Home
last modified time | relevance | path

Searched refs:OSP_DVLOG_IF (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/platform/impl/
Dlogging_unittest.cc172 OSP_DVLOG_IF(true) << "Verbose"; in TEST_F()
187 OSP_DVLOG_IF(false) << "Verbose"; in TEST_F()
/external/openscreen/util/
Dosp_logging.h119 #define OSP_DVLOG_IF(condition) OSP_VLOG_IF(OSP_DCHECK_IS_ON() && (condition)) macro