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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h654 class ReturnRefAction { class in namespace:testing::internal
656 // Constructs a ReturnRefAction object from the reference to be returned.
657 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT function in class:testing::internal::ReturnRefAction
694 GTEST_DISALLOW_ASSIGN_(ReturnRefAction);
1077 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT
1078 return internal::ReturnRefAction<R>(x);

Completed in 8 milliseconds