Home
last modified time | relevance | path

Searched refs:key_comp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmap193 key_compare key_comp() const;
455 key_compare key_comp() const;
615 _LIBCPP_HIDE_FROM_ABI const _Compare& key_comp() const _NOEXCEPT { return *this; }
638 _LIBCPP_HIDE_FROM_ABI const _Compare& key_comp() const _NOEXCEPT { return __comp_; }
964 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp().key_comp(); }
965 …ROM_ABI value_compare value_comp() const { return value_compare(__tree_.value_comp().key_comp()); }
1225 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp().key_comp(); }
1226 …ROM_ABI value_compare value_comp() const { return value_compare(__tree_.value_comp().key_comp()); }
H A Dset154 key_compare key_comp() const;
399 key_compare key_comp() const;
656 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp(); }
837 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp(); }
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmap193 key_compare key_comp() const;
455 key_compare key_comp() const;
645 _LIBCPP_HIDE_FROM_ABI const _Compare& key_comp() const _NOEXCEPT { return *this; }
682 _LIBCPP_HIDE_FROM_ABI const _Compare& key_comp() const _NOEXCEPT { return __comp_; }
1044 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp().key_comp(); }
1045 …ROM_ABI value_compare value_comp() const { return value_compare(__tree_.value_comp().key_comp()); }
1151 if (__p != end() && !key_comp()(__k, __p->first)) {
1161 if (__p != end() && !key_comp()(__k, __p->first)) {
1711 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp().key_comp(); }
1712 …ROM_ABI value_compare value_comp() const { return value_compare(__tree_.value_comp().key_comp()); }
H A Dset154 key_compare key_comp() const;
399 key_compare key_comp() const;
823 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp(); }
1288 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __tree_.value_comp(); }
/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dflat_multiset.h483 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __compare_; } in key_comp() function
H A Dflat_set.h539 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 key_compare key_comp() const { return __compar… in key_comp() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h616 _LIBCPP_HIDE_FROM_ABI key_compare key_comp() const { return __compare_; } in key_comp() function
H A Dflat_map.h757 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 key_compare key_comp() const { return __compar… in key_comp() function