Searched defs:binary_function (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__functional/ |
D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__functional/ |
D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__functional/ |
D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__functional/ |
H A D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__functional/ |
D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__functional/ |
D | binary_function.h | 24 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 binary_function { struct 45 using __binary_function = binary_function<_Arg1, _Arg2, _Result>; argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | stl_function.h | 114 struct binary_function in _GLIBCXX_VISIBILITY() struct 117 typedef _Arg1 first_argument_type; in _GLIBCXX_VISIBILITY() 120 typedef _Arg2 second_argument_type; in _GLIBCXX_VISIBILITY() 123 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | stl_function.h | 114 struct binary_function in _GLIBCXX_VISIBILITY() struct 117 typedef _Arg1 first_argument_type; in _GLIBCXX_VISIBILITY() 120 typedef _Arg2 second_argument_type; in _GLIBCXX_VISIBILITY() 123 typedef _Result result_type; in _GLIBCXX_VISIBILITY()
|