HomeSort by relevance Sort by last modified time
    Searched refs:A_int_0 (Results 1 - 13 of 13) sorted by null

  /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke_int_0.pass.cpp 31 struct A_int_0
52 A_int_0 a0;
53 std::reference_wrapper<A_int_0> r1(a0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/refwrap.invoke/
invoke_int_0.pass.cpp 31 struct A_int_0
52 A_int_0 a0;
53 std::reference_wrapper<A_int_0> r1(a0);
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp 38 struct A_int_0
48 test(std::bind(A_int_0()), 4);
49 test_const(std::bind(A_int_0()), 5);
53 test(std::bind<int>(A_int_0()), 4);
54 test_const(std::bind<int>(A_int_0()), 5);
invoke_void_0.pass.cpp 52 struct A_int_0
72 test(std::bind<void>(A_int_0()));
73 test_const(std::bind<void>(A_int_0()));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_int_0.pass.cpp 38 struct A_int_0
48 test(std::bind(A_int_0()), 4);
49 test_const(std::bind(A_int_0()), 5);
53 test(std::bind<int>(A_int_0()), 4);
54 test_const(std::bind<int>(A_int_0()), 5);
invoke_void_0.pass.cpp 52 struct A_int_0
72 test(std::bind<void>(A_int_0()));
73 test_const(std::bind<void>(A_int_0()));
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply_extended_types.pass.cpp 31 struct A_int_0
33 A_int_0() : obj1(0){}
34 A_int_0(int x) : obj1(x) {}
66 typedef A_wrap<A_int_0> A_wrap_0;
78 typedef A_base<A_int_0> A_base_0;
92 typedef A_int_0 T;
368 std::tuple<A_int_0 &>, std::tuple<A_int_0 const &>
369 , std::tuple<A_int_0 *>, std::tuple<A_int_0 const *
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/tuple/tuple.apply/
extended_types.pass.cpp 31 struct A_int_0
33 A_int_0() : obj1(0){}
34 A_int_0(int x) : obj1(x) {}
66 typedef A_wrap<A_int_0> A_wrap_0;
78 typedef A_base<A_int_0> A_base_0;
93 typedef A_int_0 T;
369 std::tuple<A_int_0 &>, std::tuple<A_int_0 const &>
370 , std::tuple<A_int_0 *>, std::tuple<A_int_0 const *
    [all...]
constexpr_types.pass.cpp 26 struct A_int_0
28 constexpr A_int_0() {}
63 constexpr A_int_0 a;
types.pass.cpp 70 struct A_int_0
72 A_int_0() {}
268 A_int_0 a;
276 A_int_0 const a;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply_extended_types.pass.cpp 31 struct A_int_0
33 A_int_0() : obj1(0){}
34 A_int_0(int x) : obj1(x) {}
66 typedef A_wrap<A_int_0> A_wrap_0;
78 typedef A_base<A_int_0> A_base_0;
92 typedef A_int_0 T;
368 std::tuple<A_int_0 &>, std::tuple<A_int_0 const &>
369 , std::tuple<A_int_0 *>, std::tuple<A_int_0 const *
    [all...]
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.pass.cpp 30 struct A_int_0
50 A_int_0 a0;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.pass.cpp 30 struct A_int_0
50 A_int_0 a0;

Completed in 946 milliseconds