Home
last modified time | relevance | path

Searched refs:ReturnRefOfCopy (Results 1 – 10 of 10) 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.cc65 using testing::ReturnRefOfCopy;
670 const Action<const int&()> ret = ReturnRefOfCopy(n); in TEST()
684 Action<Base&()> a = ReturnRefOfCopy(base); in TEST()
687 a = ReturnRefOfCopy(derived); in TEST()
/external/v8/testing/gmock/test/
Dgmock-actions_test.cc65 using testing::ReturnRefOfCopy;
670 const Action<const int&()> ret = ReturnRefOfCopy(n); in TEST()
684 Action<Base&()> a = ReturnRefOfCopy(base); in TEST()
687 a = ReturnRefOfCopy(derived); in TEST()
/external/google-breakpad/src/testing/
DCHANGES7 * New actions: ReturnPointee() and ReturnRefOfCopy().
/external/v8/testing/gmock/
DCHANGES41 * New actions: ReturnPointee() and ReturnRefOfCopy().
/external/googletest/googlemock/
DCHANGES41 * 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/v8/testing/gmock/include/gmock/
Dgmock-actions.h1085 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1085 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {
/external/googletest/googlemock/docs/
DCheatSheet.md368 |`ReturnRefOfCopy(value)`|Return a reference to a copy of `value`; the copy lives as long as the ac…