Home
last modified time | relevance | path

Searched refs:serializedMetric (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp112 string serializedMetric; in getMetricProtoHash() local
113 if (!metric.SerializeToString(&serializedMetric)) { in getMetricProtoHash()
117 metricHash = Hash64(serializedMetric); in getMetricProtoHash()