HomeSort by relevance Sort by last modified time
    Searched refs:mem_fun1_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_t.cxx1z.fail.cpp 12 // mem_fun1_t
32 typedef std::mem_fun1_t<short, A, int> F;
mem_fun1_t.pass.cpp 13 // mem_fun1_t
29 typedef std::mem_fun1_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_t.cxx1z.fail.cpp 12 // mem_fun1_t
32 typedef std::mem_fun1_t<short, A, int> F;
mem_fun1_t.pass.cpp 13 // mem_fun1_t
29 typedef std::mem_fun1_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 614 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
706 inline mem_fun1_t<_Ret, _Tp, _Arg>
708 { return mem_fun1_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 614 class mem_fun1_t : public binary_function<_Tp*, _Arg, _Ret> class in inherits:binary_function
618 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg))
706 inline mem_fun1_t<_Ret, _Tp, _Arg>
708 { return mem_fun1_t<_Ret, _Tp, _Arg>(__f); }

Completed in 100 milliseconds