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

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

Completed in 715 milliseconds