Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h173 const void* untyped_args, const void** untyped_action, bool* is_excessive,
1644 const void* untyped_args, const void** untyped_action, bool* is_excessive, in UntypedFindMatchingExpectation() argument
1663 *untyped_action = action; in UntypedFindMatchingExpectation()
1733 R PerformAction(const void* untyped_action, ArgumentTuple&& args, in PerformAction() argument
1735 if (untyped_action == nullptr) { in PerformAction()
1741 const Action<F> action = *static_cast<const Action<F>*>(untyped_action); in PerformAction()
1758 R PerformActionAndPrintResult(const void* const untyped_action, in PerformActionAndPrintResult() argument
1762 R result = PerformAction(untyped_action, std::move(args), call_description); in PerformActionAndPrintResult()
1773 R PerformActionAndPrintResult(const void* const untyped_action, in PerformActionAndPrintResult() argument
1777 return PerformAction(untyped_action, std::move(args), call_description); in PerformActionAndPrintResult()
[all …]