Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dstl_set.h118 key_compare key_comp() const { return _M_t.key_comp(); } in key_comp() function
H A Dstl_multiset.h124 key_compare key_comp() const { return _M_t.key_comp(); } in key_comp() function
H A Dstl_map.h135 key_compare key_comp() const { return _M_t.key_comp(); } in key_comp() function
H A Dstl_multimap.h132 key_compare key_comp() const { return _M_t.key_comp(); } in key_comp() function
H A Dstl_tree.h685 _Compare key_comp() const { return _M_key_compare; } in key_comp() function