Searched defs:_Rope_iterator_base (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.c60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
70 _Rope_iterator_base<_CharT, _Alloc>* __x = this;
90 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( argument
91 _Rope_iterator_base<_CharT,_Alloc>& __x) {
136 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache( argument
137 _Rope_iterator_base<_CharT,_Alloc>& __x) {
208 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache_for_incr( argument
209 _Rope_iterator_base<_CharT,_Alloc>& __x) {
270 void _Rope_iterator_base<_Char
[all...]
H A D_rope.h753 class _Rope_iterator_base class
757 typedef _Rope_iterator_base<_CharT, _Alloc> _Self;
812 static void _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x);
814 static void _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x);
816 static void _S_setcache_for_incr(_Rope_iterator_base<_CharT, _Alloc>& __x);
817 _Rope_iterator_base() {} function in class:_Rope_iterator_base
818 _Rope_iterator_base(_RopeRep* __root, size_t __pos) function in class:_Rope_iterator_base
837 _Rope_iterator_base(const _Self& __x) : function in class:_Rope_iterator_base
871 class _Rope_const_iterator : public _Rope_iterator_base<_CharT,_Alloc> {
874 typedef _Rope_iterator_base<_Char
[all...]

Completed in 122 milliseconds