Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_socket_streambuf.hpp80 class socket_streambuf_io_context class
83 socket_streambuf_io_context(io_context* ctx) in socket_streambuf_io_context() function in boost::asio::detail::socket_streambuf_io_context
141 private detail::socket_streambuf_io_context,
194 : detail::socket_streambuf_io_context(new io_context), in basic_socket_streambuf()
204 : detail::socket_streambuf_io_context(0), in basic_socket_streambuf()
213 : detail::socket_streambuf_io_context(other), in basic_socket_streambuf()
232 detail::socket_streambuf_io_context::operator=(other); in operator =()