Home
last modified time | relevance | path

Searched refs:next_line (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dparse_define.py48 while it.next_line() and it.data[it.end - 1] == "\\":
53 while it.next_line():
H A Dline_iterator.py39 def next_line(self) -> bool: member in LineIterator
59 return self.next_line()
H A Dcpp_parser.py50 while self.it.next_line():

Completed in 1 milliseconds