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];
40 case _RopeRep::_S_leaf:
46 case _RopeRep::_S_function:
47 case _RopeRep::_S_substringfn:
81 const _RopeRep* __path[_RopeRep::_S_max_rope_depth+1];
82 const _RopeRep* __curr_rope;
106 __stl_assert(__curr_depth <= _RopeRep::_S_max_rope_depth);
109 case _RopeRep::_S_leaf:
110 case _RopeRep
[all...]
H A Dstl_rope.h236 // are members of _RopeRep. Most of the more complex algorithms
239 // Some of the static member functions of _RopeRep have identically
240 // named functions in rope that simply invoke the _RopeRep versions.
761 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep; typedef in class:_Rope_char_ref_proxy
863 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep; typedef in class:_Rope_iterator_base
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)
933 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
935 const_cast<_RopeRep*>(__roo
1166 typedef _Rope_RopeRep<_CharT,_Allocator> _RopeRep; typedef in class:_Rope_alloc_base
1196 typedef _Rope_RopeRep<_CharT,_Allocator> _RopeRep; typedef in class:_Rope_alloc_base
1239 typedef _Rope_RopeRep<_CharT, _Alloc> _RopeRep; typedef in class:_Rope_base
1332 typedef _Rope_RopeRep<_CharT,_Alloc> _RopeRep; typedef in class:rope
[all...]

Completed in 40 milliseconds