Lines Matching defs:array
107 deUintptr m_numElements; //!< Number of elements in the array.
108 deUintptr m_capacity; //!< Number of allocated elements in the array.
132 PoolArrayConstIterator (const PoolArray<T, Alignment>* array, deIntptr ndx);
169 PoolArrayIterator (PoolArray<T, Alignment>* array, deIntptr ndx);
197 // Initializer helper for array.
390 // \todo [2013-02-08 pyry] Compare array ptr.
397 // \todo [2013-02-08 pyry] Compare array ptr.
435 inline PoolArrayConstIterator<T, Alignment>::PoolArrayConstIterator (const PoolArray<T, Alignment>* array, deIntptr ndx)
437 , m_array (array)
489 inline PoolArrayIterator<T, Alignment>::PoolArrayIterator (PoolArray<T, Alignment>* array, deIntptr ndx)
491 , m_array (array)