Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/components/metrics/content/
H A Dsubprocess_metrics_provider_unittest.cc73 class TestPersistentHistogramAllocator class
78 TestPersistentHistogramAllocator(const TestPersistentHistogramAllocator&) =
80 TestPersistentHistogramAllocator& operator=(
81 const TestPersistentHistogramAllocator&) = delete;
83 ~TestPersistentHistogramAllocator() override { in ~TestPersistentHistogramAllocator()
136 std::unique_ptr<TestPersistentHistogramAllocator> CreateDuplicateAllocator( in CreateDuplicateAllocator()
139 return std::make_unique<TestPersistentHistogramAllocator>( in CreateDuplicateAllocator()