Home
last modified time | relevance | path

Searched defs:OSP_LOG_IF (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/util/
H A Dlogging.h77 #define OSP_LOG_IF(level, condition) !(condition) ? (void)0 : OSP_LOG_##level macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/util/
H A Dosp_logging.h74 #define OSP_LOG_IF(level, condition) !(condition) ? (void)0 : OSP_LOG_##level macro