Lines Matching refs:metricDimensionKey
320 for (auto& [metricDimensionKey, currentValueBucket] : mCurrentSlicedBucket) { in accumulateEvents()
321 const auto& whatKey = metricDimensionKey.getDimensionKeyInWhat(); in accumulateEvents()
584 for (const auto& [metricDimensionKey, currentBucket] : mCurrentSlicedBucket) { in appendToFullBucket()
585 if (hitFullBucketGuardRailLocked(metricDimensionKey) || in appendToFullBucket()
592 mCurrentFullBucket[metricDimensionKey] += interval.aggregate.long_value; in appendToFullBucket()
595 for (const auto& [metricDimensionKey, value] : mCurrentFullBucket) { in appendToFullBucket()
598 tracker->addPastBucket(metricDimensionKey, value, mCurrentBucketNum); in appendToFullBucket()
605 for (const auto& [metricDimensionKey, currentBucket] : mCurrentSlicedBucket) { in appendToFullBucket()
611 tracker->addPastBucket(metricDimensionKey, in appendToFullBucket()
621 for (const auto& [metricDimensionKey, currentBucket] : mCurrentSlicedBucket) { in appendToFullBucket()
626 mCurrentFullBucket[metricDimensionKey] += interval.aggregate.long_value; in appendToFullBucket()