Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h896 Action<F> MakeAction(ActionInterface<F>* impl) { in MakeAction() function
2145 ::testing::Action<F> MakeAction() {
2151 ::testing::Action<F> MakeAction(std::shared_ptr<Impl> impl) {
2207 return ::testing::internal::MakeAction<F>(impl_); \
2248 return ::testing::internal::MakeAction<F, gmock_Impl>(); \
H A Dgmock-more-actions.h535 (::testing::internal::MakeAction<F, gmock_Impl>()), \
536 (::testing::internal::MakeAction<F>(impl_))); \
/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc528 TEST(ActionInterfaceTest, MakeAction) { in TEST()
529 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl); in TEST()
1521 WithArgs<2, 1>(MakeAction(new SubtractAction)); in TEST()

Completed in 8 milliseconds