Searched refs:FixedStreamArrayIterator (Results 1 – 2 of 2) sorted by relevance
252 template <typename T> class FixedStreamArrayIterator; variable260 friend class FixedStreamArrayIterator<T>;263 typedef FixedStreamArrayIterator<T> Iterator;299 FixedStreamArrayIterator<T> begin() const { in begin()300 return FixedStreamArrayIterator<T>(*this, 0); in begin()303 FixedStreamArrayIterator<T> end() const { in end()304 return FixedStreamArrayIterator<T>(*this, size()); in end()309 FixedStreamArrayIterator<T> I = end(); in back()320 class FixedStreamArrayIterator321 : public iterator_facade_base<FixedStreamArrayIterator<T>,[all …]
31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,