Lines Matching full:const_iterator
90 template <class str, class const_iterator>
108 StringTokenizerT(const_iterator string_begin,
109 const_iterator string_end,
146 const_iterator token_begin() const { return token_begin_; }
147 const_iterator token_end() const { return token_end_; }
155 void Init(const_iterator string_begin,
156 const_iterator string_end,
241 const_iterator start_pos_;
242 const_iterator token_begin_;
243 const_iterator token_end_;
244 const_iterator end_;
251 typedef StringTokenizerT<std::string, std::string::const_iterator>
253 typedef StringTokenizerT<std::wstring, std::wstring::const_iterator>