Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1395 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction() function
1399 return new ActionResultHolder(Wrapper(func_mocker->PerformDefaultAction( in PerformDefaultAction()
1435 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction() function
1439 func_mocker->PerformDefaultAction(std::move(args), call_description); in PerformDefaultAction()
1519 Result PerformDefaultAction(ArgumentTuple&& args, in PerformDefaultAction() function
1549 return ResultHolder::PerformDefaultAction(this, std::move(*args), in UntypedPerformDefaultAction()