Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2025 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2026 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(event3Index, event6Index)); in TEST_F()
2257 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2258 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(count3Index)); in TEST_F()
2469 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2470 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(gauge3Index, gauge4Index, gauge6Index)); in TEST_F()
2799 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
2800 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(duration1Index)); in TEST_F()
3064 const vector<int>& matcher3Metrics = trackerToMetricMap[matcher3Index]; in TEST_F() local
3065 EXPECT_THAT(matcher3Metrics, UnorderedElementsAre(value4Index)); in TEST_F()
[all …]