Searched refs:m_counterIdToValuesUint32 (Results 1 – 2 of 2) sorted by relevance
188 if (m_counterIdToValuesUint32.find (counterId) == m_counterIdToValuesUint32.end ()) in getUint32CounterValue()191 return m_counterIdToValuesUint32[counterId]; in getUint32CounterValue()217 m_counterIdToValuesUint32[counterId] = counterValue; in updateCounter()
109 CounterIdValueUint32_t m_counterIdToValuesUint32; variable