Searched refs:EntryMapKey (Results 1 – 4 of 4) sorted by relevance
/external/cronet/tot/net/http/ |
D | http_auth_cache.h | 246 struct EntryMapKey { struct 247 EntryMapKey(const url::SchemeHostPort& scheme_host_port, 251 ~EntryMapKey(); 253 bool operator<(const EntryMapKey& other) const; 263 using EntryMap = std::multimap<EntryMapKey, Entry>; argument
|
D | http_auth_cache.cc | 136 EntryMapKey(scheme_host_port, target, network_anonymization_key, in LookupByPath() 192 .insert({EntryMapKey( in Add() 370 HttpAuthCache::EntryMapKey::EntryMapKey( in EntryMapKey() function in net::HttpAuthCache::EntryMapKey 383 HttpAuthCache::EntryMapKey::~EntryMapKey() = default; 385 bool HttpAuthCache::EntryMapKey::operator<(const EntryMapKey& other) const { in operator <() 408 EntryMapKey(scheme_host_port, target, network_anonymization_key, in LookupEntryIt()
|
/external/cronet/stable/net/http/ |
D | http_auth_cache.h | 246 struct EntryMapKey { struct 247 EntryMapKey(const url::SchemeHostPort& scheme_host_port, 251 ~EntryMapKey(); 253 bool operator<(const EntryMapKey& other) const; 263 using EntryMap = std::multimap<EntryMapKey, Entry>; argument
|
D | http_auth_cache.cc | 136 EntryMapKey(scheme_host_port, target, network_anonymization_key, in LookupByPath() 192 .insert({EntryMapKey( in Add() 370 HttpAuthCache::EntryMapKey::EntryMapKey( in EntryMapKey() function in net::HttpAuthCache::EntryMapKey 383 HttpAuthCache::EntryMapKey::~EntryMapKey() = default; 385 bool HttpAuthCache::EntryMapKey::operator<(const EntryMapKey& other) const { in operator <() 408 EntryMapKey(scheme_host_port, target, network_anonymization_key, in LookupEntryIt()
|