Home
last modified time | relevance | path

Searched refs:_RopeRep (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h35 const _RopeRep* __leaf = __x._M_path_end[__x._M_leaf_index]; in _S_setbuf()
40 case _RopeRep::_S_leaf: in _S_setbuf()
46 case _RopeRep::_S_function: in _S_setbuf()
47 case _RopeRep::_S_substringfn: in _S_setbuf()
81 const _RopeRep* __path[_RopeRep::_S_max_rope_depth+1]; in _S_setcache()
82 const _RopeRep* __curr_rope; in _S_setcache()
106 __stl_assert(__curr_depth <= _RopeRep::_S_max_rope_depth); in _S_setcache()
109 case _RopeRep::_S_leaf: in _S_setcache()
110 case _RopeRep::_S_function: in _S_setcache()
111 case _RopeRep::_S_substringfn: in _S_setcache()
[all …]
H A Dstl_rope.h761 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep; typedef
863 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep; typedef
869 _RopeRep* _M_root; // The whole rope.
883 const _RopeRep* _M_path_end[_S_path_cache_len];
910 _Rope_iterator_base(_RopeRep* __root, size_t __pos) in _Rope_iterator_base()
933 _Rope_const_iterator(const _RopeRep* __root, size_t __pos): in _Rope_const_iterator()
935 const_cast<_RopeRep*>(__root), __pos) in _Rope_const_iterator()
1046 { _RopeRep::_S_ref(_M_root); } in _Rope_iterator()
1061 _RopeRep::_S_ref(_M_root); in _Rope_iterator()
1065 _RopeRep::_S_unref(_M_root); in ~_Rope_iterator()
[all …]