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

  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)());
34 assert(std::mem_fun(&A::a1)(&a) == 5);
mem_fun.pass.cpp 15 // mem_fun(S (T::*f)());
31 assert(std::mem_fun(&A::a1)(&a) == 5);
mem_fun1.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)(A));
34 assert(std::mem_fun(&A::a2)(&a, 5) == 6);
mem_fun1.pass.cpp 15 // mem_fun(S (T::*f)(A));
31 assert(std::mem_fun(&A::a2)(&a, 5) == 6);
const_mem_fun.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)() const);
34 assert(std::mem_fun(&A::a3)(&a) == 1);
const_mem_fun.pass.cpp 15 // mem_fun(S (T::*f)() const);
31 assert(std::mem_fun(&A::a3)(&a) == 1);
const_mem_fun1.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)(A) const);
34 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
const_mem_fun1.pass.cpp 15 // mem_fun(S (T::*f)(A) const);
31 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
mem_fun.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)());
34 assert(std::mem_fun(&A::a1)(&a) == 5);
mem_fun.pass.cpp 15 // mem_fun(S (T::*f)());
31 assert(std::mem_fun(&A::a1)(&a) == 5);
mem_fun1.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)(A));
34 assert(std::mem_fun(&A::a2)(&a, 5) == 6);
mem_fun1.pass.cpp 15 // mem_fun(S (T::*f)(A));
31 assert(std::mem_fun(&A::a2)(&a, 5) == 6);
const_mem_fun.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)() const);
34 assert(std::mem_fun(&A::a3)(&a) == 1);
const_mem_fun.pass.cpp 15 // mem_fun(S (T::*f)() const);
31 assert(std::mem_fun(&A::a3)(&a) == 1);
const_mem_fun1.cxx1z.fail.cpp 14 // mem_fun(S (T::*f)(A) const);
34 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
const_mem_fun1.pass.cpp 15 // mem_fun(S (T::*f)(A) const);
31 assert(std::mem_fun(&A::a4)(&a, 6) == 5);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 534 * ignore it by using the helper function mem_fun and mem_fun_ref,
683 // Mem_fun adaptor helper functions. There are only two:
684 // mem_fun and mem_fun_ref.
687 mem_fun(_Ret (_Tp::*__f)())
692 mem_fun(_Ret (_Tp::*__f)() const)
707 mem_fun(_Ret (_Tp::*__f)(_Arg))
712 mem_fun(_Ret (_Tp::*__f)(_Arg) const)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 534 * ignore it by using the helper function mem_fun and mem_fun_ref,
683 // Mem_fun adaptor helper functions. There are only two:
684 // mem_fun and mem_fun_ref.
687 mem_fun(_Ret (_Tp::*__f)())
692 mem_fun(_Ret (_Tp::*__f)() const)
707 mem_fun(_Ret (_Tp::*__f)(_Arg))
712 mem_fun(_Ret (_Tp::*__f)(_Arg) const)
  /external/clang/test/SemaCXX/
for-range-examples.cpp 109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } function in namespace:map_range
146 for (auto a : map(map_range::mem_fun(&T::get<int>), pairs)) {
  /external/clang/include/clang/AST/
DeclContextInternals.h 134 std::mem_fun(&Decl::isFromASTFile)),
  /external/webrtc/webrtc/call/
bitrate_estimator_tests.cc 144 std::mem_fun(&Stream::StopSending));

Completed in 1354 milliseconds