Home
last modified time | relevance | path

Searched refs:EntryMap (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Ddiskcache.cc218 for (EntryMap::iterator it = map_.begin(); it != map_.end(); ++it) { in CheckLimit()
227 EntryMap::iterator oldest = map_.end(); in CheckLimit()
228 for (EntryMap::iterator it = map_.begin(); it != map_.end(); ++it) { in CheckLimit()
238 for (EntryMap::iterator it = oldest++; it != map_.end(); ++it) { in CheckLimit()
301 EntryMap::iterator it = map_.find(id); in GetOrCreateEntry()
312 it = map_.insert(EntryMap::value_type(id, e)).first; in GetOrCreateEntry()
Ddiskcache.h70 typedef std::map<std::string, Entry> EntryMap; typedef
88 EntryMap map_;