Searched defs: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
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
[all...]

Completed in 11 milliseconds