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