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

/haiku-buildtools/legacy/gcc/libstdc++/stl/
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-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22444.C129 typedef _Compare key_compare; typedef in class:std::set
131 typedef _Rb_tree<_Key, value_type, _Identity<value_type>, key_compare, _Key_alloc_type> _Rep_type;
H A Dpr42337.C54 typedef _Compare key_compare; typedef in class:map
56 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, key_compare, _Pair_alloc_type> _Rep_type;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr57101.C193 typedef _Compare key_compare; typedef in class:std::multimap
199 value_type, _Select1st < value_type >, key_compare > _Rep_type;
H A Dvariadic98.C358 typedef _Compare key_compare; typedef in class:std::multimap
362 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, key_compare, _Pair_alloc_type> _Rep_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_containers.h70 typedef typename test_type::key_compare key_compare; typedef in struct:__gnu_test::associative_types
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_map.h102 typedef _Compare key_compare; typedef in class:map
135 key_compare, _Pair_alloc_type> _Rep_type;
817 key_compare
H A Dstl_multimap.h101 typedef _Compare key_compare; typedef in class:multimap
134 key_compare, _Pair_alloc_type> _Rep_type;
727 key_compare
H A Dstl_multiset.h105 typedef _Compare key_compare; typedef in class:multiset
115 key_compare, _Key_alloc_type> _Rep_type;
295 key_compare
H A Dstl_set.h105 typedef _Compare key_compare; typedef in class:set
115 key_compare, _Key_alloc_type> _Rep_type;
299 key_compare
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr47333.C898 typedef _Compare key_compare; typedef in class:std::map
907 key_compare, _Pair_alloc_type> _Rep_type;
923 key_compare
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dpr46646.C846 typedef _Compare key_compare; typedef in class:std::set
852 key_compare, _Key_alloc_type> _Rep_type;
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dmap.h64 typedef _Compare key_compare; typedef in class:__debug::map
H A Dmultimap.h64 typedef _Compare key_compare; typedef in class:__debug::multimap
H A Dmultiset.h62 typedef _Compare key_compare; typedef in class:__debug::multiset
H A Dset.h62 typedef _Compare key_compare; typedef in class:__debug::set
/haiku-buildtools/gcc/libstdc++-v3/include/profile/
H A Dmultiset.h55 typedef _Compare key_compare; typedef in class:__profile::multiset
H A Dmap.h55 typedef _Compare key_compare; typedef in class:__profile::map
H A Dmultimap.h56 typedef _Compare key_compare; typedef in class:__profile::multimap
H A Dset.h55 typedef _Compare key_compare; typedef in class:__profile::set

Completed in 295 milliseconds