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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h779 class SetErrnoAndReturnAction { class in namespace:testing::internal
781 SetErrnoAndReturnAction(int errno_value, T result) function in class:testing::internal::SetErrnoAndReturnAction
794 GTEST_DISALLOW_ASSIGN_(SetErrnoAndReturnAction);
1155 PolymorphicAction<internal::SetErrnoAndReturnAction<T> >
1158 internal::SetErrnoAndReturnAction<T>(errval, result));

Completed in 9 milliseconds