Searched refs:ResultHolder (Results 1 – 3 of 3) sorted by relevance
1528 return ResultHolder::PerformDefaultAction(this, args, call_description); in UntypedPerformDefaultAction()1542 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()1577 typedef ActionResultHolder<Result> ResultHolder; typedef1584 scoped_ptr<ResultHolder> holder( in InvokeWith()1585 DownCast_<ResultHolder*>(this->UntypedInvokeWith(&args))); in InvokeWith()
1544 return ResultHolder::PerformDefaultAction(this, std::move(*args), in UntypedPerformDefaultAction()1558 return ResultHolder::PerformAction(action, std::move(*args)); in UntypedPerformAction()1594 std::unique_ptr<ResultHolder> holder(DownCast_<ResultHolder*>( in Invoke()1607 typedef ActionResultHolder<Result> ResultHolder; typedef
1456 return ResultHolder::PerformDefaultAction(this, args, call_description); in UntypedPerformDefaultAction()1470 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()1505 typedef ActionResultHolder<Result> ResultHolder; typedef1512 return static_cast<const ResultHolder*>( in InvokeWith()