Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc71 using testing::ReturnRefOfCopy;
592 const Action<const int&()> ret = ReturnRefOfCopy(n); in TEST()
606 Action<Base&()> a = ReturnRefOfCopy(base); in TEST()
609 a = ReturnRefOfCopy(derived); in TEST()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc75 using testing::ReturnRefOfCopy;
668 const Action<const int&()> ret = ReturnRefOfCopy(n); in TEST()
682 Action<Base&()> a = ReturnRefOfCopy(base); in TEST()
685 a = ReturnRefOfCopy(derived); in TEST()
/external/google-breakpad/src/testing/
DCHANGES7 * New actions: ReturnPointee() and ReturnRefOfCopy().
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h967 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) { in ReturnRefOfCopy() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h1085 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1065 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {
/external/googletest/googlemock/docs/
DCheatSheet.md388 |`ReturnRefOfCopy(value)`|Return a reference to a copy of `value`; the copy lives as long as the ac…