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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h72 class InvokeMethodAction { class in namespace:testing::internal
74 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr) function in class:testing::internal::InvokeMethodAction
90 GTEST_DISALLOW_ASSIGN_(InvokeMethodAction);
123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
126 internal::InvokeMethodAction<Class, MethodPtr>(obj_ptr, method_ptr));

Completed in 4 milliseconds