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

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h73 class InvokeMethodAction { class in namespace:testing::internal
75 InvokeMethodAction(Class* obj_ptr, MethodPtr method_ptr) function in class:testing::internal::InvokeMethodAction
91 GTEST_DISALLOW_ASSIGN_(InvokeMethodAction);
124 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
127 internal::InvokeMethodAction<Class, MethodPtr>(obj_ptr, method_ptr));

Completed in 53 milliseconds