Searched refs:matcher1 (Results 1 – 2 of 2) sorted by relevance
74 FieldMatcher matcher1; in TEST() local75 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() local96 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() local117 matcher1.set_field(10); in TEST()[all …]
236 AtomMatcher matcher1 = CreateSimpleAtomMatcher("TEST1", /*atom=*/10); in TEST_F() local237 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() local280 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() local325 int64_t matcher1Id = matcher1.id(); in TEST_F()[all …]