Home
last modified time | relevance | path

Searched defs:not_connected (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/graph/
Dexception.hpp44 struct BOOST_SYMBOL_VISIBLE not_connected : public bad_graph struct
46 not_connected() : bad_graph("The graph must be connected.") {} in not_connected() argument
/third_party/boost/boost/asio/
Derror.hpp157 not_connected = BOOST_ASIO_SOCKET_ERROR(ENOTCONN), enumerator
/third_party/boost/libs/asio/include/boost/asio/
Derror.hpp157 not_connected = BOOST_ASIO_SOCKET_ERROR(ENOTCONN), enumerator
/third_party/nghttp2/src/
Dasio_client_session_impl.cc145 void session_impl::not_connected(const boost::system::error_code &ec) { in not_connected() function in nghttp2::asio_http2::client::session_impl
/third_party/boost/boost/system/
Derror_code.hpp115 not_connected = ENOTCONN, enumerator