Searched refs:ReturnSecondArgument (Results 1 – 2 of 2) sorted by relevance
630 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() { in ReturnSecondArgument() function642 Action<int(bool, int, double)> a1 = ReturnSecondArgument(); // NOLINT in TEST()
4317 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() {4336 EXPECT_CALL(foo, DoThis).WillOnce(ReturnSecondArgument());4337 EXPECT_CALL(foo, DoThat).WillOnce(ReturnSecondArgument());