Lines Matching defs:simpleMatcher
120 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
145 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
374 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
417 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
478 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
526 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
559 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
577 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
606 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
663 auto simpleMatcher = matcher.mutable_simple_atom_matcher(); in TEST() local
689 void addSimpleMatcher(SimpleAtomMatcher* simpleMatcher, int tag, int key, int val) { in addSimpleMatcher()