Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc59 using testing::ReturnArg;
489 const Action<int(int)> a = ReturnArg<0>(); in TEST()
494 const Action<bool(bool, bool, bool)> a = ReturnArg<0>(); in TEST()
499 const Action<std::string(int, int, std::string, int)> a = ReturnArg<2>(); in TEST()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h162 ACTION_TEMPLATE(ReturnArg, in ACTION_TEMPLATE() argument
/freebsd-13.1/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c897 ACPI_PARSE_OBJECT **ReturnArg) in AcpiPsGetNextArg() argument
1101 *ReturnArg = Arg; in AcpiPsGetNextArg()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacparser.h233 ACPI_PARSE_OBJECT **ReturnArg);
/freebsd-13.1/contrib/googletest/googlemock/
H A DCHANGES99 * New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md365 |`ReturnArg<N>()`|Return the `N`-th (0-based) argument.|