Home
last modified time | relevance | path

Searched refs:PersistentSampleVector (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dsample_vector.h196 class BASE_EXPORT PersistentSampleVector : public SampleVectorBase {
198 PersistentSampleVector(uint64_t id,
202 PersistentSampleVector(const PersistentSampleVector&) = delete;
203 PersistentSampleVector& operator=(const PersistentSampleVector&) = delete;
204 ~PersistentSampleVector() override;
H A Dsample_vector.cc624 PersistentSampleVector::PersistentSampleVector( in PersistentSampleVector() function in base::PersistentSampleVector
649 PersistentSampleVector::~PersistentSampleVector() = default;
651 bool PersistentSampleVector::IsDefinitelyEmpty() const { in IsDefinitelyEmpty()
660 bool PersistentSampleVector::MountExistingCountsStorage() const { in MountExistingCountsStorage()
686 PersistentSampleVector::CreateCountsStorageWhileLocked() { in CreateCountsStorageWhileLocked()
H A Dsample_vector_unittest.cc417 TEST_F(SampleVectorTest, PersistentSampleVector) { in TEST_F() argument
436 PersistentSampleVector samples1(0, &ranges, &samples_meta, allocation); in TEST_F()
444 PersistentSampleVector samples2(0, &ranges, &samples_meta, allocation); in TEST_F()
486 PersistentSampleVector samples3(0, &ranges, &samples_meta, allocation); in TEST_F()
529 PersistentSampleVector samples1(0, &ranges, &samples_meta, allocation); in TEST_F()
557 PersistentSampleVector samples2(0, &ranges, &samples_meta, allocation); in TEST_F()
H A Dhistogram.cc607 unlogged_samples_ = std::make_unique<PersistentSampleVector>( in Histogram()
609 logged_samples_ = std::make_unique<PersistentSampleVector>( in Histogram()
/aosp_15_r20/external/libchrome/base/metrics/
H A Dsample_vector.cc305 PersistentSampleVector::PersistentSampleVector( in PersistentSampleVector() function in base::PersistentSampleVector
330 PersistentSampleVector::~PersistentSampleVector() = default;
332 bool PersistentSampleVector::MountExistingCountsStorage() const { in MountExistingCountsStorage()
351 PersistentSampleVector::CreateCountsStorageWhileLocked() { in CreateCountsStorageWhileLocked()
H A Dsample_vector.h133 class BASE_EXPORT PersistentSampleVector : public SampleVectorBase {
135 PersistentSampleVector(uint64_t id,
139 ~PersistentSampleVector() override;
149 DISALLOW_COPY_AND_ASSIGN(PersistentSampleVector);
H A Dsample_vector_unittest.cc372 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()
H A Dhistogram.cc606 new PersistentSampleVector(HashMetricName(name), ranges, meta, counts)); in Histogram()
607 logged_samples_.reset(new PersistentSampleVector( in Histogram()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/metrics/
Dsample_vector.h136 class BASE_EXPORT PersistentSampleVector : public SampleVectorBase {
138 PersistentSampleVector(uint64_t id,
142 ~PersistentSampleVector() override;
152 DISALLOW_COPY_AND_ASSIGN(PersistentSampleVector);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/metrics/
Dsample_vector.h136 class BASE_EXPORT PersistentSampleVector : public SampleVectorBase {
138 PersistentSampleVector(uint64_t id,
142 ~PersistentSampleVector() override;
152 DISALLOW_COPY_AND_ASSIGN(PersistentSampleVector);