Searched refs:ReturnAction (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/scripts/
H A Dgmock_doctor.py169 gcc_regex = (r'In member function \'testing::internal::ReturnAction<R>.*\n'
176 r'\'testing::internal::ReturnAction<(?P<type>.*)>'
219 r'\'testing::internal::ReturnAction<R>::Impl<F>::value_\' '
226 r'\'testing::internal::ReturnAction<(?P<return_type>.*)>'
415 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>'
425 r'\'testing::internal::ReturnAction<(int|long)>::operator '
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h451 class ReturnAction { class in namespace:testing::internal
453 // Constructs a ReturnAction object from the value to be returned.
456 explicit ReturnAction(R value) : value_(value) {} function in class:testing::internal::ReturnAction
507 GTEST_DISALLOW_ASSIGN_(ReturnAction);
943 internal::ReturnAction<R> Return(R value) {
944 return internal::ReturnAction<R>(value);

Completed in 60 milliseconds