Home
last modified time | relevance | path

Searched refs:GetSampleCountStorage (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_sample_map.cc137 const_cast<PersistentSampleMap*>(this)->GetSampleCountStorage(value); in GetCount()
212 Count* PersistentSampleMap::GetSampleCountStorage(Sample value) { in GetSampleCountStorage() function in base::PersistentSampleMap
224 Count* count_pointer = GetSampleCountStorage(value); in GetOrCreateSampleCountStorage()
Dpersistent_sample_map.h67 HistogramBase::Count* GetSampleCountStorage(HistogramBase::Sample value);