Searched refs:current_ptr_ (Results 1 – 2 of 2) sorted by relevance
51 current_ptr_++; in GetNextChar()57 if (current_ptr_ == buf_.end()) { in PeekCurrentChar()60 char current_char = *current_ptr_; in PeekCurrentChar()85 const char* old_current_ptr = current_ptr_; in LookAhead()90 current_ptr_ = old_current_ptr; in LookAhead()96 token_state_.token_start = current_ptr_; in LexToken()131 current_ptr_++; in LexToken()139 current_ptr_++; in LexToken()168 const char* comment_start = current_ptr_; in LexToken()169 current_ptr_++; in LexToken()[all …]
94 current_ptr_ = buf_.begin(); in HloLexer()168 const char* current_ptr_; variable