Searched refs:mLastWorstUid (Results 1 – 2 of 2) sorted by relevance
318 mLastWorstUid[id].find(element->getUid()); in erase()319 if ((found != mLastWorstUid[id].end()) in erase()321 mLastWorstUid[id].erase(found); in erase()602 LogBufferIteratorMap::iterator found = mLastWorstUid[id].find(worst); in prune()603 if ((found != mLastWorstUid[id].end()) in prune()697 || (mLastWorstUid[id].find(element->getUid()) in prune()698 == mLastWorstUid[id].end())) { in prune()699 mLastWorstUid[id][element->getUid()] = it; in prune()737 if ((!gc && !worstPid) || (mLastWorstUid[id].find(worst) in prune()738 == mLastWorstUid[id].end())) { in prune()[all …]
92 LogBufferIteratorMap mLastWorstUid[LOG_ID_MAX]; variable