HomeSort by relevance Sort by last modified time
    Searched full:doinvoke (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
bind_internal.h 38 // InvokerN<> -- Provides a DoInvoke() function that actually executes
361 // The InvokerN templates contain a static DoInvoke() function that is the key
364 // DoInvoke() is a static function with a fixed signature that is independent
366 // baseclass of StorageType. This lets us store pointer to DoInvoke() in a
370 // As long as we ensure that DoInvoke() is only used with pointers there were
385 static R DoInvoke(InvokerStorageBase* base) {
394 static R DoInvoke(InvokerStorageBase* base,
404 static R DoInvoke(InvokerStorageBase* base,
416 static R DoInvoke(InvokerStorageBase* base,
429 static R DoInvoke(InvokerStorageBase* base
    [all...]
bind_internal.h.pump 41 // InvokerN<> -- Provides a DoInvoke() function that actually executes
136 // The InvokerN templates contain a static DoInvoke() function that is the key
139 // DoInvoke() is a static function with a fixed signature that is independent
141 // baseclass of StorageType. This lets us store pointer to DoInvoke() in a
145 // As long as we ensure that DoInvoke() is only used with pointers there were
183 static R DoInvoke(InvokerStorageBase* base[[]]
200 static R DoInvoke(InvokerStorageBase* base[[]]
callback.h 122 // parameters, and a DoInvoke() that is capable of invoking the target.
126 // parameters. It does this by storing a pointer to the specific DoInvoke()
129 // is only used with the stored DoInvoke() pointer.
138 // - Returning an InvokerStorageHolder<> with an DoInvoke() that has an arity
244 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
275 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
307 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
342 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
380 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
422 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
    [all...]
callback_unittest.cc 25 static void DoInvoke(internal::InvokerStorageBase*) {
callback.h.pump 125 // parameters, and a DoInvoke() that is capable of invoking the target.
129 // parameters. It does this by storing a pointer to the specific DoInvoke()
132 // is only used with the stored DoInvoke() pointer.
141 // - Returning an InvokerStorageHolder<> with an DoInvoke() that has an arity
260 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
callback_internal.h 23 // DoInvoke function to perform the function execution. This allows

Completed in 291 milliseconds