OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashMetricName
(Results
1 - 10
of
10
) sorted by null
/system/core/metricsd/uploader/
metrics_hashes.h
26
uint64_t
HashMetricName
(const std::string& name);
metrics_hashes_unittest.cc
27
TEST(MetricsUtilTest,
HashMetricName
) {
38
uint64_t hash =
HashMetricName
(cases[i].input);
metrics_hashes.cc
37
uint64_t
HashMetricName
(const std::string& name) {
metrics_log_base.cc
69
uint64_t hash = metrics::
HashMetricName
(value);
/external/libchrome/base/metrics/
metrics_hashes.h
17
BASE_EXPORT uint64_t
HashMetricName
(const std::string& name);
metrics_hashes_unittest.cc
18
TEST(MetricsUtilTest,
HashMetricName
) {
29
uint64_t hash =
HashMetricName
(cases[i].input);
metrics_hashes.cc
25
uint64_t
HashMetricName
(const std::string& name) {
statistics_recorder.cc
226
HistogramMap::iterator it = histograms_->find(
HashMetricName
(name));
248
HistogramMap::iterator it = histograms_->find(
HashMetricName
(name));
268
HistogramMap::iterator it = histograms_->find(
HashMetricName
(name));
sparse_histogram.cc
106
samples_(
HashMetricName
(name)) {}
histogram.cc
344
samples_.reset(new SampleVector(
HashMetricName
(name), ranges));
Completed in 412 milliseconds