Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
testing::internal::UntypedFunctionMockerBase Class Referenceabstract

#include <gmock.h>

Inheritance diagram for testing::internal::UntypedFunctionMockerBase:
Inheritance graph
[legend]

Public Member Functions

virtual void ClearDefaultActionsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)=0
 
virtual void ClearDefaultActionsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)=0
 
const void * MockObject () const 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)
 
const char * Name () const GTEST_LOCK_EXCLUDED_(g_gmock_mutex)
 
void RegisterOwner (const void *mock_obj) GTEST_LOCK_EXCLUDED_(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)
 
void SetOwnerAndName (const void *mock_obj, const char *name) GTEST_LOCK_EXCLUDED_(g_gmock_mutex)
 
virtual void UntypedDescribeUninterestingCall (const void *untyped_args,::std::ostream *os) const GTEST_LOCK_EXCLUDED_(g_gmock_mutex)=0
 
virtual void UntypedDescribeUninterestingCall (const void *untyped_args,::std::ostream *os) const GTEST_LOCK_EXCLUDED_(g_gmock_mutex)=0
 
virtual const ExpectationBaseUntypedFindMatchingExpectation (const void *untyped_args, const void **untyped_action, bool *is_excessive,::std::ostream *what,::std::ostream *why) GTEST_LOCK_EXCLUDED_(g_gmock_mutex)=0
 
virtual const ExpectationBaseUntypedFindMatchingExpectation (const void *untyped_args, const void **untyped_action, bool *is_excessive,::std::ostream *what,::std::ostream *why) GTEST_LOCK_EXCLUDED_(g_gmock_mutex)=0
 
 UntypedFunctionMockerBase ()
 
 UntypedFunctionMockerBase ()
 
const UntypedActionResultHolderBaseUntypedInvokeWith (const void *untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex)
 
const UntypedActionResultHolderBaseUntypedInvokeWith (const void *untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex)
 
virtual UntypedActionResultHolderBaseUntypedPerformAction (const void *untyped_action, const void *untyped_args) const =0
 
virtual UntypedActionResultHolderBaseUntypedPerformAction (const void *untyped_action, const void *untyped_args) const =0
 
virtual UntypedActionResultHolderBaseUntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const =0
 
virtual UntypedActionResultHolderBaseUntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const =0
 
virtual void UntypedPrintArgs (const void *untyped_args,::std::ostream *os) const =0
 
virtual void UntypedPrintArgs (const void *untyped_args,::std::ostream *os) const =0
 
bool VerifyAndClearExpectationsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)
 
bool VerifyAndClearExpectationsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)
 
virtual ~UntypedFunctionMockerBase ()
 
virtual ~UntypedFunctionMockerBase ()
 

Protected Types

typedef std::vector< internal::linked_ptr< ExpectationBase > > UntypedExpectations
 
typedef std::vector< internal::linked_ptr< ExpectationBase > > UntypedExpectations
 
typedef std::vector< const void * > UntypedOnCallSpecs
 
typedef std::vector< const void * > UntypedOnCallSpecs
 

Protected Member Functions

Expectation GetHandleOf (ExpectationBase *exp)
 
Expectation GetHandleOf (ExpectationBase *exp)
 

Protected Attributes

const void * mock_obj_
 
const char * name_
 
UntypedExpectations untyped_expectations_
 
UntypedOnCallSpecs untyped_on_call_specs_
 

Detailed Description

Definition at line 9473 of file fused-src/gmock/gmock.h.

Member Typedef Documentation

Definition at line 225 of file gmock-spec-builders.h.

Definition at line 9570 of file fused-src/gmock/gmock.h.

typedef std::vector<const void *> testing::internal::UntypedFunctionMockerBase::UntypedOnCallSpecs
protected

Definition at line 222 of file gmock-spec-builders.h.

typedef std::vector<const void *> testing::internal::UntypedFunctionMockerBase::UntypedOnCallSpecs
protected

Definition at line 9567 of file fused-src/gmock/gmock.h.

Constructor & Destructor Documentation

testing::internal::UntypedFunctionMockerBase::UntypedFunctionMockerBase ( )

Definition at line 10710 of file gmock-gtest-all.cc.

testing::internal::UntypedFunctionMockerBase::~UntypedFunctionMockerBase ( )
virtual

Definition at line 10713 of file gmock-gtest-all.cc.

testing::internal::UntypedFunctionMockerBase::UntypedFunctionMockerBase ( )
virtual testing::internal::UntypedFunctionMockerBase::~UntypedFunctionMockerBase ( )
virtual

Member Function Documentation

