Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_cache.h246 struct EntryMapKey { struct
263 using EntryMap = std::multimap<EntryMapKey, Entry>; argument
H A Dhttp_auth_cache.cc369 HttpAuthCache::EntryMapKey::EntryMapKey( in EntryMapKey() function in net::HttpAuthCache::EntryMapKey