Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc444 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() { in ReturnSecondArgument() function
456 Action<int(bool, int, double)> a1 = ReturnSecondArgument(); // NOLINT in TEST()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc490 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() { in ReturnSecondArgument() function
502 Action<int(bool, int, double)> a1 = ReturnSecondArgument(); // NOLINT in TEST()
/external/googletest/googlemock/docs/
DCookBook.md3618 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() {
3638 .WillOnce(ReturnSecondArgument());
3640 .WillOnce(ReturnSecondArgument());