Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1142 class ReturnRefAction { class
1144 // Constructs a ReturnRefAction object from the reference to be returned.
1145 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT in ReturnRefAction() function in testing::internal::ReturnRefAction
1864 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT
1865 return internal::ReturnRefAction<R>(x);
1870 internal::ReturnRefAction<R> ReturnRef(R&&) = delete;

Completed in 4 milliseconds