Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dwrite.hpp85 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()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_stream_socket.hpp342 template <typename ConstBufferSequence, typename WriteHandler>
343 ASIO_INITFN_RESULT_TYPE(WriteHandler, in ASIO_INITFN_RESULT_TYPE() argument
346 ASIO_MOVE_ARG(WriteHandler) handler) in ASIO_INITFN_RESULT_TYPE()
350 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()
354 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
394 template <typename ConstBufferSequence, typename WriteHandler>
395 ASIO_INITFN_RESULT_TYPE(WriteHandler, in ASIO_INITFN_RESULT_TYPE() argument
399 ASIO_MOVE_ARG(WriteHandler) handler) in ASIO_INITFN_RESULT_TYPE()
403 ASIO_WRITE_HANDLER_CHECK(WriteHandler, handler) type_check; in ASIO_INITFN_RESULT_TYPE()
407 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()
[all …]
Dwrite.hpp269 typename WriteHandler>
270 ASIO_INITFN_RESULT_TYPE(WriteHandler,
273 ASIO_MOVE_ARG(WriteHandler) handler);
343 typename CompletionCondition, typename WriteHandler>
344 ASIO_INITFN_RESULT_TYPE(WriteHandler,
348 ASIO_MOVE_ARG(WriteHandler) handler);
Dstream_socket_service.hpp280 template <typename ConstBufferSequence, typename WriteHandler>
281 ASIO_INITFN_RESULT_TYPE(WriteHandler, in ASIO_INITFN_RESULT_TYPE() argument
286 ASIO_MOVE_ARG(WriteHandler) handler) in ASIO_INITFN_RESULT_TYPE()
289 WriteHandler, void (asio::error_code, std::size_t)> init( in ASIO_INITFN_RESULT_TYPE()
290 ASIO_MOVE_CAST(WriteHandler)(handler)); in ASIO_INITFN_RESULT_TYPE()