Lines Matching refs:HistogramBase
23 typedef HistogramBase::Count Count;
24 typedef HistogramBase::Sample Sample;
82 const HistogramBase::AtomicCount* counts_array = counts(); in TotalCount()
135 HistogramBase::Sample min; in AddSubtractImpl()
137 HistogramBase::Count count; in AddSubtractImpl()
269 HistogramBase::Count* counts = CreateCountsStorageWhileLocked(); in MountCountsStorageAndMoveSingleSample()
300 HistogramBase::AtomicCount* SampleVector::CreateCountsStorageWhileLocked() { in CreateCountsStorageWhileLocked()
344 static_cast<HistogramBase::AtomicCount*>(persistent_counts_.Get())); in MountExistingCountsStorage()
350 HistogramBase::AtomicCount*
358 return new HistogramBase::AtomicCount[counts_size()]; in CreateCountsStorageWhileLocked()
361 return static_cast<HistogramBase::AtomicCount*>(mem); in CreateCountsStorageWhileLocked()
365 const std::vector<HistogramBase::AtomicCount>* counts, in SampleVectorIterator()
376 const HistogramBase::AtomicCount* counts, in SampleVectorIterator()
399 void SampleVectorIterator::Get(HistogramBase::Sample* min, in Get()
401 HistogramBase::Count* count) const { in Get()