Lines Matching refs:SparseHistogram
74 std::unique_ptr<SparseHistogram> NewSparseHistogram(const std::string& name) { in NewSparseHistogram()
75 return std::unique_ptr<SparseHistogram>(new SparseHistogram(name)); in NewSparseHistogram()
94 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
113 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
132 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
196 std::unique_ptr<SparseHistogram> histogram(NewSparseHistogram("Sparse")); in TEST_P()
228 SparseHistogram::FactoryGet(histogram_name, HistogramBase::kNoFlags); in TEST_P()
242 SparseHistogram::FactoryGet("something.new", HistogramBase::kNoFlags); in TEST_P()
247 std::unique_ptr<SparseHistogram> something = in TEST_P()
255 SparseHistogram::FactoryGet(histogram_name, HistogramBase::kNoFlags); in TEST_P()
284 SparseHistogram::FactoryGet(histogram_names[i], HistogramBase::kNoFlags); in TEST_P()
302 SparseHistogram::FactoryGet(histogram_names[index], in TEST_P()
315 SparseHistogram::FactoryGet(histogram_names[0], HistogramBase::kNoFlags); in TEST_P()