Searched defs:_Rope_base (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h1222 struct _Rope_base struct in inherits:_Rope_alloc_base
1230 _Rope_base(_RopeRep* __t, const allocator_type& __a) : _Base(__t, __a) {} function in struct:_Rope_base
1231 _Rope_base(const allocator_type& __a) : _Base(__a) {} function in struct:_Rope_base
1237 class _Rope_base { class
1242 _Rope_base(_RopeRep * __t, const allocator_type&) : _M_tree_ptr(__t) {} function in class:_Rope_base
1243 _Rope_base(const allocator_type&) {} function in class:_Rope_base

Completed in 52 milliseconds