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

  /external/libcxx/test/libcxx/utilities/function.objects/refwrap/
binary.pass.cpp 24 class functor2 class in inherits:std::binary_function
55 std::reference_wrapper<functor2> >::value), "");
unary.pass.cpp 24 class functor2 class in inherits:std::binary_function
55 std::reference_wrapper<functor2> >::value), "");
  /external/libcxx/test/std/utilities/function.objects/refwrap/
weak_result.pass.cpp 39 class functor2 class in inherits:my_binary_function
76 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/refwrap/
binary.pass.cpp 24 class functor2 class in inherits:std::binary_function
55 std::reference_wrapper<functor2> >::value), "");
unary.pass.cpp 24 class functor2 class in inherits:std::binary_function
55 std::reference_wrapper<functor2> >::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/
weak_result.pass.cpp 24 class functor2 class in inherits:std::binary_function
61 static_assert((std::is_same<std::reference_wrapper<functor2>::result_type,
  /external/tensorflow/tensorflow/core/kernels/
aggregate_ops.cc 88 functor::Add2Functor<Device, T> functor2; variable
89 functor2(ctx->template eigen_device<Device>(), To, I(0), I(1));
96 functor::Add2Functor<Device, T> functor2; variable
97 functor2(ctx->template eigen_device<Device>(), To, I(0), I(1));

Completed in 101 milliseconds