Searched refs:token_end_ (Results 1 – 1 of 1) sorted by relevance
127 token_begin_ = token_end_; in GetNext()128 if (token_end_ == end_) in GetNext()130 ++token_end_; in GetNext()139 while (token_end_ != end_ && AdvanceOne(&state, *token_end_)) in GetNext()140 ++token_end_; in GetNext()146 token_end_ = start_pos_; in Reset()157 const_iterator token_end() const { return token_end_; } in token_end()158 str token() const { return str(token_begin_, token_end_); } in token()165 token_end_ = string_begin; in Init()206 const_iterator token_end_; variable