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

/haiku-fatelf/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(); }
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacrotab.c304 key_compare (struct macro_key *key,
325 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
747 if (k && ! key_compare (k, name, source, line))
771 if (k && ! key_compare (k, name, source, line))
301 key_compare (struct macro_key *key, function

Completed in 95 milliseconds