HomeSort by relevance Sort by last modified time
    Searched refs:GetOrCreateSampleCountStorage (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/metrics/
persistent_sample_map.h 72 HistogramBase::Count* GetOrCreateSampleCountStorage(
persistent_sample_map.cc 107 *GetOrCreateSampleCountStorage(value) += count;
189 *GetOrCreateSampleCountStorage(min) +=
205 Count* PersistentSampleMap::GetOrCreateSampleCountStorage(Sample value) {
269 // code & comment in GetOrCreateSampleCountStorage() for details.

Completed in 130 milliseconds