/external/stlport/test/unit/ |
mfunptr_test.cpp | 92 // mem_fun 94 mem_fun(&Class::f0)(&obj); 95 mem_fun(&Class::f1)(&obj, s1); 98 mem_fun(&Class::vf0)(&obj); 99 mem_fun(&Class::vf1)(&obj, s1); 102 // mem_fun (const) 104 mem_fun(&Class::f0c)(&objc); 105 mem_fun(&Class::f1c)(&objc, s1); 108 mem_fun(&Class::vf0c)(&objc); 109 mem_fun(&Class::vf1c)(&objc, s1) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
mfunptr_test.cpp | 92 // mem_fun 94 mem_fun(&Class::f0)(&obj); 95 mem_fun(&Class::f1)(&obj, s1); 98 mem_fun(&Class::vf0)(&obj); 99 mem_fun(&Class::vf1)(&obj, s1); 102 // mem_fun (const) 104 mem_fun(&Class::f0c)(&objc); 105 mem_fun(&Class::f1c)(&objc, s1); 108 mem_fun(&Class::vf0c)(&objc); 109 mem_fun(&Class::vf1c)(&objc, s1) [all...] |
/ndk/tests/device/test-stlport/unit/ |
mfunptr_test.cpp | 92 // mem_fun 94 mem_fun(&Class::f0)(&obj); 95 mem_fun(&Class::f1)(&obj, s1); 98 mem_fun(&Class::vf0)(&obj); 99 mem_fun(&Class::vf1)(&obj, s1); 102 // mem_fun (const) 104 mem_fun(&Class::f0c)(&objc); 105 mem_fun(&Class::f1c)(&objc, s1); 108 mem_fun(&Class::vf0c)(&objc); 109 mem_fun(&Class::vf1c)(&objc, s1) [all...] |
/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/stlport/stlport/stl/ |
_function_adaptors.h | 55 // ignore it by using the helper function mem_fun and mem_fun_ref, 713 // Mem_fun adaptor helper functions. There are only two: 714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref 720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); } 724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); } 736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); } 740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 55 // ignore it by using the helper function mem_fun and mem_fun_ref, 713 // Mem_fun adaptor helper functions. There are only two: 714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref 720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); } 724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); } 736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); } 740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_function.h | 516 * ignore it by using the helper function mem_fun and mem_fun_ref, 665 // Mem_fun adaptor helper functions. There are only two: 666 // mem_fun and mem_fun_ref. 669 mem_fun(_Ret (_Tp::*__f)()) 674 mem_fun(_Ret (_Tp::*__f)() const) 689 mem_fun(_Ret (_Tp::*__f)(_Arg)) 694 mem_fun(_Ret (_Tp::*__f)(_Arg) const)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_function.h | 516 * ignore it by using the helper function mem_fun and mem_fun_ref, 665 // Mem_fun adaptor helper functions. There are only two: 666 // mem_fun and mem_fun_ref. 669 mem_fun(_Ret (_Tp::*__f)()) 674 mem_fun(_Ret (_Tp::*__f)() const) 689 mem_fun(_Ret (_Tp::*__f)(_Arg)) 694 mem_fun(_Ret (_Tp::*__f)(_Arg) const)
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 55 // ignore it by using the helper function mem_fun and mem_fun_ref, 713 // Mem_fun adaptor helper functions. There are only two: 714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref 720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); } 724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); } 736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); } 740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_function.h | 516 * ignore it by using the helper function mem_fun and mem_fun_ref, 665 // Mem_fun adaptor helper functions. There are only two: 666 // mem_fun and mem_fun_ref. 669 mem_fun(_Ret (_Tp::*__f)()) 674 mem_fun(_Ret (_Tp::*__f)() const) 689 mem_fun(_Ret (_Tp::*__f)(_Arg)) 694 mem_fun(_Ret (_Tp::*__f)(_Arg) const)
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 55 // ignore it by using the helper function mem_fun and mem_fun_ref, 713 // Mem_fun adaptor helper functions. There are only two: 714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref 720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); } 724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); } 736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); } 740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_function.h | 516 * ignore it by using the helper function mem_fun and mem_fun_ref, 665 // Mem_fun adaptor helper functions. There are only two: 666 // mem_fun and mem_fun_ref. 669 mem_fun(_Ret (_Tp::*__f)()) 674 mem_fun(_Ret (_Tp::*__f)() const) 689 mem_fun(_Ret (_Tp::*__f)(_Arg)) 694 mem_fun(_Ret (_Tp::*__f)(_Arg) const)
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 55 // ignore it by using the helper function mem_fun and mem_fun_ref, 713 // Mem_fun adaptor helper functions. There are only two: 714 // mem_fun and mem_fun_ref. (mem_fun1 and mem_fun1_ref 720 mem_fun(_Result (_Tp::*__f)()) { return mem_fun_t<_Result,_Tp>(__f); } 724 mem_fun(_Result (_Tp::*__f)() const) { return const_mem_fun_t<_Result,_Tp>(__f); } 736 mem_fun(_Result (_Tp::*__f)(_Arg)) { return mem_fun1_t<_Result,_Tp,_Arg>(__f); } 740 mem_fun(_Result (_Tp::*__f)(_Arg) const) { return const_mem_fun1_t<_Result,_Tp,_Arg>(__f); }
|
/external/stlport/stlport/stl/config/ |
stl_mycomp.h | 197 // Uncomment if getting errors compiling mem_fun* adaptors
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_mycomp.h | 197 // Uncomment if getting errors compiling mem_fun* adaptors
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_mycomp.h | 197 // Uncomment if getting errors compiling mem_fun* adaptors
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_mycomp.h | 197 // Uncomment if getting errors compiling mem_fun* adaptors
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/ |
stl_mycomp.h | 197 // Uncomment if getting errors compiling mem_fun* adaptors
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
functional | 398 // Mem_fun adaptor helper functions mem_fun1 and mem_fun1_ref,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
functional | 399 // Mem_fun adaptor helper functions mem_fun1 and mem_fun1_ref,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
functional | 399 // Mem_fun adaptor helper functions mem_fun1 and mem_fun1_ref,
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 398 // Mem_fun adaptor helper functions mem_fun1 and mem_fun1_ref,
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
functional | 398 // Mem_fun adaptor helper functions mem_fun1 and mem_fun1_ref,
|