Lines Matching refs:HistogramBase
32 HistogramBase::AtomicCount* counts,
39 void Accumulate(HistogramBase::Sample value,
40 HistogramBase::Count count) override;
41 HistogramBase::Count GetCount(HistogramBase::Sample value) const override;
42 HistogramBase::Count TotalCount() const override;
46 HistogramBase::Count GetCountAtIndex(size_t bucket_index) const;
53 virtual size_t GetBucketIndex(HistogramBase::Sample value) const;
60 std::vector<HistogramBase::AtomicCount> local_counts_;
65 HistogramBase::AtomicCount* counts_;
76 SampleVectorIterator(const std::vector<HistogramBase::AtomicCount>* counts,
78 SampleVectorIterator(const HistogramBase::AtomicCount* counts,
86 void Get(HistogramBase::Sample* min,
87 HistogramBase::Sample* max,
88 HistogramBase::Count* count) const override;
96 const HistogramBase::AtomicCount* counts_;