Searched refs:LogBufferIteratorMap (Results 1 – 2 of 2) sorted by relevance
45 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator> LogBufferIteratorMap; typedef46 LogBufferIteratorMap mLastWorst[LOG_ID_MAX] GUARDED_BY(lock_);
187 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); in Erase()417 LogBufferIteratorMap::iterator found = mLastWorst[id].find(worst); in Prune()