Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DFieldValue_test.cpp74 FieldMatcher matcher1; in TEST() local
75 matcher1.set_field(10); in TEST()
76 FieldMatcher* child = matcher1.add_child(); in TEST()
84 translateFieldMatcher(matcher1, &output); in TEST()
95 FieldMatcher matcher1; in TEST() local
96 matcher1.set_field(10); in TEST()
97 FieldMatcher* child = matcher1.add_child(); in TEST()
105 translateFieldMatcher(matcher1, &output); in TEST()
116 FieldMatcher matcher1; in TEST() local
117 matcher1.set_field(10); in TEST()
[all …]
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp236 AtomMatcher matcher1 = CreateSimpleAtomMatcher("TEST1", /*atom=*/10); in TEST_F() local
237 int64_t matcher1Id = matcher1.id(); in TEST_F()
238 *config.add_atom_matcher() = matcher1; in TEST_F()
262 *newConfig.add_atom_matcher() = matcher1; in TEST_F()
279 AtomMatcher matcher1 = CreateSimpleAtomMatcher("TEST1", /*atom=*/10); in TEST_F() local
280 int64_t matcher1Id = matcher1.id(); in TEST_F()
281 *config.add_atom_matcher() = matcher1; in TEST_F()
307 *newConfig.add_atom_matcher() = matcher1; in TEST_F()
324 AtomMatcher matcher1 = CreateSimpleAtomMatcher("TEST1", /*atom=*/10); in TEST_F() local
325 int64_t matcher1Id = matcher1.id(); in TEST_F()
[all …]