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.h 68 HistogramBase::Count* GetSampleCountStorage(HistogramBase::Sample value);
persistent_sample_map.cc 116 const_cast<PersistentSampleMap*>(this)->GetSampleCountStorage(value);
195 Count* PersistentSampleMap::GetSampleCountStorage(Sample value) {
207 Count* count_pointer = GetSampleCountStorage(value);
212 // have been initialized by the GetSampleCountStorage() call above.

Completed in 65 milliseconds