Searched refs:get_implementation (Results 1 – 4 of 4) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket.hpp | 87 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket() 112 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket() 114 this->get_service().bind(this->get_implementation(), endpoint, ec); in basic_socket() 136 this->get_service().assign(this->get_implementation(), in basic_socket() 194 this->get_implementation(), other.get_implementation()); in basic_socket() 264 this->get_service().open(this->get_implementation(), protocol, ec); in open() 290 return this->get_service().open(this->get_implementation(), protocol, ec); in open() 307 this->get_service().assign(this->get_implementation(), in assign() 325 return this->get_service().assign(this->get_implementation(), in assign() 332 return this->get_service().is_open(this->get_implementation()); in is_open() [all …]
|
D | basic_socket_acceptor.hpp | 101 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket_acceptor() 138 this->get_service().open(this->get_implementation(), protocol, ec); in basic_socket_acceptor() 142 this->get_service().set_option(this->get_implementation(), in basic_socket_acceptor() 146 this->get_service().bind(this->get_implementation(), endpoint, ec); in basic_socket_acceptor() 148 this->get_service().listen(this->get_implementation(), in basic_socket_acceptor() 173 this->get_service().assign(this->get_implementation(), in basic_socket_acceptor() 233 this->get_implementation(), other.get_implementation()); in basic_socket_acceptor() 277 this->get_service().open(this->get_implementation(), protocol, ec); in open() 304 return this->get_service().open(this->get_implementation(), protocol, ec); in open() 321 this->get_service().assign(this->get_implementation(), in assign() [all …]
|
D | basic_stream_socket.hpp | 238 this->get_implementation(), buffers, 0, ec); in send() 276 this->get_implementation(), buffers, flags, ec); in send() 304 this->get_implementation(), buffers, flags, ec); in send() 353 this->get_implementation(), buffers, 0, in ASIO_INITFN_RESULT_TYPE() 406 this->get_implementation(), buffers, flags, in ASIO_INITFN_RESULT_TYPE() 443 this->get_implementation(), buffers, 0, ec); in receive() 484 this->get_implementation(), buffers, flags, ec); in receive() 512 this->get_implementation(), buffers, flags, ec); in receive() 562 return this->get_service().async_receive(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE() 616 return this->get_service().async_receive(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE() [all …]
|
D | basic_io_object.hpp | 116 implementation_type& get_implementation() in get_implementation() function in asio::basic_io_object 122 const implementation_type& get_implementation() const in get_implementation() function in asio::basic_io_object 185 implementation_type& get_implementation() in get_implementation() function in asio::basic_io_object 190 const implementation_type& get_implementation() const in get_implementation() function in asio::basic_io_object
|