Searched refs:current_ptr_ (Results 1 – 2 of 2) sorted by relevance
50 current_ptr_++; in GetNextChar()56 if (current_ptr_ == buf_.end()) { in PeekCurrentChar()59 char current_char = *current_ptr_; in PeekCurrentChar()92 const char* old_current_ptr = current_ptr_; in LookAhead()97 current_ptr_ = old_current_ptr; in LookAhead()103 token_state_.token_start = current_ptr_; in LexToken()138 current_ptr_++; in LexToken()146 current_ptr_++; in LexToken()175 const char* comment_start = current_ptr_; in LexToken()176 current_ptr_++; in LexToken()[all …]
92 current_ptr_ = buf_.begin(); in HloLexer()168 const char* current_ptr_; variable