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

/external/stlport/stlport/stl/
H A D_rope.h97 template<class _CharT, class _Alloc> class _Rope_iterator;
654 friend class _Rope_iterator<_CharT,_Alloc>;
868 template<class _CharT, class _Alloc> class _Rope_iterator;
898 _Rope_const_iterator(const _Rope_iterator<_CharT,_Alloc>& __x): argument
967 class _Rope_iterator : public _Rope_iterator_base<_CharT,_Alloc> { class in inherits:_Rope_iterator_base
969 typedef _Rope_iterator<_CharT, _Alloc> _Self;
982 _Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos);
992 ~_Rope_iterator() { //*TY 5/6/00 - added dtor to balance reference count
997 _Rope_iterator() { function in class:_Rope_iterator
1000 _Rope_iterator(cons function in class:_Rope_iterator
1064 iterator_category(const _Rope_iterator<_CharT,_Alloc>&) argument
1066 value_type(const _Rope_iterator<_CharT,_Alloc>&) argument
1068 distance_type(const _Rope_iterator<_CharT,_Alloc>&) argument
2133 operator ==(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2140 operator <(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2146 operator !=(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2151 operator >(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2156 operator <=(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2161 operator >=(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2167 operator -(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2174 operator -(const _Rope_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2182 operator +(const _Rope_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2189 operator +(ptrdiff_t __n, const _Rope_iterator<_CharT,_Alloc>& __x) argument
[all...]
H A D_rope.c59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) function in class:_Alloc
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): function in class:_Alloc
299 void _Rope_iterator<_CharT,_Alloc>::_M_check() {
1358 void _Rope_rotate(_Rope_iterator<_CharT,_Alloc> __first,
1359 _Rope_iterator<_CharT,_Alloc> __middle,
1360 _Rope_iterator<_CharT,_Alloc> __last) {
1387 _Rope_iterator<wchar_t, allocator<char> > __first,
1388 _Rope_iterator<wchar_
[all...]

Completed in 75 milliseconds