GNU Radio's DSD Package
testing::internal::UntypedFunctionMockerBase Class Referenceabstract

#include <gmock-spec-builders.h>

Inheritance diagram for testing::internal::UntypedFunctionMockerBase:
testing::internal::FunctionMockerBase< R()> testing::internal::FunctionMockerBase< R() > testing::internal::FunctionMockerBase< R(A1)> testing::internal::FunctionMockerBase< R(A1) > testing::internal::FunctionMockerBase< R(A1, A2)> testing::internal::FunctionMockerBase< R(A1, A2) > testing::internal::FunctionMockerBase< R(A1, A2, A3)> testing::internal::FunctionMockerBase< R(A1, A2, A3) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)> 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) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) > testing::internal::FunctionMockerBase< R()> testing::internal::FunctionMockerBase< R() > testing::internal::FunctionMockerBase< R(A1)> testing::internal::FunctionMockerBase< R(A1) > testing::internal::FunctionMockerBase< R(A1, A2)> testing::internal::FunctionMockerBase< R(A1, A2) > testing::internal::FunctionMockerBase< R(A1, A2, A3)> testing::internal::FunctionMockerBase< R(A1, A2, A3) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5)> 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) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) > testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)> testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) > testing::internal::FunctionMockerBase< F > testing::internal::FunctionMockerBase< F >

Public Member Functions

 UntypedFunctionMockerBase ()
virtual ~UntypedFunctionMockerBase ()
bool VerifyAndClearExpectationsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)
virtual void ClearDefaultActionsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)=0
virtual UntypedActionResultHolderBaseUntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const =0
virtual UntypedActionResultHolderBaseUntypedPerformAction (const void *untyped_action, const void *untyped_args) const =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 void UntypedPrintArgs (const void *untyped_args, ::std::ostream *os) const =0
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)
const UntypedActionResultHolderBaseUntypedInvokeWith (const void *untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex)
 UntypedFunctionMockerBase ()
virtual ~UntypedFunctionMockerBase ()
bool VerifyAndClearExpectationsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)
virtual void ClearDefaultActionsLocked () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex)=0
virtual UntypedActionResultHolderBaseUntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const =0
virtual UntypedActionResultHolderBaseUntypedPerformAction (const void *untyped_action, const void *untyped_args) const =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 void UntypedPrintArgs (const void *untyped_args, ::std::ostream *os) const =0
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)
const UntypedActionResultHolderBaseUntypedInvokeWith (const void *untyped_args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex)

Protected Types

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

Protected Member Functions

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

Protected Attributes

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

Member Typedef Documentation

◆ UntypedExpectations [1/2]

◆ UntypedExpectations [2/2]

◆ UntypedOnCallSpecs [1/2]

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

◆ UntypedOnCallSpecs [2/2]

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

Constructor & Destructor Documentation

◆ UntypedFunctionMockerBase() [1/2]

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

◆ ~UntypedFunctionMockerBase() [1/2]

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

◆ UntypedFunctionMockerBase() [2/2]

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

◆ ~UntypedFunctionMockerBase() [2/2]

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

Member Function Documentation

◆ ClearDefaultActionsLocked() [1/2]

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

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

References ClearDefaultActionsLocked(), and GTEST_EXCLUSIVE_LOCK_REQUIRED_.

Referenced by ClearDefaultActionsLocked().

◆ ClearDefaultActionsLocked() [2/2]

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

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

References ClearDefaultActionsLocked(), and GTEST_EXCLUSIVE_LOCK_REQUIRED_.

◆ GetHandleOf() [1/2]

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

References GetHandleOf().

Referenced by GetHandleOf().

◆ GetHandleOf() [2/2]

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

◆ MockObject() [1/2]

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

◆ MockObject() [2/2]

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

◆ Name() [1/2]

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

References GTEST_LOCK_EXCLUDED_, and Name().

Referenced by Name().

◆ Name() [2/2]

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

References GTEST_LOCK_EXCLUDED_, and Name().

◆ RegisterOwner() [1/2]

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

References GTEST_LOCK_EXCLUDED_, and RegisterOwner().

Referenced by RegisterOwner().

◆ RegisterOwner() [2/2]

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

◆ SetOwnerAndName() [1/2]

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

References GTEST_LOCK_EXCLUDED_, and SetOwnerAndName().

Referenced by SetOwnerAndName().

◆ SetOwnerAndName() [2/2]

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

◆ UntypedDescribeUninterestingCall() [1/2]

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

◆ UntypedDescribeUninterestingCall() [2/2]

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

◆ UntypedFindMatchingExpectation() [1/2]

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

◆ UntypedFindMatchingExpectation() [2/2]

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

◆ UntypedInvokeWith() [1/2]

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

◆ UntypedInvokeWith() [2/2]

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

◆ UntypedPerformAction() [1/2]

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< F >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, 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)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, and testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>.

References UntypedPerformAction().

Referenced by UntypedPerformAction().

◆ UntypedPerformAction() [2/2]

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< F >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, 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)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, and testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>.

References UntypedPerformAction().

◆ UntypedPerformDefaultAction() [1/2]

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< F >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, 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)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, and testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>.

References UntypedPerformDefaultAction().

Referenced by UntypedPerformDefaultAction().

◆ UntypedPerformDefaultAction() [2/2]

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< F >, testing::internal::FunctionMockerBase< R() >, testing::internal::FunctionMockerBase< R()>, testing::internal::FunctionMockerBase< R(A1) >, testing::internal::FunctionMockerBase< R(A1)>, testing::internal::FunctionMockerBase< R(A1, A2) >, testing::internal::FunctionMockerBase< R(A1, A2)>, testing::internal::FunctionMockerBase< R(A1, A2, A3) >, testing::internal::FunctionMockerBase< R(A1, A2, A3)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5) >, 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)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9) >, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>, testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) >, and testing::internal::FunctionMockerBase< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>.

References UntypedPerformDefaultAction().

◆ UntypedPrintArgs() [1/2]

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

References UntypedPrintArgs().

Referenced by UntypedPrintArgs().

◆ UntypedPrintArgs() [2/2]

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

References UntypedPrintArgs().

◆ VerifyAndClearExpectationsLocked() [1/2]

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

◆ VerifyAndClearExpectationsLocked() [2/2]

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

Member Data Documentation

◆ mock_obj_

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

Referenced by GetHandleOf().

◆ name_

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

Referenced by GetHandleOf().

◆ untyped_expectations_

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

◆ untyped_on_call_specs_


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