Home
last modified time | relevance | path

Searched defs:intermediate_completion_handler (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp11/operations/
Dcomposed_6.cpp74 struct intermediate_completion_handler in operator ()() struct
79 tcp::socket& socket_; in operator ()()
84 std::unique_ptr<std::string> encoded_message_; in operator ()()
87 std::size_t repeat_count_; in operator ()()
90 std::unique_ptr<boost::asio::steady_timer> delay_timer_; in operator ()()
95 enum { starting, waiting, writing } state_; in operator ()()
102 boost::asio::execution::outstanding_work.tracked))>::type io_work_; in operator ()()
106 typename std::decay<CompletionHandler>::type handler_; in operator ()()
111 void operator()(const boost::system::error_code& error, std::size_t = 0) in operator ()()
154 using executor_type = boost::asio::associated_executor_t< in operator ()()
[all …]
Dcomposed_5.cpp70 struct intermediate_completion_handler in operator ()() struct
74 tcp::socket& socket_; in operator ()()
79 std::unique_ptr<std::string> encoded_message_; in operator ()()
82 typename std::decay<CompletionHandler>::type handler_; in operator ()()
86 void operator()(const boost::system::error_code& error, std::size_t /*n*/) in operator ()()
105 using executor_type = boost::asio::associated_executor_t< in operator ()()
109 executor_type get_executor() const noexcept in operator ()()
121 using allocator_type = boost::asio::associated_allocator_t< in operator ()()
125 allocator_type get_allocator() const noexcept in operator ()()
/third_party/boost/libs/asio/example/cpp11/operations/
Dcomposed_6.cpp74 struct intermediate_completion_handler in operator ()() struct
79 tcp::socket& socket_; in operator ()()
84 std::unique_ptr<std::string> encoded_message_; in operator ()()
87 std::size_t repeat_count_; in operator ()()
90 std::unique_ptr<boost::asio::steady_timer> delay_timer_; in operator ()()
95 enum { starting, waiting, writing } state_; in operator ()()
102 boost::asio::execution::outstanding_work.tracked))>::type io_work_; in operator ()()
106 typename std::decay<CompletionHandler>::type handler_; in operator ()()
111 void operator()(const boost::system::error_code& error, std::size_t = 0) in operator ()()
154 using executor_type = boost::asio::associated_executor_t< in operator ()()
[all …]
Dcomposed_5.cpp70 struct intermediate_completion_handler in operator ()() struct
74 tcp::socket& socket_; in operator ()()
79 std::unique_ptr<std::string> encoded_message_; in operator ()()
82 typename std::decay<CompletionHandler>::type handler_; in operator ()()
86 void operator()(const boost::system::error_code& error, std::size_t /*n*/) in operator ()()
105 using executor_type = boost::asio::associated_executor_t< in operator ()()
109 executor_type get_executor() const noexcept in operator ()()
121 using allocator_type = boost::asio::associated_allocator_t< in operator ()()
125 allocator_type get_allocator() const noexcept in operator ()()
/third_party/boost/libs/asio/example/cpp14/operations/
Dcomposed_6.cpp85 struct intermediate_completion_handler in async_write_messages() struct
90 tcp::socket& socket_; in async_write_messages()
95 std::unique_ptr<std::string> encoded_message_; in async_write_messages()
98 std::size_t repeat_count_; in async_write_messages()
101 std::unique_ptr<boost::asio::steady_timer> delay_timer_; in async_write_messages()
106 enum { starting, waiting, writing } state_; in async_write_messages()
113 boost::asio::execution::outstanding_work.tracked))>::type io_work_; in async_write_messages()
117 typename std::decay<decltype(completion_handler)>::type handler_; in async_write_messages()
122 void operator()(const boost::system::error_code& error, std::size_t = 0) in async_write_messages()
165 using executor_type = boost::asio::associated_executor_t< in async_write_messages()
[all …]
Dcomposed_5.cpp80 struct intermediate_completion_handler in async_write_message() struct
84 tcp::socket& socket_; in async_write_message()
89 std::unique_ptr<std::string> encoded_message_; in async_write_message()
92 typename std::decay<decltype(completion_handler)>::type handler_; in async_write_message()
96 void operator()(const boost::system::error_code& error, std::size_t /*n*/) in async_write_message()
115 using executor_type = boost::asio::associated_executor_t< in async_write_message()
119 executor_type get_executor() const noexcept in async_write_message()
131 using allocator_type = boost::asio::associated_allocator_t< in async_write_message()
135 allocator_type get_allocator() const noexcept in async_write_message()
/third_party/boost/doc/html/boost_asio/example/cpp14/operations/
Dcomposed_6.cpp85 struct intermediate_completion_handler in async_write_messages() struct
90 tcp::socket& socket_; in async_write_messages()
95 std::unique_ptr<std::string> encoded_message_; in async_write_messages()
98 std::size_t repeat_count_; in async_write_messages()
101 std::unique_ptr<boost::asio::steady_timer> delay_timer_; in async_write_messages()
106 enum { starting, waiting, writing } state_; in async_write_messages()
113 boost::asio::execution::outstanding_work.tracked))>::type io_work_; in async_write_messages()
117 typename std::decay<decltype(completion_handler)>::type handler_; in async_write_messages()
122 void operator()(const boost::system::error_code& error, std::size_t = 0) in async_write_messages()
165 using executor_type = boost::asio::associated_executor_t< in async_write_messages()
[all …]
Dcomposed_5.cpp80 struct intermediate_completion_handler in async_write_message() struct
84 tcp::socket& socket_; in async_write_message()
89 std::unique_ptr<std::string> encoded_message_; in async_write_message()
92 typename std::decay<decltype(completion_handler)>::type handler_; in async_write_message()
96 void operator()(const boost::system::error_code& error, std::size_t /*n*/) in async_write_message()
115 using executor_type = boost::asio::associated_executor_t< in async_write_message()
119 executor_type get_executor() const noexcept in async_write_message()
131 using allocator_type = boost::asio::associated_allocator_t< in async_write_message()
135 allocator_type get_allocator() const noexcept in async_write_message()