Lines Matching refs:get_service

100     this->get_service().open(this->get_implementation(), protocol, ec);  in basic_socket_acceptor()
137 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket_acceptor()
141 this->get_service().set_option(this->get_implementation(), in basic_socket_acceptor()
145 this->get_service().bind(this->get_implementation(), endpoint, ec); in basic_socket_acceptor()
147 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor()
172 this->get_service().assign(this->get_implementation(), in basic_socket_acceptor()
231 other.get_service().get_io_context()) in basic_socket_acceptor()
233 this->get_service().template converting_move_construct<Protocol1>( in basic_socket_acceptor()
279 this->get_service().open(this->get_implementation(), protocol, ec); in open()
306 return this->get_service().open(this->get_implementation(), protocol, ec); in open()
323 this->get_service().assign(this->get_implementation(), in assign()
341 return this->get_service().assign(this->get_implementation(), in assign()
348 return this->get_service().is_open(this->get_implementation()); in is_open()
372 this->get_service().bind(this->get_implementation(), endpoint, ec); in bind()
402 return this->get_service().bind(this->get_implementation(), endpoint, ec); in bind()
418 this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
446 return this->get_service().listen(this->get_implementation(), backlog, ec); in listen()
462 this->get_service().close(this->get_implementation(), ec); in close()
490 return this->get_service().close(this->get_implementation(), ec); in close()
501 return this->get_service().native_handle(this->get_implementation()); in native_handle()
515 this->get_service().cancel(this->get_implementation(), ec); in cancel()
529 return this->get_service().cancel(this->get_implementation(), ec); in cancel()
557 this->get_service().set_option(this->get_implementation(), option, ec); in set_option()
591 return this->get_service().set_option( in set_option()
621 this->get_service().get_option(this->get_implementation(), option, ec); in get_option()
656 return this->get_service().get_option( in get_option()
684 this->get_service().io_control(this->get_implementation(), command, ec); in io_control()
717 return this->get_service().io_control( in io_control()
734 return this->get_service().non_blocking(this->get_implementation()); in non_blocking()
753 this->get_service().non_blocking(this->get_implementation(), mode, ec); in non_blocking()
773 return this->get_service().non_blocking( in non_blocking()
793 return this->get_service().native_non_blocking(this->get_implementation()); in native_non_blocking()
814 this->get_service().native_non_blocking( in native_non_blocking()
837 return this->get_service().native_non_blocking( in native_non_blocking()
859 endpoint_type ep = this->get_service().local_endpoint( in local_endpoint()
889 return this->get_service().local_endpoint(this->get_implementation(), ec); in local_endpoint()
911 this->get_service().wait(this->get_implementation(), w, ec); in wait()
936 return this->get_service().wait(this->get_implementation(), w, ec); in wait()
986 return this->get_service().async_wait(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
1013 this->get_service().accept(this->get_implementation(), in accept()
1047 return this->get_service().accept(this->get_implementation(), in accept()
1100 return this->get_service().async_accept(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
1133 this->get_service().accept(this->get_implementation(), in accept()
1171 return this->get_service().accept( in accept()
1211 return this->get_service().async_accept(this->get_implementation(), peer, in ASIO_INITFN_RESULT_TYPE()
1240 this->get_service().accept( in accept()
1273 return this->get_service().accept(this->get_implementation(), 0, 0, ec); in accept()
1324 return this->get_service().async_accept( in ASIO_INITFN_RESULT_TYPE()
1357 this->get_service().accept(this->get_implementation(), in accept()
1394 return this->get_service().accept(this->get_implementation(), in accept()
1450 return this->get_service().async_accept(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
1483 this->get_service().accept(this->get_implementation(), in accept()
1521 return this->get_service().accept(this->get_implementation(), in accept()
1580 return this->get_service().async_accept(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
1618 this->get_service().accept(this->get_implementation(), in accept()
1660 return this->get_service().accept(this->get_implementation(), in accept()
1723 return this->get_service().async_accept( in ASIO_INITFN_RESULT_TYPE()