Home
last modified time | relevance | path

Searched defs:GetPermanentName (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dhistogram_base.cc203 char const* HistogramBase::GetPermanentName(const std::string& name) { in GetPermanentName() function in base::HistogramBase
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram_base.cc254 char const* HistogramBase::GetPermanentName(std::string_view name) { in GetPermanentName() function in base::HistogramBase
H A Dhistogram_threadsafe_unittest.cc27 char const* GetPermanentName(const std::string& name) { in GetPermanentName() function