Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>
Public Member Functions | |
SetErrnoAndReturnAction (int errno_value, T result) | |
template<typename Result , typename ArgumentTuple > | |
Result | Perform (const ArgumentTuple &) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (SetErrnoAndReturnAction) | |
Private Attributes | |
const int | errno_ |
const T | result_ |
Definition at line 779 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 779 of file gmock-actions.h
|
inline |
Definition at line 781 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 781 of file gmock-actions.h
|
private |
|
inline |
Definition at line 785 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 785 of file gmock-actions.h
References testing::internal::SetErrnoAndReturnAction< T >::errno_, and testing::internal::SetErrnoAndReturnAction< T >::result_.
|
private |
Definition at line 791 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 791 of file gmock-actions.h
Referenced by testing::internal::SetErrnoAndReturnAction< T >::Perform().
|
private |
Definition at line 792 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 792 of file gmock-actions.h
Referenced by testing::internal::SetErrnoAndReturnAction< T >::Perform().