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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc67 using testing::SetArgumentPointee;
980 // Tests that SetArgumentPointee<N>(v) sets the variable pointed to by
984 Action<MyFunction> a = SetArgumentPointee<1>(2);
992 a = SetArgumentPointee<2>('a');
1002 // Tests that SetArgumentPointee<N>(proto_buffer) sets the v1 protobuf
1010 Action<void(bool, TestMessage*)> a = SetArgumentPointee<1>(*msg);
1011 // SetArgumentPointee<N>(proto_buffer) makes a copy of proto_buffer
1023 // Tests that SetArgumentPointee<N>(proto_buffer) sets the
1032 Action<void(bool, ::ProtocolMessage*)> a = SetArgumentPointee<1>(*msg);
1033 // SetArgumentPointee<
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h424 // the definition of Return(void) and SetArgumentPointee<N>(value) for
799 // Implements the SetArgumentPointee<N>(x) action for any function
1140 SetArgumentPointee(const T& x) { function in namespace:testing

Completed in 13 milliseconds