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

  /external/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,
  /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/chromium_org/third_party/libjingle/source/talk/base/
bind.h 221 class Functor2 {
223 Functor2(const FunctorT& functor, P1 p1, P2 p2)
269 Functor2<FP_T(NONAME), R, P1, P2>
273 return Functor2<FP_T(NONAME), R, P1, P2>(
  /external/chromium_org/third_party/webrtc/base/
bind.h 204 class Functor2 {
206 Functor2(const FunctorT& functor, P1 p1, P2 p2)
252 Functor2<FP_T(NONAME), R, P1, P2>
256 return Functor2<FP_T(NONAME), R, P1, P2>(

Completed in 1407 milliseconds