Home | History | Annotate | Download | only in base

Lines Matching refs:InvokerStorageHolder

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)
297 // We pass InvokerStorageHolder by const ref to avoid incurring an
305 Callback(const internal::InvokerStorageHolder<T>& invoker_holder)
332 // We pass InvokerStorageHolder by const ref to avoid incurring an
340 Callback(const internal::InvokerStorageHolder<T>& invoker_holder)
370 // We pass InvokerStorageHolder by const ref to avoid incurring an
378 Callback(const internal::InvokerStorageHolder<T>& invoker_holder)
412 // We pass InvokerStorageHolder by const ref to avoid incurring an
420 Callback(const internal::InvokerStorageHolder<T>& invoker_holder)
457 // We pass InvokerStorageHolder by const ref to avoid incurring an
465 Callback(const internal::InvokerStorageHolder<T>& invoker_holder)