OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FP_T
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
bind.h
87
#define
FP_T
(x) R (ObjectT::*x)()
90
MethodFunctor0<ObjectT,
FP_T
(NONAME), R>
91
Bind(
FP_T
(method), ObjectT* object) {
92
return MethodFunctor0<ObjectT,
FP_T
(NONAME), R>(
96
#undef
FP_T
97
#define
FP_T
(x) R (ObjectT::*x)() const
100
MethodFunctor0<const ObjectT,
FP_T
(NONAME), R>
101
Bind(
FP_T
(method), const ObjectT* object) {
102
return MethodFunctor0<const ObjectT,
FP_T
(NONAME), R>(
106
#undef
FP_T
[
all
...]
bind.h.pump
94
#define
FP_T
(x) R (ObjectT::*x)($for j , [[P$j]])
98
MethodFunctor$i<ObjectT,
FP_T
(NONAME), R$for j [[, P$j]]>
99
Bind(
FP_T
(method), ObjectT* object$for j [[,
101
return MethodFunctor$i<ObjectT,
FP_T
(NONAME), R$for j [[, P$j]]>(
105
#undef
FP_T
106
#define
FP_T
(x) R (ObjectT::*x)($for j , [[P$j]]) const
110
MethodFunctor$i<const ObjectT,
FP_T
(NONAME), R$for j [[, P$j]]>
111
Bind(
FP_T
(method), const ObjectT* object$for j [[,
113
return MethodFunctor$i<const ObjectT,
FP_T
(NONAME), R$for j [[, P$j]]>(
117
#undef
FP_T
[
all
...]
Completed in 3019 milliseconds