Searched refs:FixedStreamArrayIterator (Results 1 – 2 of 2) sorted by relevance
255 template <typename T> class FixedStreamArrayIterator; variable263 friend class FixedStreamArrayIterator<T>;266 typedef FixedStreamArrayIterator<T> Iterator;302 FixedStreamArrayIterator<T> begin() const { in begin()303 return FixedStreamArrayIterator<T>(*this, 0); in begin()306 FixedStreamArrayIterator<T> end() const { in end()307 return FixedStreamArrayIterator<T>(*this, size()); in end()312 FixedStreamArrayIterator<T> I = end(); in back()323 class FixedStreamArrayIterator331 FixedStreamArrayIterator<T>(const FixedStreamArrayIterator<T> &Other)[all …]
31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,