Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_rope.h226 template<class _CharT, class _Alloc> class _Rope_const_iterator; variable
933 _Rope_const_iterator(const _RopeRep* __root, size_t __pos): in _Rope_const_iterator() function
945 _Rope_const_iterator() {}; in _Rope_const_iterator() function
946 _Rope_const_iterator(const _Rope_const_iterator& __x) : in _Rope_const_iterator() function
949 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : in _Rope_const_iterator() function
1276 friend class _Rope_const_iterator<_CharT,_Alloc>; variable
H A Dropeimpl.h257 _Rope_const_iterator<_CharT, _Alloc>::_Rope_const_iterator( in _Rope_const_iterator() function