Searched refs:token_end_ (Results 1 – 1 of 1) sorted by relevance
137 token_end_ = start_pos_; in Reset()148 const_iterator token_end() const { return token_end_; } in token_end()149 str token() const { return str(token_begin_, token_end_); } in token()152 std::distance(token_begin_, token_end_)); in token_piece()161 token_end_ = string_begin; in Init()174 token_begin_ = token_end_; in QuickGetNext()175 if (token_end_ == end_) in QuickGetNext()177 ++token_end_; in QuickGetNext()182 while (token_end_ != end_ && delims_.find(*token_end_) == str::npos) in QuickGetNext()183 ++token_end_; in QuickGetNext()[all …]