Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/local/
Dbasic_endpoint.hpp49 class basic_endpoint class
64 basic_endpoint() BOOST_ASIO_NOEXCEPT in basic_endpoint() function in boost::asio::local::basic_endpoint
69 basic_endpoint(const char* path_name) in basic_endpoint() function in boost::asio::local::basic_endpoint
75 basic_endpoint(const std::string& path_name) in basic_endpoint() function in boost::asio::local::basic_endpoint
82 basic_endpoint(string_view path_name) in basic_endpoint() function in boost::asio::local::basic_endpoint
89 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in boost::asio::local::basic_endpoint
96 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in boost::asio::local::basic_endpoint
103 basic_endpoint& operator=(const basic_endpoint& other) in operator =()
111 basic_endpoint& operator=(basic_endpoint&& other) in operator =()
173 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
[all …]
Ddatagram_protocol.hpp67 typedef basic_endpoint<datagram_protocol> endpoint;
Dstream_protocol.hpp69 typedef basic_endpoint<stream_protocol> endpoint;
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/local/
H A 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 …]
H A Dstream_protocol.hpp63 typedef basic_endpoint<stream_protocol> endpoint;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/generic/
Dbasic_endpoint.hpp43 class basic_endpoint class
58 basic_endpoint() BOOST_ASIO_NOEXCEPT in basic_endpoint() function in boost::asio::generic::basic_endpoint
63 basic_endpoint(const void* socket_address, in basic_endpoint() function in boost::asio::generic::basic_endpoint
71 basic_endpoint(const Endpoint& endpoint) in basic_endpoint() function in boost::asio::generic::basic_endpoint
77 basic_endpoint(const basic_endpoint& other) in basic_endpoint() function in boost::asio::generic::basic_endpoint
84 basic_endpoint(basic_endpoint&& other) in basic_endpoint() function in boost::asio::generic::basic_endpoint
91 basic_endpoint& operator=(const basic_endpoint& other) in operator =()
99 basic_endpoint& operator=(basic_endpoint&& other) in operator =()
143 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
144 const basic_endpoint<Protocol>& e2) in operator ==()
[all …]
Draw_protocol.hpp107 typedef basic_endpoint<raw_protocol> endpoint;
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/generic/
H A 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 …]
H A Dstream_protocol.hpp104 typedef basic_endpoint<stream_protocol> endpoint;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/
Dbasic_endpoint.hpp53 class basic_endpoint class
68 basic_endpoint() BOOST_ASIO_NOEXCEPT in basic_endpoint() function in boost::asio::ip::basic_endpoint
89 basic_endpoint(const InternetProtocol& internet_protocol, in basic_endpoint() function in boost::asio::ip::basic_endpoint
98 basic_endpoint(const boost::asio::ip::address& addr, in basic_endpoint() function in boost::asio::ip::basic_endpoint
105 basic_endpoint(const basic_endpoint& other) BOOST_ASIO_NOEXCEPT in basic_endpoint() function in boost::asio::ip::basic_endpoint
112 basic_endpoint(basic_endpoint&& other) BOOST_ASIO_NOEXCEPT in basic_endpoint() function in boost::asio::ip::basic_endpoint
119 basic_endpoint& operator=(const basic_endpoint& other) BOOST_ASIO_NOEXCEPT in operator =()
127 basic_endpoint& operator=(basic_endpoint&& other) BOOST_ASIO_NOEXCEPT in operator =()
199 friend bool operator==(const basic_endpoint<InternetProtocol>& e1, in operator ==()
200 const basic_endpoint<InternetProtocol>& e2) BOOST_ASIO_NOEXCEPT in operator ==()
[all …]
Dudp.hpp47 typedef basic_endpoint<udp> endpoint;
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A 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 …]
H A Dtcp.hpp46 typedef basic_endpoint<tcp> endpoint;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
DJamfile.v297 [ link generic/basic_endpoint.cpp : : generic_basic_endpoint ]
98 [ link generic/basic_endpoint.cpp : $(USE_SELECT) : generic_basic_endpoint_select ]
119 [ link ip/basic_endpoint.cpp : : ip_basic_endpoint ]
120 [ link ip/basic_endpoint.cpp : $(USE_SELECT) : ip_basic_endpoint_select ]
149 [ link local/basic_endpoint.cpp : : local_basic_endpoint ]
150 [ link local/basic_endpoint.cpp : $(USE_SELECT) : local_basic_endpoint_select ]
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/local/
Dstream_protocol_ext.hpp70 typedef basic_endpoint<stream_protocol_ext> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/local/
Dstream_protocol_ext.hpp70 typedef basic_endpoint<stream_protocol_ext> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/local/
Dstream_protocol_ext.hpp70 typedef basic_endpoint<stream_protocol_ext> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/local/
Dstream_protocol_ext.hpp70 typedef basic_endpoint<stream_protocol_ext> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/local/
Dstream_protocol_ext.hpp70 typedef basic_endpoint<stream_protocol_ext> endpoint;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/impl/
Dbasic_endpoint.hpp31 const basic_endpoint<InternetProtocol>& endpoint) in operator <<()
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/ip/
Dudp_ext.hpp49 typedef basic_endpoint<udp> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/ip/
Dudp_ext.hpp49 typedef basic_endpoint<udp> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/ip/
Dudp_ext.hpp49 typedef basic_endpoint<udp> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/ip/
Dudp_ext.hpp49 typedef basic_endpoint<udp> endpoint;
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/ip/
Dudp_ext.hpp49 typedef basic_endpoint<udp> endpoint;

12