Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h536 class ReturnRefAction {
539 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT in ReturnRefAction() function
576 GTEST_DISALLOW_ASSIGN_(ReturnRefAction);
959 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT in ReturnRef()
960 return internal::ReturnRefAction<R>(x); in ReturnRef()
/external/v8/testing/gmock/include/gmock/
Dgmock-actions.h654 class ReturnRefAction {
657 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT
694 GTEST_DISALLOW_ASSIGN_(ReturnRefAction);
1077 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT
1078 return internal::ReturnRefAction<R>(x);
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h654 class ReturnRefAction {
657 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT
694 GTEST_DISALLOW_ASSIGN_(ReturnRefAction);
1077 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT
1078 return internal::ReturnRefAction<R>(x);