Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc417 class ReturnSecondArgumentAction { class
444 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() { in ReturnSecondArgument()
445 return MakePolymorphicAction(ReturnSecondArgumentAction()); in ReturnSecondArgument()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc459 class ReturnSecondArgumentAction { class
490 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() { in ReturnSecondArgument()
491 return MakePolymorphicAction(ReturnSecondArgumentAction()); in ReturnSecondArgument()
/external/googletest/googlemock/docs/
DCookBook.md3591 class ReturnSecondArgumentAction {
3618 PolymorphicAction<ReturnSecondArgumentAction> ReturnSecondArgument() {
3619 return MakePolymorphicAction(ReturnSecondArgumentAction());