Searched defs:__isMatchAtStart (Results 1 - 1 of 1) sorted by relevance

/art/tools/checker/file_format/checker/
H A Dparser.py93 def __isMatchAtStart(match): function
128 if __isMatchAtStart(matchWhitespace):
133 elif __isMatchAtStart(matchPattern):
138 elif __isMatchAtStart(matchVariableReference):
143 elif __isMatchAtStart(matchVariableDefinition):

Completed in 76 milliseconds