HomeSort by relevance Sort by last modified time
    Searched full:binary_function (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/libcxx/utilities/function.objects/refwrap/
binary.pass.cpp 14 // check for deriving from binary_function
25 : public std::binary_function<char, int, double>
31 public std::binary_function<char, int, double>
39 public std::binary_function<char, int, double>
52 static_assert((!std::is_base_of<std::binary_function<int, char, int>,
54 static_assert((std::is_base_of<std::binary_function<char, int, double>,
56 static_assert((std::is_base_of<std::binary_function<char, int, double>,
58 static_assert((std::is_base_of<std::binary_function<char, int, double>,
60 static_assert((!std::is_base_of<std::binary_function<int, int, int>,
62 static_assert((!std::is_base_of<std::binary_function<int, int, float>
    [all...]
unary.pass.cpp 25 : public std::binary_function<char, int, double>
31 public std::binary_function<char, int, double>
39 public std::binary_function<char, int, double>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/refwrap/
binary.pass.cpp 14 // check for deriving from binary_function
25 : public std::binary_function<char, int, double>
31 public std::binary_function<char, int, double>
39 public std::binary_function<char, int, double>
52 static_assert((!std::is_base_of<std::binary_function<int, char, int>,
54 static_assert((std::is_base_of<std::binary_function<char, int, double>,
56 static_assert((std::is_base_of<std::binary_function<char, int, double>,
58 static_assert((std::is_base_of<std::binary_function<char, int, double>,
60 static_assert((!std::is_base_of<std::binary_function<int, int, int>,
62 static_assert((!std::is_base_of<std::binary_function<int, int, float>
    [all...]
unary.pass.cpp 25 : public std::binary_function<char, int, double>
31 public std::binary_function<char, int, double>
39 public std::binary_function<char, int, double>
  /external/libcxx/test/std/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 12 // binary_function was removed in C++17
15 // struct binary_function
27 static_assert((std::is_same<std::binary_function<int, unsigned, char>::first_argument_type, int>::value), "");
28 static_assert((std::is_same<std::binary_function<int, unsigned, char>::second_argument_type, unsigned>::value), "");
29 static_assert((std::is_same<std::binary_function<int, unsigned, char>::result_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.base/
binary_function.pass.cpp 13 // struct binary_function
25 static_assert((std::is_same<std::binary_function<int, unsigned, char>::first_argument_type, int>::value), "");
26 static_assert((std::is_same<std::binary_function<int, unsigned, char>::second_argument_type, unsigned>::value), "");
27 static_assert((std::is_same<std::binary_function<int, unsigned, char>::result_type, char>::value), "");
  /external/libcxx/test/std/utilities/function.objects/func.require/
binary_function.pass.cpp 12 // binary_function was removed in C++17
14 // binary_function
21 typedef std::binary_function<int, short, bool> bf;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.require/
binary_function.pass.cpp 12 // binary_function
19 typedef std::binary_function<int, short, bool> bf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 91 * and @c binary_function. These two classes contain nothing but typedefs,
114 struct binary_function struct
140 struct plus : public binary_function<_Tp, _Tp, _Tp>
149 struct minus : public binary_function<_Tp, _Tp, _Tp>
158 struct multiplies : public binary_function<_Tp, _Tp, _Tp>
167 struct divides : public binary_function<_Tp, _Tp, _Tp>
176 struct modulus : public binary_function<_Tp, _Tp, _Tp>
204 struct equal_to : public binary_function<_Tp, _Tp, bool>
213 struct not_equal_to : public binary_function<_Tp, _Tp, bool>
222 struct greater : public binary_function<_Tp, _Tp, bool
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 91 * and @c binary_function. These two classes contain nothing but typedefs,
114 struct binary_function struct
140 struct plus : public binary_function<_Tp, _Tp, _Tp>
149 struct minus : public binary_function<_Tp, _Tp, _Tp>
158 struct multiplies : public binary_function<_Tp, _Tp, _Tp>
167 struct divides : public binary_function<_Tp, _Tp, _Tp>
176 struct modulus : public binary_function<_Tp, _Tp, _Tp>
204 struct equal_to : public binary_function<_Tp, _Tp, bool>
213 struct not_equal_to : public binary_function<_Tp, _Tp, bool>
222 struct greater : public binary_function<_Tp, _Tp, bool
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/
weak_result.pass.cpp 25 : public std::binary_function<char, int, double>
31 public std::binary_function<char, int, double>
39 public std::binary_function<char, int, double>
  /external/libcxx/include/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
__functional_base 28 struct _LIBCPP_TEMPLATE_VIS binary_function
51 struct _LIBCPP_TEMPLATE_VIS less : binary_function<_Tp, _Tp, bool>
95 static binary_function<_A1, _A2, _Rp>
96 __test(const volatile binary_function<_A1, _A2, _Rp>*);
213 : public binary_function<_A1, _A2, _Rp>
219 : public binary_function<_A1, _A2, _Rp>
225 : public binary_function<_A1, _A2, _Rp>
231 : public binary_function<_Cp*, _A1, _Rp>
237 : public binary_function<const _Cp*, _A1, _Rp>
243 : public binary_function<volatile _Cp*, _A1, _Rp
    [all...]

Completed in 2120 milliseconds

1 2 3 4 5 6 7 8 910