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

/external/chromium/testing/gmock/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
87 GTEST_DISALLOW_ASSIGN_(InvokeMethodAction);
106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
109 internal::InvokeMethodAction<Class, MethodPtr>(obj_ptr, method_ptr));

Completed in 53 milliseconds