OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvokerStorageHolder
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
callback_internal.h
42
struct
InvokerStorageHolder
{
43
explicit
InvokerStorageHolder
(T* invoker_storage)
51
InvokerStorageHolder
<T> MakeInvokerStorageHolder(T* o) {
52
return
InvokerStorageHolder
<T>(o);
bind.h
37
internal::
InvokerStorageHolder
<internal::InvokerStorage0<Sig> >
44
internal::
InvokerStorageHolder
<internal::InvokerStorage1<Sig,P1> >
52
internal::
InvokerStorageHolder
<internal::InvokerStorage2<Sig,P1, P2> >
60
internal::
InvokerStorageHolder
<internal::InvokerStorage3<Sig,P1, P2, P3> >
68
internal::
InvokerStorageHolder
<internal::InvokerStorage4<Sig,P1, P2, P3, P4> >
77
internal::
InvokerStorageHolder
<internal::InvokerStorage5<Sig,P1, P2, P3, P4,
88
internal::
InvokerStorageHolder
<internal::InvokerStorage6<Sig,P1, P2, P3, P4,
callback.h
119
// constructor that takes an
InvokerStorageHolder
<> object. In the context of
120
// the constructor, the static type of this
InvokerStorageHolder
<> object
124
// Callback's constructor is takes the
InvokerStorageHolder
<> that has the
127
// function, and upcasting the state of
InvokerStorageHolder
<> to a
131
// To create
InvokerStorageHolder
<> objects, we use the Bind() functions.
138
// - Returning an
InvokerStorageHolder
<> with an DoInvoke() that has an arity
234
// We pass
InvokerStorageHolder
by const ref to avoid incurring an
242
Callback(const internal::
InvokerStorageHolder
<T>& invoker_holder)
265
// We pass
InvokerStorageHolder
by const ref to avoid incurring an
273
Callback(const internal::
InvokerStorageHolder
<T>& invoker_holder
[
all
...]
Completed in 33 milliseconds