OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mem_fun
(Results
26 - 50
of
67
) sorted by null
1
2
3
/prebuilts/ndk/8/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/9/sources/cxx-stl/EH/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h
544
* ignore it by using the helper function
mem_fun
and mem_fun_ref,
693
//
Mem_fun
adaptor helper functions. There are only two:
694
//
mem_fun
and mem_fun_ref.
697
mem_fun
(_Ret (_Tp::*__f)())
702
mem_fun
(_Ret (_Tp::*__f)() const)
717
mem_fun
(_Ret (_Tp::*__f)(_Arg))
722
mem_fun
(_Ret (_Tp::*__f)(_Arg) const)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn.hpp
11
// mem_fn.hpp - a generalization of std::
mem_fun
[_ref]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
functional
276
template<class S, class T> mem_fun_t<S,T>
mem_fun
(S (T::*f)());
277
template<class S, class T, class A> mem_fun1_t<S,T,A>
mem_fun
(S (T::*f)(A));
314
template <class S, class T> const_mem_fun_t<S,T>
mem_fun
(S (T::*f)() const);
315
template <class S, class T, class A> const_mem_fun1_t<S,T,A>
mem_fun
(S (T::*f)(A) const);
747
mem_fun
(_Sp (_Tp::*__f)())
753
mem_fun
(_Sp (_Tp::*__f)(_Ap))
815
mem_fun
(_Sp (_Tp::*__f)() const)
821
mem_fun
(_Sp (_Tp::*__f)(_Ap) const)
[
all
...]
/external/clang/include/clang/AST/
DeclContextInternals.h
111
std::
mem_fun
(&Decl::isFromASTFile)),
/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/5/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
197
// Uncomment if getting errors compiling
mem_fun
* adaptors
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
197
// Uncomment if getting errors compiling
mem_fun
* adaptors
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
197
// Uncomment if getting errors compiling
mem_fun
* adaptors
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
197
// Uncomment if getting errors compiling
mem_fun
* adaptors
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
stl_mycomp.h
197
// Uncomment if getting errors compiling
mem_fun
* adaptors
/external/chromium_org/base/
bind_internal.h.pump
98
//
mem_fun
().
/external/chromium_org/webkit/browser/appcache/
appcache_service.cc
447
std::
mem_fun
(&AsyncHelper::Cancel));
/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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
functional
398
//
Mem_fun
adaptor helper functions mem_fun1 and mem_fun1_ref,
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
functional
398
//
Mem_fun
adaptor helper functions mem_fun1 and mem_fun1_ref,
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
functional
398
//
Mem_fun
adaptor helper functions mem_fun1 and mem_fun1_ref,
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
functional
398
//
Mem_fun
adaptor helper functions mem_fun1 and mem_fun1_ref,
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
functional
399
//
Mem_fun
adaptor helper functions mem_fun1 and mem_fun1_ref,
Completed in 2092 milliseconds
1
2
3