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

/haiku-buildtools/legacy/gcc/libstdc++/stl/
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
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_map.h481 if (__i == end() || key_comp()(__k, (*__i).first))
501 if (__i == end() || key_comp()(__k, (*__i).first))
522 if (__i == end() || key_comp()(__k, (*__i).first))
531 if (__i == end() || key_comp()(__k, (*__i).first))
818 key_comp() const function in class:map
819 { return _M_t.key_comp(); }
827 { return value_compare(_M_t.key_comp()); }
H A Dstl_multimap.h728 key_comp() const function in class:multimap
729 { return _M_t.key_comp(); }
737 { return value_compare(_M_t.key_comp()); }
H A Dstl_multiset.h296 key_comp() const function in class:multiset
297 { return _M_t.key_comp(); }
301 { return _M_t.key_comp(); }
H A Dstl_set.h300 key_comp() const function in class:set
301 { return _M_t.key_comp(); }
305 { return _M_t.key_comp(); }
H A Dstl_tree.h865 key_comp() const
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr47333.C924 key_comp() const function in class:std::map
925 { return _M_t.key_comp(); }
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dmap.h407 using _Base::key_comp;
H A Dmultimap.h388 using _Base::key_comp;
H A Dmultiset.h375 using _Base::key_comp;
H A Dset.h382 using _Base::key_comp;

Completed in 135 milliseconds