Searched defs:ConnectionEndpointMetadata (Results 1 – 2 of 2) sorted by relevance
22 struct NET_EXPORT_PRIVATE ConnectionEndpointMetadata { struct27 ConnectionEndpointMetadata(); argument34 ConnectionEndpointMetadata& operator=(const ConnectionEndpointMetadata&) = argument37 ConnectionEndpointMetadata& operator=(ConnectionEndpointMetadata&&) = default; argument51 std::vector<std::string> supported_protocol_alpns;54 EchConfigList ech_config_list;57 std::string target_name;
25 ConnectionEndpointMetadata::ConnectionEndpointMetadata( in ConnectionEndpointMetadata() function in net::ConnectionEndpointMetadata