Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/
Dsocket_base.cpp80 socket_base::do_not_route do_not_route1(true); in test() local
81 sock.set_option(do_not_route1); in test()
84 do_not_route1 = true; in test()
85 (void)static_cast<bool>(do_not_route1); in test()
86 (void)static_cast<bool>(!do_not_route1); in test()
87 (void)static_cast<bool>(do_not_route1.value()); in test()
323 socket_base::do_not_route do_not_route1(true); in test() local
324 BOOST_ASIO_CHECK(do_not_route1.value()); in test()
325 BOOST_ASIO_CHECK(static_cast<bool>(do_not_route1)); in test()
326 BOOST_ASIO_CHECK(!!do_not_route1); in test()
[all …]