Searched refs:ReturnRefAction (Results 1 – 1 of 1) sorted by relevance
534 class ReturnRefAction {537 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT in ReturnRefAction() function574 GTEST_DISALLOW_ASSIGN_(ReturnRefAction);957 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT in ReturnRef()958 return internal::ReturnRefAction<R>(x); in ReturnRef()