Home
last modified time | relevance | path

Searched refs:ReadHandler (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dread.hpp87 typename CompletionCondition, typename ReadHandler>
93 CompletionCondition completion_condition, ReadHandler& handler) in read_op()
100 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
120 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op()
154 ReadHandler handler_;
158 typename CompletionCondition, typename ReadHandler>
160 CompletionCondition, ReadHandler>
166 CompletionCondition completion_condition, ReadHandler& handler) in read_op()
173 handler_(ASIO_MOVE_CAST(ReadHandler)(handler)) in read_op()
193 handler_(ASIO_MOVE_CAST(ReadHandler)(other.handler_)) in read_op()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp552 template <typename MutableBufferSequence, typename ReadHandler>
553 ASIO_INITFN_RESULT_TYPE(ReadHandler, in ASIO_INITFN_RESULT_TYPE() argument
556 ASIO_MOVE_ARG(ReadHandler) handler) in ASIO_INITFN_RESULT_TYPE()
560 ASIO_READ_HANDLER_CHECK(ReadHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()
563 buffers, 0, ASIO_MOVE_CAST(ReadHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
605 template <typename MutableBufferSequence, typename ReadHandler>
606 ASIO_INITFN_RESULT_TYPE(ReadHandler, in ASIO_INITFN_RESULT_TYPE() argument
610 ASIO_MOVE_ARG(ReadHandler) handler) in ASIO_INITFN_RESULT_TYPE()
614 ASIO_READ_HANDLER_CHECK(ReadHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()
617 buffers, flags, ASIO_MOVE_CAST(ReadHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
[all …]
Dread.hpp278 typename ReadHandler>
279 ASIO_INITFN_RESULT_TYPE(ReadHandler,
282 ASIO_MOVE_ARG(ReadHandler) handler);
348 typename CompletionCondition, typename ReadHandler>
349 ASIO_INITFN_RESULT_TYPE(ReadHandler,
353 ASIO_MOVE_ARG(ReadHandler) handler);
Dstream_socket_service.hpp307 template <typename MutableBufferSequence, typename ReadHandler>
308 ASIO_INITFN_RESULT_TYPE(ReadHandler, in ASIO_INITFN_RESULT_TYPE() argument
313 ASIO_MOVE_ARG(ReadHandler) handler) in ASIO_INITFN_RESULT_TYPE()
316 ReadHandler, void (asio::error_code, std::size_t)> init( in ASIO_INITFN_RESULT_TYPE()
317 ASIO_MOVE_CAST(ReadHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()