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

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h530 // Implements the polymorphic ReturnRef(x) action, which can be used
539 // This template type conversion operator allows ReturnRef(x) to be
545 // catches the user error of using ReturnRef(x) when Return(x)
553 // Implements the ReturnRef(x) action for a particular function type F.
957 inline internal::ReturnRefAction<R> ReturnRef(R& x) { // NOLINT function in namespace:testing

Completed in 74 milliseconds