Searched refs:use_persistent_histogram_allocator_ (Results 1 – 3 of 3) sorted by relevance
65 StatisticsRecorderTest() : use_persistent_histogram_allocator_(GetParam()) { in StatisticsRecorderTest()71 if (use_persistent_histogram_allocator_) { in StatisticsRecorderTest()117 const bool use_persistent_histogram_allocator_; member in base::StatisticsRecorderTest240 if (use_persistent_histogram_allocator_) { in TEST_P()251 if (use_persistent_histogram_allocator_) { in TEST_P()413 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 0 : 2)); in TEST_P()418 if (use_persistent_histogram_allocator_) { in TEST_P()430 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 2 : 0)); in TEST_P()
32 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in SparseHistogramTest()35 if (use_persistent_histogram_allocator_) in SetUp()78 const bool use_persistent_histogram_allocator_; member in base::SparseHistogramTest185 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent in TEST_P()250 if (use_persistent_histogram_allocator_) { in TEST_P()
58 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in HistogramTest()61 if (use_persistent_histogram_allocator_) in SetUp()102 const bool use_persistent_histogram_allocator_; member in base::HistogramTest516 if (use_persistent_histogram_allocator_) in TEST_P()767 if (!use_persistent_histogram_allocator_) { in TEST_P()