Searched defs:ReturnRefOfCopyAction (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h583 class ReturnRefOfCopyAction { class in namespace:testing::internal
585 // Constructs a ReturnRefOfCopyAction object from the reference to
587 explicit ReturnRefOfCopyAction(const T& value) : value_(value) {} // NOLINT function in class:testing::internal::ReturnRefOfCopyAction
625 GTEST_DISALLOW_ASSIGN_(ReturnRefOfCopyAction);
967 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {
968 return internal::ReturnRefOfCopyAction<R>(x);

Completed in 117 milliseconds