Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
H A Dconfig_update_utils_test.cpp2282 const vector<int>& matcher5Metrics = trackerToMetricMap[matcher5Index]; in TEST_F() local
2283 EXPECT_THAT(matcher5Metrics, UnorderedElementsAre(gauge3Index, gauge6Index)); in TEST_F()
2607 const vector<int>& matcher5Metrics = trackerToMetricMap[matcher5Index]; in TEST_F() local
2608 EXPECT_THAT(matcher5Metrics, UnorderedElementsAre(duration6Index)); in TEST_F()
2868 const vector<int>& matcher5Metrics = trackerToMetricMap[matcher5Index]; in TEST_F() local
2869 EXPECT_THAT(matcher5Metrics, UnorderedElementsAre(value3Index, value6Index)); in TEST_F()