Home | History | Annotate | Download | only in gmock

Lines Matching defs:ReturnRefOfCopy

1445 // Implements the polymorphic ReturnRefOfCopy(x) action, which can be
1455 // This template type conversion operator allows ReturnRefOfCopy(x) to be
1461 // catches the user error of using ReturnRefOfCopy(x) when Return(x)
1470 // Implements the ReturnRefOfCopy(x) action for a particular function type F.
1833 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) {