Home
last modified time | relevance | path

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

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