Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-actions.h534 class ReturnRefAction {
537 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT in ReturnRefAction() function
574 GTEST_DISALLOW_ASSIGN_(ReturnRefAction);
957 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT in ReturnRef()
958 return internal::ReturnRefAction<R>(x); in ReturnRef()