OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_f
(Results
1 - 9
of
9
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h
68
explicit _Mem_fun0_ptr(__fun_type __f) :
_M_f
(__f) {}
71
_Result operator ()(_Tp* __p) const { return (__p->*
_M_f
)(); }
74
__fun_type
_M_f
;
81
explicit _Mem_fun1_ptr(__fun_type __f) :
_M_f
(__f) {}
84
_Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*
_M_f
)(__x); }
87
__fun_type
_M_f
;
94
explicit _Const_mem_fun0_ptr(__fun_type __f) :
_M_f
(__f) {}
97
_Result operator ()(const _Tp* __p) const { return (__p->*
_M_f
)(); }
100
__fun_type
_M_f
;
107
explicit _Const_mem_fun1_ptr(__fun_type __f) :
_M_f
(__f) {
[
all
...]
_iomanip.h
39
:
_M_f
(__f), _M_arg(__arg) {}
42
{ (__ios.*
_M_f
)(_M_arg); }
44
__f_ptr_type
_M_f
;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h
68
explicit _Mem_fun0_ptr(__fun_type __f) :
_M_f
(__f) {}
71
_Result operator ()(_Tp* __p) const { return (__p->*
_M_f
)(); }
74
__fun_type
_M_f
;
81
explicit _Mem_fun1_ptr(__fun_type __f) :
_M_f
(__f) {}
84
_Result operator ()(_Tp* __p, _Arg __x) const { return (__p->*
_M_f
)(__x); }
87
__fun_type
_M_f
;
94
explicit _Const_mem_fun0_ptr(__fun_type __f) :
_M_f
(__f) {}
97
_Result operator ()(const _Tp* __p) const { return (__p->*
_M_f
)(); }
100
__fun_type
_M_f
;
107
explicit _Const_mem_fun1_ptr(__fun_type __f) :
_M_f
(__f) {
[
all
...]
_iomanip.h
39
:
_M_f
(__f), _M_arg(__arg) {}
42
{ (__ios.*
_M_f
)(_M_arg); }
44
__f_ptr_type
_M_f
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h
547
:
_M_f
(__pf) { }
551
{ return (__p->*
_M_f
)(); }
554
_Ret (_Tp::*
_M_f
)();
565
:
_M_f
(__pf) { }
569
{ return (__p->*
_M_f
)(); }
572
_Ret (_Tp::*
_M_f
)() const;
583
:
_M_f
(__pf) { }
587
{ return (__r.*
_M_f
)(); }
590
_Ret (_Tp::*
_M_f
)();
601
:
_M_f
(__pf) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h
547
:
_M_f
(__pf) { }
551
{ return (__p->*
_M_f
)(); }
554
_Ret (_Tp::*
_M_f
)();
565
:
_M_f
(__pf) { }
569
{ return (__p->*
_M_f
)(); }
572
_Ret (_Tp::*
_M_f
)() const;
583
:
_M_f
(__pf) { }
587
{ return (__r.*
_M_f
)(); }
590
_Ret (_Tp::*
_M_f
)();
601
:
_M_f
(__pf) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h
547
:
_M_f
(__pf) { }
551
{ return (__p->*
_M_f
)(); }
554
_Ret (_Tp::*
_M_f
)();
565
:
_M_f
(__pf) { }
569
{ return (__p->*
_M_f
)(); }
572
_Ret (_Tp::*
_M_f
)() const;
583
:
_M_f
(__pf) { }
587
{ return (__r.*
_M_f
)(); }
590
_Ret (_Tp::*
_M_f
)();
601
:
_M_f
(__pf) {
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h
896
:
_M_f
(__pf) { }
900
{ return (__p->*
_M_f
)(); }
903
_Ret (_Tp::*
_M_f
)();
914
:
_M_f
(__pf) { }
918
{ return (__p->*
_M_f
)(); }
921
_Ret (_Tp::*
_M_f
)() const;
932
:
_M_f
(__pf) { }
936
{ return (__r.*
_M_f
)(); }
939
_Ret (_Tp::*
_M_f
)();
950
:
_M_f
(__pf) {
[
all
...]
/external/clang/test/PCH/
cxx-templates.h
84
_Ret (_Tp::*
_M_f
)();
Completed in 375 milliseconds