Home
last modified time | relevance | path

Searched refs:reactive_socket_send_op_base (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_send_op.hpp29 class reactive_socket_send_op_base : public reactor_op class
32 reactive_socket_send_op_base(socket_type socket, in reactive_socket_send_op_base() function in asio::detail::reactive_socket_send_op_base
35 : reactor_op(&reactive_socket_send_op_base::do_perform, complete_func), in reactive_socket_send_op_base()
44 reactive_socket_send_op_base* o( in do_perform()
45 static_cast<reactive_socket_send_op_base*>(base)); in do_perform()
63 public reactive_socket_send_op_base<ConstBufferSequence>
71 : reactive_socket_send_op_base<ConstBufferSequence>(socket, in reactive_socket_send_op()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dreactive_socket_send_op.hpp36 class reactive_socket_send_op_base : public reactor_op class
39 reactive_socket_send_op_base(const boost::system::error_code& success_ec, in reactive_socket_send_op_base() function in boost::asio::detail::reactive_socket_send_op_base
44 &reactive_socket_send_op_base::do_perform, complete_func), in reactive_socket_send_op_base()
54 reactive_socket_send_op_base* o( in do_perform()
55 static_cast<reactive_socket_send_op_base*>(base)); in do_perform()
101 public reactive_socket_send_op_base<ConstBufferSequence>
110 : reactive_socket_send_op_base<ConstBufferSequence>(success_ec, socket, in reactive_socket_send_op()