virtual void testing::internal::UntypedFunctionMockerBase::ClearDefaultActionsLocked ( )
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual void testing::internal::UntypedFunctionMockerBase::ClearDefaultActionsLocked ( )
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

Expectation testing::internal::UntypedFunctionMockerBase::GetHandleOf ( ExpectationBase exp)
protected
Expectation testing::internal::UntypedFunctionMockerBase::GetHandleOf ( ExpectationBase exp)
protected

Definition at line 10889 of file gmock-gtest-all.cc.

const void* testing::internal::UntypedFunctionMockerBase::MockObject ( ) const
const void * testing::internal::UntypedFunctionMockerBase::MockObject ( ) const

Definition at line 10743 of file gmock-gtest-all.cc.

const char* testing::internal::UntypedFunctionMockerBase::Name ( ) const
const char * testing::internal::UntypedFunctionMockerBase::Name ( ) const

Definition at line 10760 of file gmock-gtest-all.cc.

void testing::internal::UntypedFunctionMockerBase::RegisterOwner ( const void *  mock_obj)
void testing::internal::UntypedFunctionMockerBase::RegisterOwner ( const void *  mock_obj)

Definition at line 10719 of file gmock-gtest-all.cc.

void testing::internal::UntypedFunctionMockerBase::SetOwnerAndName ( const void *  mock_obj,
const char *  name 
)
void testing::internal::UntypedFunctionMockerBase::SetOwnerAndName ( const void *  mock_obj,
const char *  name 
)

Definition at line 10731 of file gmock-gtest-all.cc.

virtual void testing::internal::UntypedFunctionMockerBase::UntypedDescribeUninterestingCall ( const void *  untyped_args,
::std::ostream *  os 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual void testing::internal::UntypedFunctionMockerBase::UntypedDescribeUninterestingCall ( const void *  untyped_args,
::std::ostream *  os 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual const ExpectationBase* testing::internal::UntypedFunctionMockerBase::UntypedFindMatchingExpectation ( const void *  untyped_args,
const void **  untyped_action,
bool *  is_excessive,
::std::ostream *  what,
::std::ostream *  why 
)
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual const ExpectationBase* testing::internal::UntypedFunctionMockerBase::UntypedFindMatchingExpectation ( const void *  untyped_args,
const void **  untyped_action,
bool *  is_excessive,
::std::ostream *  what,
::std::ostream *  why 
)
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

const UntypedActionResultHolderBase* testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith ( const void *  untyped_args)
const UntypedActionResultHolderBase * testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith ( const void *  untyped_args)

Definition at line 10779 of file gmock-gtest-all.cc.

virtual UntypedActionResultHolderBase* testing::internal::UntypedFunctionMockerBase::UntypedPerformAction ( const void *  untyped_action,
const void *  untyped_args 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual UntypedActionResultHolderBase* testing::internal::UntypedFunctionMockerBase::UntypedPerformAction ( const void *  untyped_action,
const void *  untyped_args 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual UntypedActionResultHolderBase* testing::internal::UntypedFunctionMockerBase::UntypedPerformDefaultAction ( const void *  untyped_args,
const string call_description 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual UntypedActionResultHolderBase* testing::internal::UntypedFunctionMockerBase::UntypedPerformDefaultAction ( const void *  untyped_args,
const string call_description 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual void testing::internal::UntypedFunctionMockerBase::UntypedPrintArgs ( const void *  untyped_args,
::std::ostream *  os 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

virtual void testing::internal::UntypedFunctionMockerBase::UntypedPrintArgs ( const void *  untyped_args,
::std::ostream *  os 
) const
pure virtual

Implemented in testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< F >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, and testing::internal::FunctionMockerBase< R(A1, A2)>.

bool testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked ( )
bool testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked ( )

Definition at line 10907 of file gmock-gtest-all.cc.

Member Data Documentation

const void * testing::internal::UntypedFunctionMockerBase::mock_obj_
protected

Definition at line 9579 of file fused-src/gmock/gmock.h.

const char * testing::internal::UntypedFunctionMockerBase::name_
protected

Definition at line 9583 of file fused-src/gmock/gmock.h.

UntypedExpectations testing::internal::UntypedFunctionMockerBase::untyped_expectations_
protected

Definition at line 9589 of file fused-src/gmock/gmock.h.

UntypedOnCallSpecs testing::internal::UntypedFunctionMockerBase::untyped_on_call_specs_
protected

Definition at line 9586 of file fused-src/gmock/gmock.h.


The documentation for this class was generated from the following files:


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:11