Searched refs:StridedArrayIterator (Results 1 – 4 of 4) sorted by relevance
40 template< typename T > class StridedArrayIterator class52 explicit StridedArrayIterator(int stride, T* ptr = 0) : in StridedArrayIterator() function in basebmp::StridedArrayIterator62 StridedArrayIterator( StridedArrayIterator const& rSrc, in StridedArrayIterator() function in basebmp::StridedArrayIterator76 int operator-(StridedArrayIterator const & rhs) const in operator -()79 bool operator==(StridedArrayIterator const & rhs) const in operator ==()82 bool operator!=(StridedArrayIterator const & rhs) const in operator !=()85 bool operator<(StridedArrayIterator const & rhs) const in operator <()88 bool operator<=(StridedArrayIterator const & rhs) const in operator <=()91 bool operator>(StridedArrayIterator const & rhs) const in operator >()94 bool operator>=(StridedArrayIterator const & rhs) const in operator >=()
46 typedef StridedArrayIterator< value_type > MoveY;215 typedef StridedArrayIterator< value_type > MoveY;
78 typedef StridedArrayIterator< value_type > MoveY;501 typedef StridedArrayIterator< value_type > MoveY;
161 template< typename T > class StridedArrayIterator class166 StridedArrayIterator(int stride, T* ptr = 0) : in StridedArrayIterator() function in __anonf9e6ec5c0111::StridedArrayIterator172 StridedArrayIterator( StridedArrayIterator const& rSrc, in StridedArrayIterator() function in __anonf9e6ec5c0111::StridedArrayIterator186 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 -()[all …]
Completed in 30 milliseconds