Home
last modified time | relevance | path

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

/foundation/ability/idl_tool/idl_tool_2/
H A Dbuild_hdi_files_info.py86 def peek_char(self, peek_count=0): member in Lexer
118 while not self.peek_char().is_eof:
119 new_char = self.peek_char()
140 while not self.peek_char().is_eof:
141 new_char = self.peek_char()
158 new_char = self.peek_char()
171 while not self.peek_char().is_eof:
182 while not self.peek_char().is_eof:
185 if new_char.char == '*' and self.peek_char().char == '/':

Completed in 2 milliseconds