Searched defs:read_some_handler (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/ |
D | serial_port.cpp | 44 struct read_some_handler struct 46 read_some_handler() {} in read_some_handler() function 47 void operator()(const boost::system::error_code&, std::size_t) {} in operator ()() 49 read_some_handler(read_some_handler&&) {} in read_some_handler() argument
|
D | buffered_read_stream.cpp | 50 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
D | buffered_write_stream.cpp | 50 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
D | buffered_stream.cpp | 54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/ip/ |
D | tcp.cpp | 200 struct read_some_handler struct 202 read_some_handler() {} in read_some_handler() function 203 void operator()(const boost::system::error_code&, std::size_t) {} in operator ()() 205 read_some_handler(read_some_handler&&) {} in read_some_handler() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/windows/ |
D | stream_handle.cpp | 37 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
D | random_access_handle.cpp | 37 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/posix/ |
D | stream_descriptor.cpp | 41 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/ssl/ |
D | stream.cpp | 54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/local/ |
D | stream_protocol.cpp | 49 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/generic/ |
D | stream_protocol.cpp | 54 void read_some_handler(const boost::system::error_code&, std::size_t) in read_some_handler() function
|