Searched refs:basic_endpoint (Results 1 – 6 of 6) sorted by relevance
39 class basic_endpoint class50 basic_endpoint() in basic_endpoint() function in asio::generic::basic_endpoint55 basic_endpoint(const void* socket_address, in basic_endpoint() function in asio::generic::basic_endpoint63 basic_endpoint(const Endpoint& endpoint) in basic_endpoint() function in asio::generic::basic_endpoint69 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in asio::generic::basic_endpoint75 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in asio::generic::basic_endpoint81 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 …]
104 typedef basic_endpoint<stream_protocol> endpoint;
40 class basic_endpoint class51 basic_endpoint() in basic_endpoint() function in asio::local::basic_endpoint56 basic_endpoint(const char* path_name) in basic_endpoint() function in asio::local::basic_endpoint62 basic_endpoint(const std::string& path_name) in basic_endpoint() function in asio::local::basic_endpoint68 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in asio::local::basic_endpoint74 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in asio::local::basic_endpoint80 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 …]
63 typedef basic_endpoint<stream_protocol> endpoint;
38 class basic_endpoint class49 basic_endpoint() in basic_endpoint() function in asio::ip::basic_endpoint70 basic_endpoint(const InternetProtocol& internet_protocol, in basic_endpoint() function in asio::ip::basic_endpoint79 basic_endpoint(const asio::ip::address& addr, unsigned short port_num) in basic_endpoint() function in asio::ip::basic_endpoint85 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in asio::ip::basic_endpoint91 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in asio::ip::basic_endpoint97 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 …]
46 typedef basic_endpoint<tcp> endpoint;