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

  /external/libchrome/base/metrics/
persistent_sample_map.cc 126 const_cast<PersistentSampleMap*>(this)->GetSampleCountStorage(value);
207 Count* bucket = GetSampleCountStorage(min);
228 Count* PersistentSampleMap::GetSampleCountStorage(Sample value) {
240 Count* count_pointer = GetSampleCountStorage(value);
245 // have been initialized by the GetSampleCountStorage() call above.
persistent_sample_map.h 67 HistogramBase::Count* GetSampleCountStorage(HistogramBase::Sample value);

Completed in 404 milliseconds