Lines Matching refs:Sample
17 typedef HistogramBase::Sample Sample; typedef
26 typedef std::map<HistogramBase::Sample, HistogramBase::Count*>
35 void Get(HistogramBase::Sample* min,
65 void PersistentSampleMapIterator::Get(Sample* min, in Get()
94 Sample value; // The value for which this record holds a count.
111 void PersistentSampleMap::Accumulate(Sample value, Count count) { in Accumulate()
123 Sample old_value = *local_count_ptr; in Accumulate()
124 Sample new_value = old_value + count; in Accumulate()
133 Count PersistentSampleMap::GetCount(Sample value) const { in GetCount()
178 Sample value) { in CreatePersistentRecord()
197 Sample min; in AddSubtractImpl()
212 Count* PersistentSampleMap::GetSampleCountStorage(Sample value) { in GetSampleCountStorage()
222 Count* PersistentSampleMap::GetOrCreateSampleCountStorage(Sample value) { in GetOrCreateSampleCountStorage()
267 Count* PersistentSampleMap::ImportSamples(Sample until_value, in ImportSamples()