Home
last modified time | relevance | path

Searched refs:__unary_function (Results 1 – 20 of 20) sorted by relevance

/src/contrib/llvm-project/libcxx/include/ext/
H A D__hash26 struct _LIBCPP_TEMPLATE_VIS hash<const char*> : public std::__unary_function<const char*, size_t> {
33 struct _LIBCPP_TEMPLATE_VIS hash<char*> : public std::__unary_function<char*, size_t> {
40 struct _LIBCPP_TEMPLATE_VIS hash<char> : public std::__unary_function<char, size_t> {
45 struct _LIBCPP_TEMPLATE_VIS hash<signed char> : public std::__unary_function<signed char, size_t> {
50 struct _LIBCPP_TEMPLATE_VIS hash<unsigned char> : public std::__unary_function<unsigned char, size_…
55 struct _LIBCPP_TEMPLATE_VIS hash<short> : public std::__unary_function<short, size_t> {
60 struct _LIBCPP_TEMPLATE_VIS hash<unsigned short> : public std::__unary_function<unsigned short, siz…
65 struct _LIBCPP_TEMPLATE_VIS hash<int> : public std::__unary_function<int, size_t> {
70 struct _LIBCPP_TEMPLATE_VIS hash<unsigned int> : public std::__unary_function<unsigned int, size_t>…
75 struct _LIBCPP_TEMPLATE_VIS hash<long> : public std::__unary_function<long, size_t> {
[all …]
/src/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h243 struct __scalar_hash<_Tp, 0> : public __unary_function<_Tp, size_t> {
256 struct __scalar_hash<_Tp, 1> : public __unary_function<_Tp, size_t> {
268 struct __scalar_hash<_Tp, 2> : public __unary_function<_Tp, size_t> {
283 struct __scalar_hash<_Tp, 3> : public __unary_function<_Tp, size_t> {
299 struct __scalar_hash<_Tp, 4> : public __unary_function<_Tp, size_t> {
327 struct _LIBCPP_TEMPLATE_VIS hash<_Tp*> : public __unary_function<_Tp*, size_t> {
339 struct _LIBCPP_TEMPLATE_VIS hash<bool> : public __unary_function<bool, size_t> {
344 struct _LIBCPP_TEMPLATE_VIS hash<char> : public __unary_function<char, size_t> {
349 struct _LIBCPP_TEMPLATE_VIS hash<signed char> : public __unary_function<signed char, size_t> {
354 struct _LIBCPP_TEMPLATE_VIS hash<unsigned char> : public __unary_function<unsigned char, size_t> {
[all …]
H A Dweak_result_type.h50 static __unary_function<_Ap, _Rp> __test(const volatile __unary_function<_Ap, _Rp>*);
131 struct __weak_result_type<_Rp(_A1)> : public __unary_function<_A1, _Rp> {};
134 struct __weak_result_type<_Rp (&)(_A1)> : public __unary_function<_A1, _Rp> {};
137 struct __weak_result_type<_Rp (*)(_A1)> : public __unary_function<_A1, _Rp> {};
140 struct __weak_result_type<_Rp (_Cp::*)()> : public __unary_function<_Cp*, _Rp> {};
143 struct __weak_result_type<_Rp (_Cp::*)() const> : public __unary_function<const _Cp*, _Rp> {};
146 struct __weak_result_type<_Rp (_Cp::*)() volatile> : public __unary_function<volatile _Cp*, _Rp> {};
149 struct __weak_result_type<_Rp (_Cp::*)() const volatile> : public __unary_function<const volatile _…
H A Dunary_function.h41 using __unary_function = unary_function<_Arg, _Result>; variable
45 using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
H A Dmem_fun_ref.h26 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t : public __unary_function<_Tp*, _S…
54 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_t : public __unary_function<_Tp,…
83 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t : public __unary_function<co…
113 …_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_ref_t : public __unary_function<_Tp, _Sp> {
H A Dunary_negate.h26 _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_ty…
H A Dpointer_to_unary_function.h26 _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function : public __unary_function<_Arg, _Result> {
H A Dbinder2nd.h26 …: public __unary_function<typename _Operation::first_argument_type, typename _Operation::result_ty…
H A Dbinder1st.h26 …: public __unary_function<typename _Operation::second_argument_type, typename _Operation::result_t…
H A Doperations.h170 struct _LIBCPP_TEMPLATE_VIS negate : __unary_function<_Tp, _Tp> {
219 struct _LIBCPP_TEMPLATE_VIS bit_not : __unary_function<_Tp, _Tp> {
494 struct _LIBCPP_TEMPLATE_VIS logical_not : __unary_function<_Tp, bool> {
H A Dfunction.h98 struct __maybe_derive_from_unary_function<_Rp(_A1)> : public __unary_function<_A1, _Rp> {};
/src/contrib/llvm-project/libcxx/include/__system_error/
H A Derror_condition.h122 struct _LIBCPP_TEMPLATE_VIS hash<error_condition> : public __unary_function<error_condition, size_t…
H A Derror_code.h135 struct _LIBCPP_TEMPLATE_VIS hash<error_code> : public __unary_function<error_code, size_t> {
/src/contrib/llvm-project/libcxx/include/
H A Dtypeindex94 struct _LIBCPP_TEMPLATE_VIS hash<type_index> : public __unary_function<type_index, size_t> {
H A Dbitset947 struct _LIBCPP_TEMPLATE_VIS hash<bitset<_Size> > : public __unary_function<bitset<_Size>, size_t> {
H A Dstring_view878 struct __string_view_hash : public __unary_function<basic_string_view<_CharT, char_traits<_CharT> >…
H A Dvector2898 : public __unary_function<vector<bool, _Allocator>, size_t> {
H A Dstring4224 struct __string_hash : public __unary_function<basic_string<_CharT, char_traits<_CharT>, _Allocator…
/src/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h114 struct _LIBCPP_TEMPLATE_VIS hash<__thread_id> : public __unary_function<__thread_id, size_t> {
/src/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h919 struct _LIBCPP_AVAILABILITY_FILESYSTEM_LIBRARY hash<filesystem::path> : __unary_function<filesystem…