Searched refs:key_comp (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dstl_map.h135 key_compare key_comp() const { return _M_t.key_comp(); } function in class:map
136 value_compare value_comp() const { return value_compare(_M_t.key_comp()); }
153 if (__i == end() || key_comp()(__k, (*__i).first))
H A Dstl_multiset.h124 key_compare key_comp() const { return _M_t.key_comp(); } function in class:multiset
125 value_compare value_comp() const { return _M_t.key_comp(); }
H A Dstl_set.h118 key_compare key_comp() const { return _M_t.key_comp(); } function in class:set
119 value_compare value_comp() const { return _M_t.key_comp(); }
H A Dstl_multimap.h132 key_compare key_comp() const { return _M_t.key_comp(); } function in class:multimap
133 value_compare value_comp() const { return value_compare(_M_t.key_comp()); }
H A Dstl_tree.h685 _Compare key_comp() const { return _M_key_compare; } function in class:_Rb_tree

Completed in 29 milliseconds