Lines Matching defs:implementation_type

48   struct implementation_type  struct in boost::asio::detail::null_socket_service
64 void construct(implementation_type&) in construct() argument
69 void move_construct(implementation_type&, implementation_type&) in move_construct() argument
74 void move_assign(implementation_type&, in move_assign() argument
81 void converting_move_construct(implementation_type&, in converting_move_construct() argument
82 typename null_socket_service<Protocol1>::implementation_type&) in converting_move_construct()
87 void destroy(implementation_type&) in destroy() argument
92 boost::system::error_code open(implementation_type&, in open() argument
100 boost::system::error_code assign(implementation_type&, const protocol_type&, in assign() argument
114 boost::system::error_code close(implementation_type&, in close() argument
122 native_handle_type native_handle(implementation_type&) in native_handle() argument
128 boost::system::error_code cancel(implementation_type&, in cancel() argument
136 bool at_mark(const implementation_type&, in at_mark()
144 std::size_t available(const implementation_type&, in available()
152 boost::system::error_code listen(implementation_type&, in listen() argument
161 boost::system::error_code io_control(implementation_type&, in io_control() argument
175 boost::system::error_code non_blocking(implementation_type&, in non_blocking() argument
189 boost::system::error_code native_non_blocking(implementation_type&, in native_non_blocking() argument
197 boost::system::error_code shutdown(implementation_type&, in shutdown() argument
205 boost::system::error_code bind(implementation_type&, in bind() argument
214 boost::system::error_code set_option(implementation_type&, in set_option() argument
223 boost::system::error_code get_option(const implementation_type&, in get_option()
231 endpoint_type local_endpoint(const implementation_type&, in local_endpoint()
239 endpoint_type remote_endpoint(const implementation_type&, in remote_endpoint()
248 std::size_t send(implementation_type&, const ConstBufferSequence&, in send() argument
256 std::size_t send(implementation_type&, const null_buffers&, in send() argument
266 void async_send(implementation_type&, const ConstBufferSequence&, in async_send() argument
276 void async_send(implementation_type&, const null_buffers&, in async_send() argument
286 std::size_t receive(implementation_type&, const MutableBufferSequence&, in receive() argument
294 std::size_t receive(implementation_type&, const null_buffers&, in receive() argument
304 void async_receive(implementation_type&, const MutableBufferSequence&, in async_receive() argument
314 void async_receive(implementation_type&, const null_buffers&, in async_receive() argument
325 std::size_t receive_with_flags(implementation_type&, in receive_with_flags() argument
334 std::size_t receive_with_flags(implementation_type&, in receive_with_flags() argument
345 void async_receive_with_flags(implementation_type&, in async_receive_with_flags() argument
356 void async_receive_with_flags(implementation_type&, in async_receive_with_flags() argument
368 std::size_t send_to(implementation_type&, const ConstBufferSequence&, in send_to() argument
377 std::size_t send_to(implementation_type&, const null_buffers&, in send_to() argument
388 void async_send_to(implementation_type&, const ConstBufferSequence&, in async_send_to() argument
399 void async_send_to(implementation_type&, const null_buffers&, in async_send_to() argument
410 std::size_t receive_from(implementation_type&, const MutableBufferSequence&, in receive_from() argument
419 std::size_t receive_from(implementation_type&, const null_buffers&, in receive_from() argument
431 void async_receive_from(implementation_type&, in async_receive_from() argument
442 void async_receive_from(implementation_type&, in async_receive_from() argument
453 boost::system::error_code accept(implementation_type&, in accept() argument
463 void async_accept(implementation_type&, Socket&, in async_accept() argument
471 boost::system::error_code connect(implementation_type&, in connect() argument
480 void async_connect(implementation_type&, in async_connect() argument