Lines Matching refs:mCurrentFullBucket
777 if (mCurrentFullBucket.find(newKey) != mCurrentFullBucket.end()) { in hitFullBucketGuardRailLocked()
780 if (mCurrentFullBucket.size() > mDimensionSoftLimit - 1) { in hitFullBucketGuardRailLocked()
781 size_t newTupleCount = mCurrentFullBucket.size() + 1; in hitFullBucketGuardRailLocked()
1023 auto prev = mCurrentFullBucket.find(eventKey); in onMatchedLogEventInternalLocked()
1024 if (prev != mCurrentFullBucket.end()) { in onMatchedLogEventInternalLocked()
1220 mCurrentFullBucket.clear(); in appendToFullBucket()
1228 if (mCurrentFullBucket.size() > 0) { in appendToFullBucket()
1236 mCurrentFullBucket[slice.first] += interval.value.long_value; in appendToFullBucket()
1239 for (const auto& slice : mCurrentFullBucket) { in appendToFullBucket()
1246 mCurrentFullBucket.clear(); in appendToFullBucket()
1269 mCurrentFullBucket[slice.first] += interval.value.long_value; in appendToFullBucket()