Searched refs:map_it (Results 1 – 3 of 3) sorted by relevance
22 const auto& map_it = map_.find(k); in Get() local23 if (map_it == map_.end()) { in Get()26 auto list_entry = map_it->second; in Get()30 Insert(map_it, std::move(list_entry->first), std::move(list_entry->second)); in Get()39 void LRUInodeCache::Insert(typename MapType::iterator map_it, in Insert() argument43 if (map_it != map_.end()) { in Insert()44 ListIteratorType& list_it = map_it->second; in Insert()
46 void Insert(MapType::iterator map_it, InodeKey k, InodeMapValue v);
1505 for (WorkerMap::const_iterator map_it = workers_map_.begin(); in JoinThreads() local1506 map_it != workers_map_.end(); ++map_it) { in JoinThreads()1507 for (WorkerVector::const_iterator it = map_it->second->begin(); in JoinThreads()1508 it != map_it->second->end(); ++it) { in JoinThreads()1562 for (WorkerMap::const_iterator map_it = workers_map_.begin(); in JoinThreads() local1563 map_it != workers_map_.end(); ++map_it) { in JoinThreads()1564 for (WorkerVector::const_iterator it = map_it->second->begin(); in JoinThreads()1565 it != map_it->second->end(); ++it) { in JoinThreads()1618 for (WorkerMap::const_iterator map_it = workers_map_.begin(); in AnalysisAllStats() local1619 map_it != workers_map_.end(); ++map_it) { in AnalysisAllStats()[all …]