Searched refs:MatchScope (Results 1 – 1 of 1) sorted by relevance
/art/tools/checker/match/ |
D | file.py | 22 MatchScope = namedtuple("MatchScope", ["start", "end"]) variable 179 return MatchInfo(MatchScope(i, i), new_variables) 198 self.handle_not_queue(MatchScope(self.cursor, match.scope.start)) 228 match = MatchInfo(MatchScope(min(matched_lines), max(matched_lines)), variables) 247 match = MatchInfo(MatchScope(self.c1_length, self.c1_length), None) 256 scope = MatchScope(self.cursor, self.c1_length) 271 scope = MatchScope(self.cursor, self.cursor + 1) 302 self.handle_dag_queue(MatchScope(self.cursor, self.c1_length))
|