HomeSort by relevance Sort by last modified time
    Searched refs:ReturnAction (Results 1 - 2 of 2) sorted by null

  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 169 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>.*)>'
414 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>'
424 r'\'testing::internal::ReturnAction<long>::operator '
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 449 class ReturnAction {
451 // Constructs a ReturnAction object from the value to be returned.
454 explicit ReturnAction(R value) : value_(value) {}
505 GTEST_DISALLOW_ASSIGN_(ReturnAction);
941 internal::ReturnAction<R> Return(R value) {
942 return internal::ReturnAction<R>(value);
    [all...]

Completed in 26 milliseconds