Home
last modified time | relevance | path

Searched refs:ResultHolder (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h1528 return ResultHolder::PerformDefaultAction(this, args, call_description); in UntypedPerformDefaultAction()
1542 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()
1577 typedef ActionResultHolder<Result> ResultHolder; typedef
1584 scoped_ptr<ResultHolder> holder( in InvokeWith()
1585 DownCast_<ResultHolder*>(this->UntypedInvokeWith(&args))); in InvokeWith()
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1544 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
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1456 return ResultHolder::PerformDefaultAction(this, args, call_description); in UntypedPerformDefaultAction()
1470 return ResultHolder::PerformAction(action, args); in UntypedPerformAction()
1505 typedef ActionResultHolder<Result> ResultHolder; typedef
1512 return static_cast<const ResultHolder*>( in InvokeWith()