Searched refs:_Rope_iterator (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 97 template<class _CharT, class _Alloc> class _Rope_iterator; variable 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): 967 class _Rope_iterator : public _Rope_iterator_base<_CharT,_Alloc> { 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() { 1000 _Rope_iterator(const _Self& __x) : [all …]
|
D | _rope.c | 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) in _Rope_iterator() function 64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): in _Rope_iterator() function 299 void _Rope_iterator<_CharT,_Alloc>::_M_check() { in _M_check() 1358 void _Rope_rotate(_Rope_iterator<_CharT,_Alloc> __first, in _Rope_rotate() 1359 _Rope_iterator<_CharT,_Alloc> __middle, in _Rope_rotate() 1360 _Rope_iterator<_CharT,_Alloc> __last) { in _Rope_rotate() 1387 _Rope_iterator<wchar_t, allocator<char> > __first, 1388 _Rope_iterator<wchar_t, allocator<char> > __middle, 1389 _Rope_iterator<wchar_t, allocator<char> > __last) {
|