Searched refs:key_compare (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dstl_multiset.h54 typedef _Compare key_compare; typedef in class:multiset
58 _Identity<value_type>, key_compare, _Alloc> _Rep_type;
124 key_compare key_comp() const { return _M_t.key_comp(); }
H A Dstl_set.h54 typedef _Compare key_compare; typedef in class:set
58 _Identity<value_type>, key_compare, _Alloc> _Rep_type;
118 key_compare key_comp() const { return _M_t.key_comp(); }
H A Dstl_map.h57 typedef _Compare key_compare; typedef in class:map
73 _Select1st<value_type>, key_compare, _Alloc> _Rep_type;
135 key_compare key_comp() const { return _M_t.key_comp(); }
H A Dstl_multimap.h57 typedef _Compare key_compare; typedef in class:multimap
72 _Select1st<value_type>, key_compare, _Alloc> _Rep_type;
132 key_compare key_comp() const { return _M_t.key_comp(); }

Completed in 77 milliseconds