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

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h53 class InvokeAction { class in namespace:testing::internal
57 explicit InvokeAction(FunctionImpl function_impl) function in class:testing::internal::InvokeAction
68 GTEST_DISALLOW_ASSIGN_(InvokeAction);
115 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke(
118 internal::InvokeAction<FunctionImpl>(function_impl));

Completed in 42 milliseconds