Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsample_vector.cc310 : SampleVectorBase(id, meta, bucket_ranges), persistent_counts_(counts) { in PersistentSampleVector()
339 if (!persistent_counts_.reference()) in MountExistingCountsStorage()
344 static_cast<HistogramBase::AtomicCount*>(persistent_counts_.Get())); in MountExistingCountsStorage()
352 void* mem = persistent_counts_.Get(); in CreateCountsStorageWhileLocked()
Dsample_vector.h147 DelayedPersistentAllocation persistent_counts_; variable