Lines Matching refs:const_iterator
82 template <class str, class const_iterator>
105 StringTokenizerT(const_iterator string_begin,
106 const_iterator string_end,
141 const_iterator token_begin() const { return token_begin_; }
142 const_iterator token_end() const { return token_end_; }
150 void Init(const_iterator string_begin,
151 const_iterator string_end,
232 const_iterator start_pos_;
233 const_iterator token_begin_;
234 const_iterator token_end_;
235 const_iterator end_;
242 typedef StringTokenizerT<std::string, std::string::const_iterator>
244 typedef StringTokenizerT<std::u16string, std::u16string::const_iterator>