Searched refs:EntryMap (Results 1 – 2 of 2) sorted by relevance
218 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()
70 typedef std::map<std::string, Entry> EntryMap; typedef88 EntryMap map_;