/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_stream_socket.hpp | 46 /// (Deprecated: Use native_handle_type.) The native representation of a 48 typedef typename StreamSocketService::native_handle_type native_type; 51 typedef typename StreamSocketService::native_handle_type native_handle_type; typedef in class:asio::basic_stream_socket 127 const protocol_type& protocol, const native_handle_type& native_socket) [all...] |
basic_socket_acceptor.hpp | 56 /// (Deprecated: Use native_handle_type.) The native representation of an 58 typedef typename SocketAcceptorService::native_handle_type native_type; 61 typedef typename SocketAcceptorService::native_handle_type native_handle_type; typedef in class:asio::basic_socket_acceptor 169 const protocol_type& protocol, const native_handle_type& native_acceptor) 318 const native_handle_type& native_acceptor) 337 const native_handle_type& native_acceptor, asio::error_code& ec) 508 native_handle_type native_handle() [all...] |
basic_socket.hpp | 43 /// (Deprecated: Use native_handle_type.) The native representation of a 45 typedef typename SocketService::native_handle_type native_type; 48 typedef typename SocketService::native_handle_type native_handle_type; typedef in class:asio::basic_socket 132 const protocol_type& protocol, const native_handle_type& native_socket) 304 const native_handle_type& native_socket) 323 const native_handle_type& native_socket, asio::error_code& ec) 400 native_handle_type native_handle() [all...] |
socket_acceptor_service.hpp | 48 /// (Deprecated: Use native_handle_type.) The native acceptor type. 49 typedef typename service_impl_type::native_handle_type native_type; 52 typedef typename service_impl_type::native_handle_type native_handle_type; typedef in class:asio::socket_acceptor_service 111 const protocol_type& protocol, const native_handle_type& native_acceptor, 159 native_handle_type native_handle(implementation_type& impl)
|
stream_socket_service.hpp | 49 /// (Deprecated: Use native_handle_type.) The native socket type. 50 typedef typename service_impl_type::native_handle_type native_type; 53 typedef typename service_impl_type::native_handle_type native_handle_type; typedef in class:asio::stream_socket_service 116 const protocol_type& protocol, const native_handle_type& native_socket, 142 native_handle_type native_handle(implementation_type& impl)
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactive_socket_service_base.hpp | 43 typedef socket_type native_handle_type; typedef in class:asio::detail::reactive_socket_service_base 91 native_handle_type native_handle(base_implementation_type& impl) 414 const native_handle_type& native_socket, asio::error_code& ec);
|
reactive_socket_service.hpp | 54 typedef socket_type native_handle_type; typedef in class:asio::detail::reactive_socket_service 121 const protocol_type& protocol, const native_handle_type& native_socket, 130 native_handle_type native_handle(implementation_type& impl)
|