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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/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);
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h633 class ReturnRefAction {
636 explicit ReturnRefAction(T& ref) : ref_(ref) {} // NOLINT
671 GTEST_DISALLOW_ASSIGN_(ReturnRefAction);
1057 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT
1058 return internal::ReturnRefAction<R>(x);