Lines Matching refs:iterator
211 class iterator {
219 iterator(const iterator&) = default;
220 iterator& operator=(const iterator&) = default;
222 iterator& operator++();
225 bool operator==(const iterator& rhs) const;
226 bool operator!=(const iterator& rhs) const;
231 iterator(android::StringPiece s, char sep, android::StringPiece tok, bool end);
241 iterator begin() const { in begin()
245 iterator end() const { in end()
250 const iterator begin_;
251 const iterator end_;