Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h1329 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction() function
1334 func_mocker->PerformDefaultAction(args, call_description)); in PerformDefaultAction()
1363 static ActionResultHolder* PerformDefaultAction( in PerformDefaultAction() function
1367 func_mocker->PerformDefaultAction(args, call_description); in PerformDefaultAction()
1425 Result PerformDefaultAction(const ArgumentTuple& args, in PerformDefaultAction() function
1448 return ResultHolder::PerformDefaultAction(this, args, call_description); in UntypedPerformDefaultAction()