Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc630 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() { in ReturnSecondArgument() function
642 Action<int(bool, int, double)> a1 = ReturnSecondArgument(); // NOLINT in TEST()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md4317 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() {
4336 EXPECT_CALL(foo, DoThis).WillOnce(ReturnSecondArgument());
4337 EXPECT_CALL(foo, DoThat).WillOnce(ReturnSecondArgument());