Searched refs:HashMetricName (Results 1 – 4 of 4) sorted by relevance
27 TEST(MetricsUtilTest, HashMetricName) { in TEST() argument38 uint64_t hash = HashMetricName(cases[i].input); in TEST()
26 uint64_t HashMetricName(const std::string& name);
37 uint64_t HashMetricName(const std::string& name) { in HashMetricName() function
69 uint64_t hash = metrics::HashMetricName(value); in Hash()