Searched refs:PoolArrayIterator (Results 1 – 1 of 1) sorted by relevance
42 class PoolArrayIterator;56 typedef PoolArrayIterator<T, Alignment> Iterator;184 PoolArrayConstIterator(const PoolArrayIterator<T, Alignment> &iterator);247 PoolArrayConstIterator<T, Alignment> &operator=(const PoolArrayIterator<T, Alignment> &iter);254 class PoolArrayIterator : public PoolArrayIteratorBase<T, Alignment> class257 PoolArrayIterator(void);258 PoolArrayIterator(PoolArray<T, Alignment> *array, intptr_t ndx);259 ~PoolArrayIterator(void);283 PoolArrayIterator<T, Alignment> &operator++(void) in operator ++()288 PoolArrayIterator<T, Alignment> &operator--(void) in operator --()[all …]