Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1498 const std::string& call_description) const { in PerformDefaultAction() argument
1504 call_description + in PerformDefaultAction()
1734 const std::string& call_description) const { in PerformAction() argument
1736 return PerformDefaultAction(std::move(args), call_description); in PerformAction()
1760 const std::string& call_description, in PerformActionAndPrintResult() argument
1762 R result = PerformAction(untyped_action, std::move(args), call_description); in PerformActionAndPrintResult()
1775 const std::string& call_description, in PerformActionAndPrintResult() argument
1777 return PerformAction(untyped_action, std::move(args), call_description); in PerformActionAndPrintResult()