Searched refs:ServerInfoMapKey (Results 1 – 10 of 10) sorted by relevance
/external/cronet/tot/net/http/ |
D | http_server_properties.h | 164 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(
|
D | http_server_properties.cc | 73 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()
|
D | http_server_properties_manager.cc | 75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist() 485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData()
|
D | http_server_properties_manager_unittest.cc | 2135 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()
|
D | http_server_properties_unittest.cc | 82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey() 84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey()
|
/external/cronet/stable/net/http/ |
D | http_server_properties.h | 164 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(
|
D | http_server_properties.cc | 73 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()
|
D | http_server_properties_manager.cc | 75 const HttpServerProperties::ServerInfoMapKey& server_info_key, in GetAlternativeServiceToPersist() 485 server_info_map->Put(HttpServerProperties::ServerInfoMapKey( in AddServerData()
|
D | http_server_properties_manager_unittest.cc | 2135 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()
|
D | http_server_properties_unittest.cc | 82 HttpServerProperties::ServerInfoMapKey CreateSimpleKey( in CreateSimpleKey() 84 return HttpServerProperties::ServerInfoMapKey( in CreateSimpleKey()
|