Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp244 AtomMatcher matcher3; in TEST_F() local
245 matcher3.set_id(StringToId("TEST3")); in TEST_F()
246 AtomMatcher_Combination* combination = matcher3.mutable_combination(); in TEST_F()
250 int64_t matcher3Id = matcher3.id(); in TEST_F()
251 *config.add_atom_matcher() = matcher3; in TEST_F()
260 *newConfig.add_atom_matcher() = matcher3; in TEST_F()
287 AtomMatcher matcher3; in TEST_F() local
288 matcher3.set_id(StringToId("TEST3")); in TEST_F()
289 AtomMatcher_Combination* combination = matcher3.mutable_combination(); in TEST_F()
293 int64_t matcher3Id = matcher3.id(); in TEST_F()
[all …]