Lines Matching refs:HistogramBase
20 void Get(HistogramBase::Sample* min,
21 HistogramBase::Sample* max,
22 HistogramBase::Count* count) const override;
27 HistogramBase::Sample min_;
28 HistogramBase::Sample max_;
29 HistogramBase::Count count_;
51 void SampleCountPickleIterator::Get(HistogramBase::Sample* min,
52 HistogramBase::Sample* max,
53 HistogramBase::Count* count) const {
94 HistogramBase::Count old_redundant_count =
104 HistogramBase::Count redundant_count;
111 HistogramBase::Count old_redundant_count =
123 HistogramBase::Count old_redundant_count =
137 HistogramBase::Sample min;
138 HistogramBase::Sample max;
139 HistogramBase::Count count;
156 void HistogramSamples::IncreaseRedundantCount(HistogramBase::Count diff) {