Home
last modified time | relevance | path

Searched defs:EntryMap (Results 1 – 7 of 7) sorted by relevance

/external/cronet/net/base/
Dexpiring_cache.h89 typedef std::map<KeyType, Entry> EntryMap; typedef
115 typedef typename ExpiringCache::EntryMap EntryMap; typedef
/external/cronet/net/spdy/
Dhttp2_priority_dependencies.h70 using EntryMap = std::map<spdy::SpdyStreamId, IdList::iterator>; variable
/external/cronet/net/disk_cache/memory/
Dmem_backend_impl.h131 using EntryMap = std::unordered_map<std::string, MemEntryImpl*>; variable
Dmem_entry_impl.h149 using EntryMap = std::map<int64_t, MemEntryImpl*>; variable
/external/cronet/net/disk_cache/simple/
Dsimple_backend_impl.h154 using EntryMap = std::unordered_map<uint64_t, SimpleEntryImpl*>; variable
/external/cronet/net/http/
Dhttp_auth_cache.h259 using EntryMap = std::multimap<EntryMapKey, Entry>; variable
/external/cronet/net/dns/
Dhost_cache.h383 using EntryMap = std::map<Key, Entry>; variable