#include <gmock-actions.h>
template<size_t N, typename Proto>
class testing::internal::SetArgumentPointeeAction< N, Proto, true >
Definition at line 823 of file gmock-actions.h.
◆ SetArgumentPointeeAction()
template<size_t N, typename Proto >
Definition at line 829 of file gmock-actions.h.
829 : proto_(
new Proto) {
830 proto_->CopyFrom(proto);
◆ Perform()
template<size_t N, typename Proto >
template<typename Result , typename ArgumentTuple >
Definition at line 834 of file gmock-actions.h.
835 CompileAssertTypesEqual<void, Result>();
836 ::testing::get<N>(args)->CopyFrom(*proto_);
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h