Home
last modified time | relevance | path

Searched refs:PoolArrayIterator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp42 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> class
257 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 …]