Home
last modified time | relevance | path

Searched defs:completion_handler (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/asio/detail/
Dcompletion_handler.hpp32 class completion_handler : public operation class
37 completion_handler(Handler& h, const IoExecutor& io_ex) in completion_handler() function in boost::asio::detail::completion_handler
/third_party/boost/libs/asio/include/boost/asio/detail/
Dcompletion_handler.hpp32 class completion_handler : public operation class
37 completion_handler(Handler& h, const IoExecutor& io_ex) in completion_handler() function in boost::asio::detail::completion_handler
/third_party/boost/libs/asio/example/cpp14/operations/
Dcomposed_3.cpp76 { in async_write_message()
Dcomposed_4.cpp77 { in async_write_message()
Dcomposed_5.cpp76 { in async_write_message()
Dcomposed_6.cpp82 { in async_write_messages()
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/
Dcomposed_3.cpp76 { in async_write_message()
Dcomposed_4.cpp77 { in async_write_message()
Dcomposed_5.cpp76 { in async_write_message()
Dcomposed_6.cpp82 { in async_write_messages()
/third_party/boost/libs/asio/include/boost/asio/
Dasync_result.hpp245 completion_handler_type&, completion_handler_type>::type completion_handler; member
247 completion_handler_type completion_handler; member
/third_party/boost/boost/asio/
Dasync_result.hpp245 completion_handler_type&, completion_handler_type>::type completion_handler; member
247 completion_handler_type completion_handler; member
/third_party/boost/libs/asio/test/execution/
Dbulk_execute.cpp269 void completion_handler() in completion_handler() function