Searched refs:m_ExtendedCount (Results 1 – 1 of 1) sorted by relevance
79 auto it = m_ExtendedCount.find(v); in PostValue()80 if(it != m_ExtendedCount.end()) in PostValue()86 m_ExtendedCount.insert(std::make_pair(v, 1u)); in PostValue()94 …(!m_ExtendedCount.empty() || std::count_if(m_BaseCount, m_BaseCount + _countof(m_BaseCount), [](ui… in Print()107 for(const auto& it : m_ExtendedCount) in Print()124 std::map<uint32_t, uint32_t> m_ExtendedCount; member