Lines Matching refs:WriteHandler
85 typename CompletionCondition, typename WriteHandler>
91 CompletionCondition completion_condition, WriteHandler& handler) in write_op()
98 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
118 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
152 WriteHandler handler_;
156 typename CompletionCondition, typename WriteHandler>
158 CompletionCondition, WriteHandler>
165 WriteHandler& handler) in write_op()
172 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
192 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
226 WriteHandler handler_;
230 typename CompletionCondition, typename WriteHandler>
232 CompletionCondition, WriteHandler>
239 WriteHandler& handler) in write_op()
246 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
266 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
300 WriteHandler handler_;
304 typename CompletionCondition, typename WriteHandler>
306 CompletionCondition, WriteHandler>
311 CompletionCondition completion_condition, WriteHandler& handler) in write_op()
318 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
338 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
381 WriteHandler handler_;
386 typename CompletionCondition, typename WriteHandler>
388 CompletionCondition, WriteHandler>
393 CompletionCondition completion_condition, WriteHandler& handler) in write_op()
400 handler_(ASIO_MOVE_CAST(WriteHandler)(handler)) in write_op()
420 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_)) in write_op()
463 WriteHandler handler_;
468 typename CompletionCondition, typename WriteHandler>
471 CompletionCondition, WriteHandler>* this_handler) in asio_handler_allocate()
478 typename CompletionCondition, typename WriteHandler>
481 CompletionCondition, WriteHandler>* this_handler) in asio_handler_deallocate()
488 typename CompletionCondition, typename WriteHandler>
491 CompletionCondition, WriteHandler>* this_handler) in asio_handler_is_continuation()
500 typename WriteHandler>
503 CompletionCondition, WriteHandler>* this_handler) in asio_handler_invoke()
511 typename WriteHandler>
514 CompletionCondition, WriteHandler>* this_handler) in asio_handler_invoke()
522 typename CompletionCondition, typename WriteHandler>
523 inline ASIO_INITFN_RESULT_TYPE(WriteHandler, in ASIO_INITFN_RESULT_TYPE() argument
527 ASIO_MOVE_ARG(WriteHandler) handler) in ASIO_INITFN_RESULT_TYPE()
531 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()
534 WriteHandler, void (asio::error_code, std::size_t)> init( in ASIO_INITFN_RESULT_TYPE()
535 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
539 WriteHandler, void (asio::error_code, std::size_t))>( in ASIO_INITFN_RESULT_TYPE()
547 typename WriteHandler>
548 inline ASIO_INITFN_RESULT_TYPE(WriteHandler, in ASIO_INITFN_RESULT_TYPE() argument
551 ASIO_MOVE_ARG(WriteHandler) handler) in ASIO_INITFN_RESULT_TYPE()
555 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()
558 WriteHandler, void (asio::error_code, std::size_t)> init( in ASIO_INITFN_RESULT_TYPE()
559 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
563 WriteHandler, void (asio::error_code, std::size_t))>( in ASIO_INITFN_RESULT_TYPE()