Home
last modified time | relevance | path

Searched defs:ConnectionEndpointMetadata (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/base/
Dconnection_endpoint_metadata.h22 struct NET_EXPORT_PRIVATE ConnectionEndpointMetadata { struct
27 ConnectionEndpointMetadata(); argument
34 ConnectionEndpointMetadata& operator=(const ConnectionEndpointMetadata&) = argument
37 ConnectionEndpointMetadata& operator=(ConnectionEndpointMetadata&&) = default; argument
51 std::vector<std::string> supported_protocol_alpns;
54 EchConfigList ech_config_list;
57 std::string target_name;
Dconnection_endpoint_metadata.cc25 ConnectionEndpointMetadata::ConnectionEndpointMetadata( in ConnectionEndpointMetadata() function in net::ConnectionEndpointMetadata