Searched refs:ReturnRefOfCopy (Results 1 – 13 of 13) sorted by relevance
71 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()
65 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()
7 * New actions: ReturnPointee() and ReturnRefOfCopy().
41 * New actions: ReturnPointee() and ReturnRefOfCopy().
967 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) { in ReturnRefOfCopy() function
1085 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {
340 |`ReturnRefOfCopy(value)`|Return a reference to a copy of `value`; the copy lives as long as the ac…
362 |`ReturnRefOfCopy(value)`|Return a reference to a copy of `value`; the copy lives as long as the ac…
368 |`ReturnRefOfCopy(value)`|Return a reference to a copy of `value`; the copy lives as long as the ac…
1876 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {