Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2473 const vector<int>& matcher5Metrics = trackerToMetricMap[matcher5Index]; in TEST_F() local
2474 EXPECT_THAT(matcher5Metrics, UnorderedElementsAre(gauge3Index, gauge6Index)); in TEST_F()
2803 const vector<int>& matcher5Metrics = trackerToMetricMap[matcher5Index]; in TEST_F() local
2804 EXPECT_THAT(matcher5Metrics, UnorderedElementsAre(duration6Index)); in TEST_F()
3068 const vector<int>& matcher5Metrics = trackerToMetricMap[matcher5Index]; in TEST_F() local
3069 EXPECT_THAT(matcher5Metrics, UnorderedElementsAre(value3Index, value6Index)); in TEST_F()
3286 const vector<int>& matcher5Metrics = trackerToMetricMap[matcher5Index]; in TEST_F() local
3287 EXPECT_THAT(matcher5Metrics, UnorderedElementsAre(kll3Index, kll6Index)); in TEST_F()