Searched refs:PersistentSampleVector (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/metrics/ |
D | sample_vector.h | 133 class BASE_EXPORT PersistentSampleVector : public SampleVectorBase { 135 PersistentSampleVector(uint64_t id, 139 ~PersistentSampleVector() override; 149 DISALLOW_COPY_AND_ASSIGN(PersistentSampleVector);
|
D | sample_vector.cc | 305 PersistentSampleVector::PersistentSampleVector( in PersistentSampleVector() function in base::PersistentSampleVector 330 PersistentSampleVector::~PersistentSampleVector() = default; 332 bool PersistentSampleVector::MountExistingCountsStorage() const { in MountExistingCountsStorage() 351 PersistentSampleVector::CreateCountsStorageWhileLocked() { in CreateCountsStorageWhileLocked()
|
D | sample_vector_unittest.cc | 372 TEST_F(SampleVectorTest, PersistentSampleVector) { in TEST_F() argument 391 PersistentSampleVector samples1(0, &ranges, &samples_meta, allocation); in TEST_F() 399 PersistentSampleVector samples2(0, &ranges, &samples_meta, allocation); in TEST_F() 441 PersistentSampleVector samples3(0, &ranges, &samples_meta, allocation); in TEST_F() 484 PersistentSampleVector samples1(0, &ranges, &samples_meta, allocation); in TEST_F() 512 PersistentSampleVector samples2(0, &ranges, &samples_meta, allocation); in TEST_F()
|
D | histogram.cc | 606 new PersistentSampleVector(HashMetricName(name), ranges, meta, counts)); in Histogram() 607 logged_samples_.reset(new PersistentSampleVector( in Histogram()
|