Home | History | Annotate | Download | only in base

Lines Matching refs:InvokeHelper

41 //  InvokeHelper<> -- Take a Functor + arguments and actully invokes it.
177 // InvokeHelper that will no-op itself in the event the WeakPtr<> for
591 // InvokeHelper<>
593 // There are 2 logical InvokeHelper<> specializations: normal, WeakCalls.
600 struct InvokeHelper;
603 struct InvokeHelper<false, ReturnType> {
613 struct InvokeHelper<true, ReturnType> {
645 // InvokeHelper<>::MakeItSo() call below.
658 // InvokeHelper<>::MakeItSo() call below.
680 return InvokeHelper<is_weak_call, R>::MakeItSo(