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

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h579 // Implements the polymorphic ReturnRefOfCopy(x) action, which can be
589 // This template type conversion operator allows ReturnRefOfCopy(x) to be
595 // catches the user error of using ReturnRefOfCopy(x) when Return(x)
604 // Implements the ReturnRefOfCopy(x) action for a particular function type F.
967 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) { function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-actions.h697 // Implements the polymorphic ReturnRefOfCopy(x) action, which can be
707 // This template type conversion operator allows ReturnRefOfCopy(x) to be
713 // catches the user error of using ReturnRefOfCopy(x) when Return(x)
722 // Implements the ReturnRefOfCopy(x) action for a particular function type F.
1085 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) { function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-actions.h697 // Implements the polymorphic ReturnRefOfCopy(x) action, which can be
707 // This template type conversion operator allows ReturnRefOfCopy(x) to be
713 // catches the user error of using ReturnRefOfCopy(x) when Return(x)
722 // Implements the ReturnRefOfCopy(x) action for a particular function type F.
1085 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) { function in namespace:testing
/external/fmtlib/test/gmock/
H A Dgmock.h1488 // Implements the polymorphic ReturnRefOfCopy(x) action, which can be
1498 // This template type conversion operator allows ReturnRefOfCopy(x) to be
1504 // catches the user error of using ReturnRefOfCopy(x) when Return(x)
1513 // Implements the ReturnRefOfCopy(x) action for a particular function type F.
1876 inline internal::ReturnRefOfCopyAction<R> ReturnRefOfCopy(const R& x) { function in namespace:testing

Completed in 431 milliseconds