Searched defs:ReturnRef (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h532 // Implements the polymorphic ReturnRef(x) action, which can be used
541 // This template type conversion operator allows ReturnRef(x) to be
547 // catches the user error of using ReturnRef(x) when Return(x)
555 // Implements the ReturnRef(x) action for a particular function type F.
959 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT function in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-actions.h650 // Implements the polymorphic ReturnRef(x) action, which can be used
659 // This template type conversion operator allows ReturnRef(x) to be
665 // catches the user error of using ReturnRef(x) when Return(x)
673 // Implements the ReturnRef(x) action for a particular function type F.
1077 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-actions.h650 // Implements the polymorphic ReturnRef(x) action, which can be used
659 // This template type conversion operator allows ReturnRef(x) to be
665 // catches the user error of using ReturnRef(x) when Return(x)
673 // Implements the ReturnRef(x) action for a particular function type F.
1077 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT function in namespace:testing

Completed in 127 milliseconds