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

  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun1_ref_t.cxx1z.fail.cpp 12 // mem_fun1_ref_t
32 typedef std::mem_fun1_ref_t<short, A, int> F;
mem_fun1_ref_t.pass.cpp 13 // mem_fun1_ref_t
29 typedef std::mem_fun1_ref_t<short, A, int> F;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun1_ref_t.cxx1z.fail.cpp 12 // mem_fun1_ref_t
32 typedef std::mem_fun1_ref_t<short, A, int> F;
mem_fun1_ref_t.pass.cpp 13 // mem_fun1_ref_t
29 typedef std::mem_fun1_ref_t<short, A, int> F;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 650 class mem_fun1_ref_t : public binary_function<_Tp, _Arg, _Ret> class in inherits:binary_function
654 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg))
716 inline mem_fun1_ref_t<_Ret, _Tp, _Arg>
718 { return mem_fun1_ref_t<_Ret, _Tp, _Arg>(__f); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 650 class mem_fun1_ref_t : public binary_function<_Tp, _Arg, _Ret> class in inherits:binary_function
654 mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg))
716 inline mem_fun1_ref_t<_Ret, _Tp, _Arg>
718 { return mem_fun1_ref_t<_Ret, _Tp, _Arg>(__f); }

Completed in 277 milliseconds