Home
last modified time | relevance | path

Searched refs:ServerInfoMapKey (Results 1 – 10 of 10) sorted by relevance

/external/cronet/tot/net/http/
Dhttp_server_properties.h164 struct NET_EXPORT ServerInfoMapKey { struct
169 ServerInfoMapKey(url::SchemeHostPort server,
172 ~ServerInfoMapKey();
174 bool operator<(const ServerInfoMapKey& other) const;
185 : public base::LRUCache<ServerInfoMapKey, ServerInfo> { argument
195 iterator GetOrPut(const ServerInfoMapKey& key);
509 typedef base::flat_map<ServerInfoMapKey, url::SchemeHostPort> CanonicalMap;
558 ServerInfoMapKey CreateServerInfoKey(
Dhttp_server_properties.cc73 HttpServerProperties::ServerInfoMapKey::ServerInfoMapKey( in ServerInfoMapKey() function in net::HttpServerProperties::ServerInfoMapKey
86 HttpServerProperties::ServerInfoMapKey::~ServerInfoMapKey() = default;
88 bool HttpServerProperties::ServerInfoMapKey::operator<( in operator <()
89 const ServerInfoMapKey& other) const { in operator <()
123 : base::LRUCache<ServerInfoMapKey, ServerInfo>(kMaxServerInfoEntries) {} in ServerInfoMap()
126 HttpServerProperties::ServerInfoMap::GetOrPut(const ServerInfoMapKey& key) { in GetOrPut()
395 const ServerInfoMapKey& key = server_info.first; in GetAlternativeServiceInfoAsValue()
979 HttpServerProperties::ServerInfoMapKey
983 return ServerInfoMapKey(server, network_anonymization_key, in CreateServerInfoKey()
1181 ServerInfoMapKey key = CreateServerInfoKey( in OnServerInfoLoaded()
Dhttp_server_properties_manager.cc75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist()
485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData()
Dhttp_server_properties_manager_unittest.cc2135 HttpServerProperties::ServerInfoMapKey server_info_key( in TEST_F()
2145 HttpServerProperties::ServerInfoMapKey server_info_key2( in TEST_F()
2170 const HttpServerProperties::ServerInfoMapKey& server_info_key2 = in TEST_F()
2183 const HttpServerProperties::ServerInfoMapKey& server_info_key2 = in TEST_F()
Dhttp_server_properties_unittest.cc82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey()
84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey()
/external/cronet/stable/net/http/
Dhttp_server_properties.h164 struct NET_EXPORT ServerInfoMapKey { struct
169 ServerInfoMapKey(url::SchemeHostPort server,
172 ~ServerInfoMapKey();
174 bool operator<(const ServerInfoMapKey& other) const;
185 : public base::LRUCache<ServerInfoMapKey, ServerInfo> { argument
195 iterator GetOrPut(const ServerInfoMapKey& key);
509 typedef base::flat_map<ServerInfoMapKey, url::SchemeHostPort> CanonicalMap;
558 ServerInfoMapKey CreateServerInfoKey(
Dhttp_server_properties.cc73 HttpServerProperties::ServerInfoMapKey::ServerInfoMapKey( in ServerInfoMapKey() function in net::HttpServerProperties::ServerInfoMapKey
86 HttpServerProperties::ServerInfoMapKey::~ServerInfoMapKey() = default;
88 bool HttpServerProperties::ServerInfoMapKey::operator<( in operator <()
89 const ServerInfoMapKey& other) const { in operator <()
123 : base::LRUCache<ServerInfoMapKey, ServerInfo>(kMaxServerInfoEntries) {} in ServerInfoMap()
126 HttpServerProperties::ServerInfoMap::GetOrPut(const ServerInfoMapKey& key) { in GetOrPut()
395 const ServerInfoMapKey& key = server_info.first; in GetAlternativeServiceInfoAsValue()
979 HttpServerProperties::ServerInfoMapKey
983 return ServerInfoMapKey(server, network_anonymization_key, in CreateServerInfoKey()
1181 ServerInfoMapKey key = CreateServerInfoKey( in OnServerInfoLoaded()
Dhttp_server_properties_manager.cc75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist()
485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData()
Dhttp_server_properties_manager_unittest.cc2135 HttpServerProperties::ServerInfoMapKey server_info_key( in TEST_F()
2145 HttpServerProperties::ServerInfoMapKey server_info_key2( in TEST_F()
2170 const HttpServerProperties::ServerInfoMapKey& server_info_key2 = in TEST_F()
2183 const HttpServerProperties::ServerInfoMapKey& server_info_key2 = in TEST_F()
Dhttp_server_properties_unittest.cc82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey()
84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey()