• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:FactoryGet

99   HistogramBase* histogram = Histogram::FactoryGet(  in TEST_P()
103 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_P()
110 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P()
142 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_P()
153 Histogram::FactoryGet("DeltaHistogram", 1, 64, 8, in TEST_P()
182 Histogram::FactoryGet("FinalDeltaHistogram", 1, 64, 8, in TEST_P()
219 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags)); in TEST_P()
246 Histogram::FactoryGet("Histogram2", 1, 32, 15, HistogramBase::kNoFlags)); in TEST_P()
260 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags)); in TEST_P()
274 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags)); in TEST_P()
298 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges, in TEST_P()
312 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges, in TEST_P()
327 CustomHistogram::FactoryGet("TestCustomHistogram3", custom_ranges, in TEST_P()
347 CustomHistogram::FactoryGet("2BucketsCustomHistogram", custom_ranges, in TEST_P()
359 Histogram::FactoryGet("AddCountHistogram", 10, 100, kBucketCount, in TEST_P()
382 Histogram::FactoryGet("AddCountHistogram", 10, 1000000000, kBucketCount, in TEST_P()
407 Histogram::FactoryGet("Bounded", 10, 100, kBucketCount, in TEST_P()
431 CustomHistogram::FactoryGet("TestCustomRangeBoundedHistogram", in TEST_P()
454 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags)); in TEST_P()
480 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags)); in TEST_P()
507 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags)); in TEST_P()
542 Histogram::FactoryGet("Histogram", 1, 64, 8, in TEST_P()
587 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_P()
617 HistogramBase* histogram = Histogram::FactoryGet( in TEST_P()
622 HistogramBase* bad_histogram = Histogram::FactoryGet( in TEST_P()
625 bad_histogram = Histogram::FactoryGet( in TEST_P()
629 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_P()
634 bad_histogram = LinearHistogram::FactoryGet( in TEST_P()
637 bad_histogram = LinearHistogram::FactoryGet( in TEST_P()
657 Histogram::FactoryGet(histogram_names[i], 1, 100, 10, in TEST_P()
677 Histogram::FactoryGet(histogram_names[index], 1, 100, 10, in TEST_P()
689 HistogramBase* histogram = Histogram::FactoryGet( in TEST_P()
710 HistogramBase* histogram = Histogram::FactoryGet( in TEST()
717 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST()
728 CustomHistogram::FactoryGet( in TEST()
738 EXPECT_DEATH(CustomHistogram::FactoryGet("BadRangesCustom2", custom_ranges, in TEST()
745 EXPECT_DEATH(CustomHistogram::FactoryGet("BadRangesCustom3", custom_ranges, in TEST()