Home
last modified time | relevance | path

Searched refs:currentDimInfoItr (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/
DValueMetricProducer.cpp899 const auto& currentDimInfoItr = mDimInfos.find(dimensionInWhatKey); in initNextSlicedBucket() local
901 if ((currentDimInfoItr != mDimInfos.end()) && in initNextSlicedBucket()
902 (it->first.getStateValuesKey() == currentDimInfoItr->second.currentState)) { in initNextSlicedBucket()