Searched refs:MakePolymorphicAction (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h116 return MakePolymorphicAction(
125 return MakePolymorphicAction(
H A Dgmock-actions.h423 // MakePolymorphicAction(object) where object has type FooAction. See
471 // MakePolymorphicAction(foo);
475 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) { function in namespace:testing
1067 return MakePolymorphicAction(internal::ReturnNullAction());
1072 return MakePolymorphicAction(internal::ReturnVoidAction());
1110 return MakePolymorphicAction(internal::SetArgumentPointeeAction<
1122 return MakePolymorphicAction(internal::SetArgumentPointeeAction<
1130 return MakePolymorphicAction(internal::SetArgumentPointeeAction<
1141 return MakePolymorphicAction(internal::SetArgumentPointeeAction<
1148 return MakePolymorphicAction(interna
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc59 using testing::MakePolymorphicAction;
459 // The following two classes are for testing MakePolymorphicAction().
465 // We want to verify that MakePolymorphicAction() can work with a
476 // For testing that MakePolymorphicAction() works when the
480 // We want to verify that MakePolymorphicAction() can work with a
487 // These functions verify that MakePolymorphicAction() returns a
491 return MakePolymorphicAction(ReturnSecondArgumentAction());
496 return MakePolymorphicAction(ReturnZeroFromNullaryFunctionAction());
499 // Tests that MakePolymorphicAction() turns a polymorphic action
506 // Tests that MakePolymorphicAction() work
[all...]

Completed in 13 milliseconds