Lines Matching refs:StridedArrayIterator
161 template< typename T > class StridedArrayIterator class
166 StridedArrayIterator(int stride, T* ptr = 0) : in StridedArrayIterator() function in __anonf9e6ec5c0111::StridedArrayIterator
172 StridedArrayIterator( StridedArrayIterator const& rSrc, in StridedArrayIterator() function in __anonf9e6ec5c0111::StridedArrayIterator
186 bool operator==(StridedArrayIterator const & rhs) const in operator ==()
189 bool operator!=(StridedArrayIterator const & rhs) const in operator !=()
192 bool operator<(StridedArrayIterator const & rhs) const in operator <()
195 bool operator<=(StridedArrayIterator const & rhs) const in operator <=()
198 bool operator>(StridedArrayIterator const & rhs) const in operator >()
201 bool operator>=(StridedArrayIterator const & rhs) const in operator >=()
204 int operator-(StridedArrayIterator const & rhs) const in operator -()
277 typedef StridedArrayIterator< data_type > MoveY;
710 typedef StridedArrayIterator< data_type > MoveY;