/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/local/ |
D | basic_endpoint.hpp | 49 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 …]
|
D | datagram_protocol.hpp | 67 typedef basic_endpoint<datagram_protocol> endpoint;
|
D | stream_protocol.hpp | 69 typedef basic_endpoint<stream_protocol> endpoint;
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/local/ |
H A D | basic_endpoint.hpp | 40 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 D | stream_protocol.hpp | 63 typedef basic_endpoint<stream_protocol> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/generic/ |
D | basic_endpoint.hpp | 43 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 …]
|
D | raw_protocol.hpp | 107 typedef basic_endpoint<raw_protocol> endpoint;
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/generic/ |
H A D | basic_endpoint.hpp | 39 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 D | stream_protocol.hpp | 104 typedef basic_endpoint<stream_protocol> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/ |
D | basic_endpoint.hpp | 53 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 …]
|
D | udp.hpp | 47 typedef basic_endpoint<udp> endpoint;
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
H A D | basic_endpoint.hpp | 38 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 D | tcp.hpp | 46 typedef basic_endpoint<tcp> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/ |
D | Jamfile.v2 | 97 [ 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/ |
D | stream_protocol_ext.hpp | 70 typedef basic_endpoint<stream_protocol_ext> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/local/ |
D | stream_protocol_ext.hpp | 70 typedef basic_endpoint<stream_protocol_ext> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/local/ |
D | stream_protocol_ext.hpp | 70 typedef basic_endpoint<stream_protocol_ext> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/local/ |
D | stream_protocol_ext.hpp | 70 typedef basic_endpoint<stream_protocol_ext> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/local/ |
D | stream_protocol_ext.hpp | 70 typedef basic_endpoint<stream_protocol_ext> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/impl/ |
D | basic_endpoint.hpp | 31 const basic_endpoint<InternetProtocol>& endpoint) in operator <<()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/ip/ |
D | udp_ext.hpp | 49 typedef basic_endpoint<udp> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/ip/ |
D | udp_ext.hpp | 49 typedef basic_endpoint<udp> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/ip/ |
D | udp_ext.hpp | 49 typedef basic_endpoint<udp> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/ip/ |
D | udp_ext.hpp | 49 typedef basic_endpoint<udp> endpoint;
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/ip/ |
D | udp_ext.hpp | 49 typedef basic_endpoint<udp> endpoint;
|