Home | History | Annotate | Download | only in asio

Lines Matching refs:get_implementation

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(),
233 this->get_implementation(), other.get_implementation());
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);
601 this->get_implementation(), option, ec);
630 this->get_service().get_option(this->get_implementation(), option, ec);
666 this->get_implementation(), option, ec);
693 this->get_service().io_control(this->get_implementation(), command, ec);
727 this->get_implementation(), command, ec);
743 return this->get_service().non_blocking(this->get_implementation());
762 this->get_service().non_blocking(this->get_implementation(), mode, ec);
783 this->get_implementation(), mode, ec);
802 return this->get_service().native_non_blocking(this->get_implementation());
824 this->get_implementation(), mode, ec);
847 this->get_implementation(), mode, ec);
869 this->get_implementation(), ec);
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(),
1083 this->get_implementation(), peer, &peer_endpoint, ec);
1122 return this->get_service().async_accept(this->get_implementation(), peer,