Searched refs:_Rope_iterator (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_rope.h | 225 template<class _CharT, class _Alloc> class _Rope_iterator; variable 754 friend class _Rope_iterator<_CharT,_Alloc>; variable 927 template<class _CharT, class _Alloc> class _Rope_iterator; variable 948 _Rope_const_iterator(const _Rope_iterator<_CharT,_Alloc>& __x); 1032 class _Rope_iterator : public _Rope_iterator_base<_CharT,_Alloc> { 1043 _Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) in _Rope_iterator() function 1055 _Rope_iterator() { in _Rope_iterator() function 1058 _Rope_iterator(const _Rope_iterator& __x) : in _Rope_iterator() function 1063 _Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos); 1064 ~_Rope_iterator() { in ~_Rope_iterator() [all …]
|
H A D | ropeimpl.h | 245 void _Rope_iterator<_CharT,_Alloc>::_M_check() { in _M_check() 258 const _Rope_iterator<_CharT,_Alloc>& __x) in _Rope_const_iterator() 263 inline _Rope_iterator<_CharT,_Alloc>::_Rope_iterator( in _Rope_iterator() function 1496 _Rope_rotate(_Rope_iterator<_CharT,_Alloc> __first, in _Rope_rotate() 1497 _Rope_iterator<_CharT,_Alloc> __middle, in _Rope_rotate() 1498 _Rope_iterator<_CharT,_Alloc> __last) in _Rope_rotate() 1518 inline void rotate(_Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __first, in rotate() 1519 _Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __middle, in rotate() 1520 _Rope_iterator<char,__STL_DEFAULT_ALLOCATOR(char)> __last) { in rotate() 1534 _Rope_iterator<wchar_t,__STL_DEFAULT_ALLOCATOR(char)> __first, [all …]
|