Home | History | Annotate | Download | only in impl

Lines Matching refs:WriteHandler

85       typename CompletionCondition, typename WriteHandler>
91 CompletionCondition completion_condition, WriteHandler& handler)
98 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
118 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
152 WriteHandler handler_;
156 typename CompletionCondition, typename WriteHandler>
158 CompletionCondition, WriteHandler>
165 WriteHandler& handler)
172 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
192 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
226 WriteHandler handler_;
230 typename CompletionCondition, typename WriteHandler>
232 CompletionCondition, WriteHandler>
239 WriteHandler& handler)
246 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
266 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
300 WriteHandler handler_;
304 typename CompletionCondition, typename WriteHandler>
306 CompletionCondition, WriteHandler>
311 CompletionCondition completion_condition, WriteHandler& handler)
318 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
338 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
381 WriteHandler handler_;
386 typename CompletionCondition, typename WriteHandler>
388 CompletionCondition, WriteHandler>
393 CompletionCondition completion_condition, WriteHandler& handler)
400 handler_(ASIO_MOVE_CAST(WriteHandler)(handler))
420 handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
463 WriteHandler handler_;
468 typename CompletionCondition, typename WriteHandler>
471 CompletionCondition, WriteHandler>* this_handler)
478 typename CompletionCondition, typename WriteHandler>
481 CompletionCondition, WriteHandler>* this_handler)
488 typename CompletionCondition, typename WriteHandler>
491 CompletionCondition, WriteHandler>* this_handler)
500 typename WriteHandler>
503 CompletionCondition, WriteHandler>* this_handler)
511 typename WriteHandler>
514 CompletionCondition, WriteHandler>* this_handler)
522 typename CompletionCondition, typename WriteHandler>
523 inline ASIO_INITFN_RESULT_TYPE(WriteHandler,
527 ASIO_MOVE_ARG(WriteHandler) handler)
530 // not meet the documented type requirements for a WriteHandler.
531 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check;
534 WriteHandler, void (asio::error_code, std::size_t)> init(
535 ASIO_MOVE_CAST(WriteHandler)(handler));
539 WriteHandler, void (asio::error_code, std::size_t))>(
547 typename WriteHandler>
548 inline ASIO_INITFN_RESULT_TYPE(WriteHandler,
551 ASIO_MOVE_ARG(WriteHandler) handler)
554 // not meet the documented type requirements for a WriteHandler.
555 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check;
558 WriteHandler, void (asio::error_code, std::size_t)> init(
559 ASIO_MOVE_CAST(WriteHandler)(handler));
563 WriteHandler, void (asio::error_code, std::size_t))>(