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

/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp42 class PoolArrayIterator;
55 typedef PoolArrayIterator<T, Alignment> Iterator;
124 PoolArrayConstIterator (const PoolArrayIterator<T, Alignment>& iterator);
149 PoolArrayConstIterator<T, Alignment>& operator= (const PoolArrayIterator<T, Alignment>& iter);
156 class PoolArrayIterator : public PoolArrayIteratorBase<T, Alignment> class in namespace:de
159 PoolArrayIterator (void);
160 PoolArrayIterator (PoolArray<T, Alignment>* array, deIntptr ndx);
161 ~PoolArrayIterator (void);
173 PoolArrayIterator<T, Alignment>& operator++ (void) { this->m_ndx += 1; return *this; }
174 PoolArrayIterator<
433 PoolArrayConstIterator(const PoolArrayIterator<T, Alignment>& iter) argument
473 inline PoolArrayIterator<T, Alignment>::PoolArrayIterator (void) function in class:de::PoolArrayIterator
480 inline PoolArrayIterator<T, Alignment>::PoolArrayIterator (PoolArray<T, Alignment>* array, deIntptr ndx) function in class:de::PoolArrayIterator
494 operator +(const PoolArrayIterator<T, Alignment>& iter, deIntptr offs) argument
500 operator +(deUintptr offs, const PoolArrayIterator<T, Alignment>& iter) argument
506 operator -(const PoolArrayIterator<T, Alignment>& iter, deIntptr offs) argument
512 operator -(const PoolArrayIterator<T, Alignment>& iter, const PoolArrayIterator<T, Alignment>& other) argument
[all...]

Completed in 603 milliseconds