Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-actions.h>
Public Types | |
typedef internal::Function< F > ::Result | Result |
typedef internal::Function< F > ::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
Action () | |
Action (ActionInterface< F > *impl) | |
Action (const Action &action) | |
template<typename Func > | |
Action (const Action< Func > &action) | |
bool | IsDoDefault () const |
Result | Perform (const ArgumentTuple &args) const |
template<typename From > | |
Action (const Action< From > &from) | |
Private Attributes | |
internal::linked_ptr < ActionInterface< F > > | impl_ |
Friends | |
template<typename F1 , typename F2 > | |
class | internal::ActionAdaptor |
Definition at line 355 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 355 of file gmock-actions.h
typedef internal::Function<F>::ArgumentTuple testing::Action< F >::ArgumentTuple |
Definition at line 358 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 358 of file gmock-actions.h
typedef internal::Function<F>::Result testing::Action< F >::Result |
Definition at line 357 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 357 of file gmock-actions.h
|
inline |
Definition at line 362 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 362 of file gmock-actions.h
|
inlineexplicit |
Definition at line 366 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 366 of file gmock-actions.h
|
inline |
Definition at line 369 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 369 of file gmock-actions.h
|
explicit |
testing::Action< F >::Action | ( | const Action< From > & | from | ) |
Definition at line 1054 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 1054 of file gmock-actions.h
|
inline |
Definition at line 379 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 379 of file gmock-actions.h
Referenced by testing::Action< InnerFunctionType >::Perform(), testing::internal::FunctionMockerBase< R(A1, A2)>::UntypedFindMatchingExpectation(), and testing::internal::OnCallSpec< F >::WillByDefault().
|
inline |
Definition at line 387 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 387 of file gmock-actions.h
Referenced by testing::internal::WithArgsAction< InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9, k10 >::Impl< F >::Perform(), testing::internal::IgnoreResultAction< A >::Impl< F >::Perform(), testing::internal::DoBothAction< Action1, Action2 >::Impl< F >::Perform(), testing::internal::ActionResultHolder< T >::PerformAction(), testing::internal::ActionResultHolder< void >::PerformAction(), testing::gmock_generated_actions_test::TEST(), and testing::gmock_more_actions_test::TEST().
|
friend |
Definition at line 400 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 400 of file gmock-actions.h
|
private |
Definition at line 402 of file gmock-actions.h.
View newest version in sPHENIX GitHub at line 402 of file gmock-actions.h
Referenced by testing::Action< InnerFunctionType >::IsDoDefault(), and testing::Action< InnerFunctionType >::Perform().