/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_io_object.hpp | 77 * @code get_service().construct(get_implementation()); @endcode 89 * @code get_service().destroy(get_implementation()); @endcode 116 implementation_type& get_implementation() function in class:asio::basic_io_object 122 const implementation_type& get_implementation() const function in class:asio::basic_io_object 127 /// (Deprecated: Use get_implementation().) The underlying implementation of 185 implementation_type& get_implementation() function in class:asio::basic_io_object 190 const implementation_type& get_implementation() const function in class:asio::basic_io_object
|
basic_socket_acceptor.hpp | 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) [all...] |
basic_socket.hpp | 87 this->get_service().open(this->get_implementation(), protocol, ec); 112 this->get_service().open(this->get_implementation(), protocol, ec); 114 this->get_service().bind(this->get_implementation(), endpoint, ec); 136 this->get_service().assign(this->get_implementation(), 194 this->get_implementation(), other.get_implementation()); 264 this->get_service().open(this->get_implementation(), protocol, ec); 290 return this->get_service().open(this->get_implementation(), protocol, ec); 307 this->get_service().assign(this->get_implementation(), 325 return this->get_service().assign(this->get_implementation(), [all...] |
basic_stream_socket.hpp | 238 this->get_implementation(), buffers, 0, ec); 276 this->get_implementation(), buffers, flags, ec); 304 this->get_implementation(), buffers, flags, ec); 353 this->get_implementation(), buffers, 0, 406 this->get_implementation(), buffers, flags, 443 this->get_implementation(), buffers, 0, ec); 484 this->get_implementation(), buffers, flags, ec); 512 this->get_implementation(), buffers, flags, ec); 562 return this->get_service().async_receive(this->get_implementation(), 616 return this->get_service().async_receive(this->get_implementation(), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msxml.h | 699 HRESULT (WINAPI *get_implementation)(IXMLDOMDocument *This,IXMLDOMImplementation **impl); member in struct:IXMLDOMDocumentVtbl [all...] |
msxml2.h | 1359 HRESULT (WINAPI *get_implementation)(IXMLDOMDocument *This,IXMLDOMImplementation **impl); member in struct:MSXML2::IXMLDOMDocumentVtbl 1603 HRESULT (WINAPI *get_implementation)(IXMLDOMDocument2 *This,IXMLDOMImplementation **impl); member in struct:MSXML2::IXMLDOMDocument2Vtbl [all...] |