|
| MockSpec< F > & | With () |
| |
| R | Invoke () |
| |
| MockSpec< F > & | With () |
| |
| R | Invoke () |
| |
| MockSpec< F > & | With () |
| |
| R | Invoke () |
| |
| | FunctionMockerBase () |
| |
| | FunctionMockerBase () |
| |
| | FunctionMockerBase () |
| |
| virtual | ~FunctionMockerBase () GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| virtual | ~FunctionMockerBase () GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| virtual | ~FunctionMockerBase () GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| const OnCallSpec< R() > * | FindOnCallSpec (const ArgumentTuple &args) const |
| |
| const OnCallSpec< R() > * | FindOnCallSpec (const ArgumentTuple &args) const |
| |
| const OnCallSpec< R() > * | FindOnCallSpec (const ArgumentTuple &args) const |
| |
| Result | PerformDefaultAction (const ArgumentTuple &args, const string &call_description) const |
| |
| Result | PerformDefaultAction (const ArgumentTuple &args, const string &call_description) const |
| |
| Result | PerformDefaultAction (const ArgumentTuple &args, const string &call_description) const |
| |
| virtual UntypedActionResultHolderBase * | UntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const |
| |
| virtual UntypedActionResultHolderBase * | UntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const |
| |
| virtual UntypedActionResultHolderBase * | UntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const |
| |
| virtual UntypedActionResultHolderBase * | UntypedPerformAction (const void *untyped_action, const void *untyped_args) const |
| |
| virtual UntypedActionResultHolderBase * | UntypedPerformAction (const void *untyped_action, const void *untyped_args) const |
| |
| virtual UntypedActionResultHolderBase * | UntypedPerformAction (const void *untyped_action, const void *untyped_args) const |
| |
| virtual void | ClearDefaultActionsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
| virtual void | ClearDefaultActionsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
| virtual void | ClearDefaultActionsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
| | UntypedFunctionMockerBase () |
| |
| virtual | ~UntypedFunctionMockerBase () |
| |
| bool | VerifyAndClearExpectationsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
| void | RegisterOwner (const void *mock_obj) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| void | SetOwnerAndName (const void *mock_obj, const char *name) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| const void * | MockObject () const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| const char * | Name () const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| UntypedActionResultHolderBase * | UntypedInvokeWith (const void *untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| | UntypedFunctionMockerBase () |
| |
| virtual | ~UntypedFunctionMockerBase () |
| |
| bool | VerifyAndClearExpectationsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
| void | RegisterOwner (const void *mock_obj) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| void | SetOwnerAndName (const void *mock_obj, const char *name) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| const void * | MockObject () const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| const char * | Name () const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| UntypedActionResultHolderBase * | UntypedInvokeWith (const void *untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| | UntypedFunctionMockerBase () |
| |
| virtual | ~UntypedFunctionMockerBase () |
| |
| bool | VerifyAndClearExpectationsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
| void | RegisterOwner (const void *mock_obj) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| void | SetOwnerAndName (const void *mock_obj, const char *name) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| const void * | MockObject () const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| const char * | Name () const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| UntypedActionResultHolderBase * | UntypedInvokeWith (const void *untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
|
| typedef ActionResultHolder< Result > | ResultHolder |
| |
| typedef ActionResultHolder< Result > | ResultHolder |
| |
| typedef ActionResultHolder< Result > | ResultHolder |
| |
| typedef std::vector< const void * > | UntypedOnCallSpecs |
| |
| typedef std::vector< internal::linked_ptr< ExpectationBase > > | UntypedExpectations |
| |
| typedef std::vector< const void * > | UntypedOnCallSpecs |
| |
| typedef std::vector< internal::linked_ptr< ExpectationBase > > | UntypedExpectations |
| |
| typedef std::vector< const void * > | UntypedOnCallSpecs |
| |
| typedef std::vector< internal::linked_ptr< ExpectationBase > > | UntypedExpectations |
| |
| Result | InvokeWith (const ArgumentTuple &args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| Result | InvokeWith (const ArgumentTuple &args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| Result | InvokeWith (const ArgumentTuple &args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| OnCallSpec< R() > & | AddNewOnCallSpec (const char *file, int line, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| OnCallSpec< R() > & | AddNewOnCallSpec (const char *file, int line, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| OnCallSpec< R() > & | AddNewOnCallSpec (const char *file, int line, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| TypedExpectation< R() > & | AddNewExpectation (const char *file, int line, const string &source_text, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| TypedExpectation< R() > & | AddNewExpectation (const char *file, int line, const string &source_text, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| TypedExpectation< R() > & | AddNewExpectation (const char *file, int line, const string &source_text, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
| |
| MockSpec< R() > & | current_spec () |
| |
| MockSpec< R() > & | current_spec () |
| |
| MockSpec< R() > & | current_spec () |
| |
| Expectation | GetHandleOf (ExpectationBase *exp) |
| |
| Expectation | GetHandleOf (ExpectationBase *exp) |
| |
| Expectation | GetHandleOf (ExpectationBase *exp) |
| |
| const void * | mock_obj_ |
| |
| const char * | name_ |
| |
| UntypedOnCallSpecs | untyped_on_call_specs_ |
| |
| UntypedExpectations | untyped_expectations_ |
| |
template<typename R>
class testing::internal::FunctionMocker< R()>
Definition at line 65 of file gmock-generated-function-mockers.h.