![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>
Collaboration diagram for testing::DefaultValue< T >:Classes | |
| class | FactoryValueProducer |
| class | FixedValueProducer |
| class | ValueProducer |
Public Types | |
| typedef T(* | FactoryFunction )() |
Static Public Member Functions | |
| static void | Set (T x) |
| static void | SetFactory (FactoryFunction factory) |
| static void | Clear () |
| static bool | IsSet () |
| static bool | Exists () |
| static T | Get () |
Static Private Attributes | |
| static ValueProducer * | producer_ = NULL |
Definition at line 200 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 200 of file gmock-actions.h
| typedef T(* testing::DefaultValue< T >::FactoryFunction)() |
Definition at line 212 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 212 of file gmock-actions.h
|
inlinestatic |
Definition at line 219 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 219 of file gmock-actions.h
References testing::DefaultValue< T >::producer_.
|
inlinestatic |
Definition at line 229 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 229 of file gmock-actions.h
References testing::internal::BuiltInDefaultValue< T >::Exists(), and testing::DefaultValue< T >::IsSet().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 236 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 236 of file gmock-actions.h
References testing::internal::BuiltInDefaultValue< T >::Get(), testing::DefaultValue< T >::ValueProducer::Produce(), and testing::DefaultValue< T >::producer_.
Referenced by testing::internal::FunctionMockerBase< R(A1, A2)>::PerformDefaultAction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 225 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 225 of file gmock-actions.h
References testing::DefaultValue< T >::producer_.
Referenced by testing::DefaultValue< T >::Exists().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 204 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 204 of file gmock-actions.h
References testing::DefaultValue< T >::producer_.
|
inlinestatic |
Definition at line 213 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 213 of file gmock-actions.h
References testing::DefaultValue< T >::producer_.
|
staticprivate |
Definition at line 269 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 269 of file gmock-actions.h
Referenced by testing::DefaultValue< T >::Clear(), testing::DefaultValue< T >::Get(), testing::DefaultValue< T >::IsSet(), testing::DefaultValue< T >::Set(), and testing::DefaultValue< T >::SetFactory().