Home
last modified time | relevance | path

Searched defs:_Rope_iterator (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h225 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
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
1275 friend class _Rope_iterator<_CharT,_Alloc>; variable
H A Dropeimpl.h263 inline _Rope_iterator<_CharT,_Alloc>::_Rope_iterator( in _Rope_iterator() function