Searched refs:_Rb_tree (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_tree.h | 523 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 D | stl_set.h | 57 typedef _Rb_tree<key_type, value_type,
|
H A D | stl_multiset.h | 57 typedef _Rb_tree<key_type, value_type,
|
H A D | stl_multimap.h | 71 typedef _Rb_tree<key_type, value_type,
|
H A D | stl_map.h | 72 typedef _Rb_tree<key_type, value_type,
|