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

/external/stlport/stlport/stl/
H A D_rope.h98 template<class _CharT, class _Alloc> class _Rope_const_iterator;
871 class _Rope_const_iterator : public _Rope_iterator_base<_CharT,_Alloc> { class in inherits:_Rope_iterator_base
873 typedef _Rope_const_iterator<_CharT, _Alloc> _Self;
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos): function in class:_Rope_const_iterator
895 _Rope_const_iterator() {} function in class:_Rope_const_iterator
896 _Rope_const_iterator(const _Self& __x) : function in class:_Rope_const_iterator
898 _Rope_const_iterator(const _Rope_iterator<_CharT,_Alloc>& __x): function in class:_Rope_const_iterator
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : function in class:_Rope_const_iterator
951 return _Rope_const_iterator<_CharT,_Alloc>(this->_M_root, __old_pos);
959 return _Rope_const_iterator<_Char
1069 iterator_category(const _Rope_const_iterator<_CharT,_Alloc>&) argument
1071 value_type(const _Rope_const_iterator<_CharT,_Alloc>&) argument
1073 distance_type(const _Rope_const_iterator<_CharT,_Alloc>&) argument
2073 operator ==(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2080 operator <(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2087 operator !=(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2092 operator >(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2097 operator <=(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2102 operator >=(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2109 operator -(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2116 operator -(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2122 operator +(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2127 operator +(ptrdiff_t __n, const _Rope_const_iterator<_CharT,_Alloc>& __x) argument
[all...]

Completed in 47 milliseconds