Lines Matching refs:FactoryGet
47 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F()
73 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F()
96 HistogramBase* histogram = BooleanHistogram::FactoryGet( in TEST_F()
123 HistogramBase* histogram = CustomHistogram::FactoryGet( in TEST_F()
145 HistogramBase* histogram = SparseHistogram::FactoryGet( in TEST_F()
178 Histogram::FactoryGet("CRH-Histogram", 1, 10, 5, 0); in TEST_F()
179 LinearHistogram::FactoryGet("CRH-Linear", 1, 10, 5, 0); in TEST_F()
180 BooleanHistogram::FactoryGet("CRH-Boolean", 0); in TEST_F()
181 CustomHistogram::FactoryGet("CRH-Custom", ranges, 0); in TEST_F()
182 SparseHistogram::FactoryGet("CRH-Sparse", 0); in TEST_F()
195 Histogram::FactoryGet("CRH-Histogram-UMA-Targeted", 1, 10, 5, in TEST_F()
197 Histogram::FactoryGet("CRH-Histogram-UMA-Stability", 1, 10, 5, in TEST_F()
199 SparseHistogram::FactoryGet("CRH-Sparse-UMA-Targeted", in TEST_F()
201 SparseHistogram::FactoryGet("CRH-Sparse-UMA-Stability", in TEST_F()
211 Histogram::FactoryGet("CRH-Histogram", 1, 10, 5, 0); in TEST_F()
212 LinearHistogram::FactoryGet("CRH-Linear", 1, 10, 5, 0); in TEST_F()
213 BooleanHistogram::FactoryGet("CRH-Boolean", 0); in TEST_F()
214 CustomHistogram::FactoryGet("CRH-Custom", ranges, 0); in TEST_F()
215 SparseHistogram::FactoryGet("CRH-Sparse", 0); in TEST_F()