Lines Matching refs:get_service

101     this->get_service().open(this->get_implementation(), protocol, ec);
138 this->get_service().open(this->get_implementation(), protocol, ec);
142 this->get_service().set_option(this->get_implementation(),
146 this->get_service().bind(this->get_implementation(), endpoint, ec);
148 this->get_service().listen(this->get_implementation(),
173 this->get_service().assign(this->get_implementation(),
232 this->get_service().template converting_move_construct<Protocol1>(
277 this->get_service().open(this->get_implementation(), protocol, ec);
304 return this->get_service().open(this->get_implementation(), protocol, ec);
321 this->get_service().assign(this->get_implementation(),
339 return this->get_service().assign(this->get_implementation(),
346 return this->get_service().is_open(this->get_implementation());
370 this->get_service().bind(this->get_implementation(), endpoint, ec);
400 return this->get_service().bind(this->get_implementation(), endpoint, ec);
416 this->get_service().listen(this->get_implementation(), backlog, ec);
444 return this->get_service().listen(this->get_implementation(), backlog, ec);
460 this->get_service().close(this->get_implementation(), ec);
488 return this->get_service().close(this->get_implementation(), ec);
499 return this->get_service().native_handle(this->get_implementation());
510 return this->get_service().native_handle(this->get_implementation());
524 this->get_service().cancel(this->get_implementation(), ec);
538 return this->get_service().cancel(this->get_implementation(), ec);
566 this->get_service().set_option(this->get_implementation(), option, ec);
600 return this->get_service().set_option(
630 this->get_service().get_option(this->get_implementation(), option, ec);
665 return this->get_service().get_option(
693 this->get_service().io_control(this->get_implementation(), command, ec);
726 return this->get_service().io_control(
743 return this->get_service().non_blocking(this->get_implementation());
762 this->get_service().non_blocking(this->get_implementation(), mode, ec);
782 return this->get_service().non_blocking(
802 return this->get_service().native_non_blocking(this->get_implementation());
823 this->get_service().native_non_blocking(
846 return this->get_service().native_non_blocking(
868 endpoint_type ep = this->get_service().local_endpoint(
898 return this->get_service().local_endpoint(this->get_implementation(), ec);
924 this->get_service().accept(this->get_implementation(),
958 return this->get_service().accept(this->get_implementation(),
1011 return this->get_service().async_accept(this->get_implementation(),
1044 this->get_service().accept(this->get_implementation(),
1082 return this->get_service().accept(
1122 return this->get_service().async_accept(this->get_implementation(), peer,