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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h701 class ReturnRefOfCopyAction { class in namespace:testing::internal
703 // Constructs a ReturnRefOfCopyAction object from the reference to
705 explicit ReturnRefOfCopyAction(const T& value) : value_(value) {} // NOLINT function in class:testing::internal::ReturnRefOfCopyAction
743 GTEST_DISALLOW_ASSIGN_(ReturnRefOfCopyAction);
1085 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {
1086 return internal::ReturnRefOfCopyAction<R>(x);

Completed in 5 milliseconds