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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h804 class SetArgumentPointeeAction { class in namespace:testing::internal
808 explicit SetArgumentPointeeAction(const A& value) : value_(value) {} function in class:testing::internal::SetArgumentPointeeAction
819 GTEST_DISALLOW_ASSIGN_(SetArgumentPointeeAction);
823 class SetArgumentPointeeAction<N, Proto, true> { class in namespace:testing::internal
829 explicit SetArgumentPointeeAction(const Proto& proto) : proto_(new Proto) { function in class:testing::internal::SetArgumentPointeeAction
842 GTEST_DISALLOW_ASSIGN_(SetArgumentPointeeAction);
1107 internal::SetArgumentPointeeAction<
1110 return MakePolymorphicAction(internal::SetArgumentPointeeAction<
1120 internal::SetArgumentPointeeAction<N, const char*, false> >
1122 return MakePolymorphicAction(internal::SetArgumentPointeeAction<
[all...]

Completed in 5 milliseconds