Searched refs:token_end_ (Results 1 – 1 of 1) sorted by relevance
136 token_end_ = start_pos_; in Reset()147 const_iterator token_end() const { return token_end_; } in token_end()148 str token() const { return str(token_begin_, token_end_); } in token()151 std::distance(token_begin_, token_end_)); in token_piece()160 token_end_ = string_begin; in Init()173 token_begin_ = token_end_; in QuickGetNext()174 if (token_end_ == end_) in QuickGetNext()176 ++token_end_; in QuickGetNext()181 while (token_end_ != end_ && delims_.find(*token_end_) == str::npos) in QuickGetNext()182 ++token_end_; in QuickGetNext()[all …]