Home
last modified time | relevance | path

Searched refs:basic_endpoint (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/generic/
Dbasic_endpoint.hpp39 class basic_endpoint class
50 basic_endpoint() in basic_endpoint() function in asio::generic::basic_endpoint
55 basic_endpoint(const void* socket_address, in basic_endpoint() function in asio::generic::basic_endpoint
63 basic_endpoint(const Endpoint& endpoint) in basic_endpoint() function in asio::generic::basic_endpoint
69 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in asio::generic::basic_endpoint
75 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in asio::generic::basic_endpoint
81 basic_endpoint& operator=(const basic_endpoint& other) in operator =()
88 basic_endpoint& operator=(basic_endpoint&& other) in operator =()
131 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
132 const basic_endpoint<Protocol>& e2) in operator ==()
[all …]
Dstream_protocol.hpp104 typedef basic_endpoint<stream_protocol> endpoint;
/external/parameter-framework/asio-1.10.6/include/asio/local/
Dbasic_endpoint.hpp40 class basic_endpoint class
51 basic_endpoint() in basic_endpoint() function in asio::local::basic_endpoint
56 basic_endpoint(const char* path_name) in basic_endpoint() function in asio::local::basic_endpoint
62 basic_endpoint(const std::string& path_name) in basic_endpoint() function in asio::local::basic_endpoint
68 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in asio::local::basic_endpoint
74 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in asio::local::basic_endpoint
80 basic_endpoint& operator=(const basic_endpoint& other) in operator =()
87 basic_endpoint& operator=(basic_endpoint&& other) in operator =()
148 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
149 const basic_endpoint<Protocol>& e2) in operator ==()
[all …]
Dstream_protocol.hpp63 typedef basic_endpoint<stream_protocol> endpoint;
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_endpoint.hpp38 class basic_endpoint class
49 basic_endpoint() in basic_endpoint() function in asio::ip::basic_endpoint
70 basic_endpoint(const InternetProtocol& internet_protocol, in basic_endpoint() function in asio::ip::basic_endpoint
79 basic_endpoint(const asio::ip::address& addr, unsigned short port_num) in basic_endpoint() function in asio::ip::basic_endpoint
85 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in asio::ip::basic_endpoint
91 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in asio::ip::basic_endpoint
97 basic_endpoint& operator=(const basic_endpoint& other) in operator =()
104 basic_endpoint& operator=(basic_endpoint&& other) in operator =()
175 friend bool operator==(const basic_endpoint<InternetProtocol>& e1, in operator ==()
176 const basic_endpoint<InternetProtocol>& e2) in operator ==()
[all …]
Dtcp.hpp46 typedef basic_endpoint<tcp> endpoint;