OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeRunnable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/
bind.h
78
new BindState(internal::
MakeRunnable
(functor)));
124
new BindState(internal::
MakeRunnable
(functor), p1));
175
new BindState(internal::
MakeRunnable
(functor), p1, p2));
231
new BindState(internal::
MakeRunnable
(functor), p1, p2, p3));
292
new BindState(internal::
MakeRunnable
(functor), p1, p2, p3, p4));
360
new BindState(internal::
MakeRunnable
(functor), p1, p2, p3, p4, p5));
433
new BindState(internal::
MakeRunnable
(functor), p1, p2, p3, p4, p5, p6));
511
new BindState(internal::
MakeRunnable
(functor), p1, p2, p3, p4, p5, p6,
bind_internal.h
66
//
MakeRunnable
<> -- Takes a Functor and returns an object in the Runnable
68
// There are |O(1)|
MakeRunnable
types.
799
//
MakeRunnable
<>
804
typename FunctorTraits<T>::RunnableType
MakeRunnable
(const T& t) {
810
MakeRunnable
(const IgnoreResultHelper<T>& t) {
811
return
MakeRunnable
(t.functor_);
816
MakeRunnable
(const Callback<T>& t) {
[
all
...]
Completed in 448 milliseconds