Lines Matching refs:slice

413     for (auto& slice : mCurrentBaseInfo) {  in resetBase()  local
414 for (auto& baseInfo : slice.second) { in resetBase()
620 for (auto& slice : mCurrentSlicedBucket) { in accumulateEvents() local
621 const auto& whatKey = slice.first.getDimensionKeyInWhat(); in accumulateEvents()
988 for (const auto& slice : mCurrentSlicedBucket) { in flushCurrentBucketLocked() local
989 ValueBucket bucket = buildPartialBucket(bucketEndTime, slice.second); in flushCurrentBucketLocked()
993 auto& bucketList = mPastBuckets[slice.first]; in flushCurrentBucketLocked()
1101 for (const auto& slice : mCurrentSlicedBucket) { in appendToFullBucket() local
1102 if (hitFullBucketGuardRailLocked(slice.first)) { in appendToFullBucket()
1106 auto& interval = slice.second[0]; in appendToFullBucket()
1108 mCurrentFullBucket[slice.first] += interval.value.long_value; in appendToFullBucket()
1111 for (const auto& slice : mCurrentFullBucket) { in appendToFullBucket() local
1114 tracker->addPastBucket(slice.first, slice.second, mCurrentBucketNum); in appendToFullBucket()
1121 for (const auto& slice : mCurrentSlicedBucket) { in appendToFullBucket() local
1125 auto& interval = slice.second[0]; in appendToFullBucket()
1127 tracker->addPastBucket(slice.first, interval.value.long_value, in appendToFullBucket()
1136 for (const auto& slice : mCurrentSlicedBucket) { in appendToFullBucket() local
1138 auto& interval = slice.second[0]; in appendToFullBucket()
1140 mCurrentFullBucket[slice.first] += interval.value.long_value; in appendToFullBucket()