Searched refs:debug1 (Results 1 – 2 of 2) sorted by relevance
69 socket_base::debug debug1(true); in test() local70 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() local247 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 …]
357 #define debug1(hook, templ, args...) \ macro372 #define debug1(hook, templ, ...) \ macro435 #define debug1(hook, templ, args...) \