Home
last modified time | relevance | path

Searched defs:FactoryGet (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram.cc244 HistogramBase* Histogram::FactoryGet(const std::string& name, in FactoryGet() function in base::Histogram
269 HistogramBase* Histogram::FactoryGet(const char* name, in FactoryGet() function in base::Histogram
775 HistogramBase* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram
791 HistogramBase* LinearHistogram::FactoryGet(const char* name, in FactoryGet() function in base::LinearHistogram
1054 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::BooleanHistogram
1059 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) { in FactoryGet() function in base::BooleanHistogram
1163 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
1170 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
H A Dsparse_histogram.cc29 HistogramBase* SparseHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::SparseHistogram
/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram.cc249 HistogramBase* Histogram::FactoryGet(const std::string& name, in FactoryGet() function in base::Histogram
281 HistogramBase* Histogram::FactoryGet(const char* name, in FactoryGet() function in base::Histogram
868 HistogramBase* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram
887 HistogramBase* LinearHistogram::FactoryGet(const char* name, in FactoryGet() function in base::LinearHistogram
1114 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::BooleanHistogram
1119 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) { in FactoryGet() function in base::BooleanHistogram
1224 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
1233 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet() function in base::CustomHistogram
H A Dsparse_histogram.cc26 HistogramBase* SparseHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::SparseHistogram