Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/
Dsocket_base.cpp69 socket_base::debug debug1(true); in test() local
70 sock.set_option(debug1); in test()
73 debug1 = true; in test()
74 (void)static_cast<bool>(debug1); in test()
75 (void)static_cast<bool>(!debug1); in test()
76 (void)static_cast<bool>(debug1.value()); in test()
246 socket_base::debug debug1(true); in test() local
247 BOOST_ASIO_CHECK(debug1.value()); in test()
248 BOOST_ASIO_CHECK(static_cast<bool>(debug1)); in test()
249 BOOST_ASIO_CHECK(!!debug1); in test()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h357 #define debug1(hook, templ, args...) \ macro
372 #define debug1(hook, templ, ...) \ macro
435 #define debug1(hook, templ, args...) \