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
61 return MatchInfo(MatchScope(i, i), newVariables)
83 return MatchInfo(MatchScope(min(matchedLines), max(matchedLines)), variables)
125 match = MatchInfo(MatchScope(c1Length, c1Length), None)