Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.cpp2057 auto whatPath = report->dimensions_path_in_what(); in backfillDimensionPath() local
2059 backfillDimensionPath(whatPath, report->mutable_count_metrics()); in backfillDimensionPath()
2061 backfillDimensionPath(whatPath, report->mutable_duration_metrics()); in backfillDimensionPath()
2063 backfillDimensionPath(whatPath, report->mutable_gauge_metrics()); in backfillDimensionPath()
2065 backfillDimensionPath(whatPath, report->mutable_value_metrics()); in backfillDimensionPath()
2067 backfillDimensionPath(whatPath, report->mutable_kll_metrics()); in backfillDimensionPath()
Dstatsd_test_util.h723 void backfillDimensionPath(const DimensionsValue& whatPath, T* metricData) { in backfillDimensionPath() argument
727 backfillDimensionPath(whatPath, data->dimension_leaf_values_in_what(), in backfillDimensionPath()