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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h829 explicit SetArgumentPointeeAction(const Proto& proto) : proto_(new Proto) {
830 proto_->CopyFrom(proto);
836 ::testing::get<N>(args)->CopyFrom(*proto_);
840 const internal::linked_ptr<Proto> proto_; member in class:testing::internal::SetArgumentPointeeAction

Completed in 9 milliseconds