Searched refs:token_end_ (Results 1 – 1 of 1) sorted by relevance
132 void Reset() { token_end_ = start_pos_; } in Reset()142 const_iterator token_end() const { return token_end_; } in token_end()143 str token() const { return str(token_begin_, token_end_); } in token()146 &*token_begin_, std::distance(token_begin_, token_end_)); in token_piece()155 token_end_ = string_begin; in Init()168 token_begin_ = token_end_; in QuickGetNext()169 if (token_end_ == end_) in QuickGetNext()171 ++token_end_; in QuickGetNext()176 while (token_end_ != end_ && delims_.find(*token_end_) == str::npos) in QuickGetNext()177 ++token_end_; in QuickGetNext()[all …]