Lines Matching refs:HistogramBase
12 typedef HistogramBase::Count Count;
13 typedef HistogramBase::Sample Sample;
28 HistogramBase::AtomicCount* counts, in SampleVector()
74 HistogramBase::Sample min; in AddSubtractImpl()
75 HistogramBase::Sample max; in AddSubtractImpl()
76 HistogramBase::Count count; in AddSubtractImpl()
129 const std::vector<HistogramBase::AtomicCount>* counts, in SampleVectorIterator()
140 const HistogramBase::AtomicCount* counts, in SampleVectorIterator()
163 void SampleVectorIterator::Get(HistogramBase::Sample* min, in Get()
164 HistogramBase::Sample* max, in Get()
165 HistogramBase::Count* count) const { in Get()