Lines Matching refs:found
187 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); in Erase() local
188 if ((found != mLastWorst[id].end()) && (it == found->second)) { in Erase()
189 mLastWorst[id].erase(found); in Erase()
197 LogBufferPidIteratorMap::iterator found = mLastWorstPidOfSystem[id].find(element.pid()); in Erase() local
198 if (found != mLastWorstPidOfSystem[id].end() && it == found->second) { in Erase()
199 mLastWorstPidOfSystem[id].erase(found); in Erase()
245 LogBufferElement* found = it->second; in coalesce() local
246 uint16_t moreDropped = found->dropped_count(); in coalesce()
250 found->SetDropped(dropped + moreDropped); in coalesce()
417 LogBufferIteratorMap::iterator found = mLastWorst[id].find(worst); in Prune() local
418 if (found != mLastWorst[id].end() && found->second != logs().end()) { in Prune()
420 it = found->second; in Prune()
426 LogBufferPidIteratorMap::iterator found = mLastWorstPidOfSystem[id].find(worstPid); in Prune() local
427 if (found != mLastWorstPidOfSystem[id].end() && found->second != logs().end()) { in Prune()
429 it = found->second; in Prune()