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 174 return MatchInfo(MatchScope(i, i), newVariables) 192 self.handleNotQueue(MatchScope(self.cursor, match.scope.start)) 222 match = MatchInfo(MatchScope(min(matchedLines), max(matchedLines)), variables) 241 match = MatchInfo(MatchScope(self.c1Length, self.c1Length), None) 250 scope = MatchScope(self.cursor, self.c1Length) 265 scope = MatchScope(self.cursor, self.cursor + 1) 296 self.handleDagQueue(MatchScope(self.cursor, self.c1Length))
|