Searched refs:PastBucket (Results 1 – 8 of 8) sorted by relevance
40 struct PastBucket { struct237 const PastBucket<AggregatedValue>& bucket) const;325 std::unordered_map<MetricDimensionKey, std::vector<PastBucket<AggregatedValue>>> mPastBuckets;339 virtual PastBucket<AggregatedValue> buildPartialBucket(int64_t bucketEndTime,355 static const size_t kBucketSize = sizeof(PastBucket<AggregatedValue>{});
140 PastBucket<unique_ptr<KllQuantile>> KllMetricProducer::buildPartialBucket( in buildPartialBucket()142 PastBucket<unique_ptr<KllQuantile>> bucket; in buildPartialBucket()
98 PastBucket<std::unique_ptr<KllQuantile>> buildPartialBucket(
523 PastBucket<Value> NumericValueMetricProducer::buildPartialBucket(int64_t bucketEndTimeNs, in buildPartialBucket()525 PastBucket<Value> bucket; in buildPartialBucket()
108 PastBucket<Value> buildPartialBucket(int64_t bucketEndTime,
231 const PastBucket<AggregatedValue>& bucket) const { in computeValueBucketSizeLocked()836 PastBucket<AggregatedValue> bucket = in closeCurrentBucket()
65 std::vector<PastBucket<unique_ptr<KllQuantile>>>>& mPastBuckets, in assertPastBucketsSingleKey()85 const vector<PastBucket<unique_ptr<KllQuantile>>>& buckets = mPastBuckets.begin()->second; in assertPastBucketsSingleKey()
64 const std::unordered_map<MetricDimensionKey, std::vector<PastBucket<Value>>>& mPastBuckets, in assertPastBucketValuesSingleKey()89 const vector<PastBucket<Value>>& buckets = mPastBuckets.begin()->second; in assertPastBucketValuesSingleKey()