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()
94 HistogramBase::Count old_redundant_count = in Add()
104 HistogramBase::Count redundant_count; in AddFromPickle()
111 HistogramBase::Count old_redundant_count = in AddFromPickle()
123 HistogramBase::Count old_redundant_count = in Subtract()
137 HistogramBase::Sample min; in Serialize()
138 HistogramBase::Sample max; in Serialize()
139 HistogramBase::Count count; in Serialize()
156 void HistogramSamples::IncreaseRedundantCount(HistogramBase::Count diff) { in IncreaseRedundantCount()