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, in Get()
52 HistogramBase::Sample* max, in Get()
53 HistogramBase::Count* count) const { in Get()
95 HistogramBase::Count redundant_count; in AddFromPickle()
122 HistogramBase::Sample min; in Serialize()
123 HistogramBase::Sample max; in Serialize()
124 HistogramBase::Count count; in Serialize()
144 void HistogramSamples::IncreaseRedundantCount(HistogramBase::Count diff) { in IncreaseRedundantCount()