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

  /external/libcxx/test/std/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), "");
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,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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), "");
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/webrtc/webrtc/base/
bind.h 302 class Functor2 {
304 Functor2(const FunctorT& functor, P1 p1, P2 p2)
364 Functor2<FP_T(NONAME), R, P1, P2>
368 return Functor2<FP_T(NONAME), R, P1, P2>(
    [all...]

Completed in 296 milliseconds