Home
last modified time | relevance | path

Searched refs:_Rb_tree (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dstl_tree.h523 class _Rb_tree : protected _Rb_tree_base<_Value, _Alloc> {
644 _Rb_tree() in _Rb_tree() function
648 _Rb_tree(const _Compare& __comp) in _Rb_tree() function
652 _Rb_tree(const _Compare& __comp, const allocator_type& __a) in _Rb_tree() function
656 _Rb_tree(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x) in _Rb_tree() function
670 ~_Rb_tree() { clear(); } in ~_Rb_tree()
671 _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>&
672 operator=(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x);
702 void swap(_Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __t) { in swap()
762 operator==(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x,
[all …]
H A Dstl_set.h57 typedef _Rb_tree<key_type, value_type,
H A Dstl_multiset.h57 typedef _Rb_tree<key_type, value_type,
H A Dstl_multimap.h71 typedef _Rb_tree<key_type, value_type,
H A Dstl_map.h72 typedef _Rb_tree<key_type, value_type,