Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dfile.py23 MatchInfo = namedtuple("MatchInfo", ["scope", "variables"]) variable
179 return MatchInfo(MatchScope(i, i), new_variables)
228 match = MatchInfo(MatchScope(min(matched_lines), max(matched_lines)), variables)
247 match = MatchInfo(MatchScope(self.c1_length, self.c1_length), None)