Searched refs:mPushedAtomErrorStats (Results 1 – 2 of 2) sorted by relevance
578 bool present = (mPushedAtomErrorStats.find(atomTag) != mPushedAtomErrorStats.end()); in noteAtomError()579 bool full = (mPushedAtomErrorStats.size() >= (size_t)kMaxPushedAtomErrorStatsSize); in noteAtomError()581 mPushedAtomErrorStats[atomTag]++; in noteAtomError()650 mPushedAtomErrorStats.clear(); in resetInternalLocked()662 const auto& it = mPushedAtomErrorStats.find(atomId); in getPushedAtomErrors()663 if (it != mPushedAtomErrorStats.end()) { in getPushedAtomErrors()
581 std::map<int, int> mPushedAtomErrorStats; variable