|
GNU Radio's DSD Package
|
#include <gmock-spec-builders.h>
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 UntypedActionResultHolderBase * | UntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const =0 |
| virtual UntypedActionResultHolderBase * | UntypedPerformAction (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 ExpectationBase * | UntypedFindMatchingExpectation (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 UntypedActionResultHolderBase * | UntypedInvokeWith (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 UntypedActionResultHolderBase * | UntypedPerformDefaultAction (const void *untyped_args, const string &call_description) const =0 |
| virtual UntypedActionResultHolderBase * | UntypedPerformAction (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 ExpectationBase * | UntypedFindMatchingExpectation (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 UntypedActionResultHolderBase * | UntypedInvokeWith (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_ |
|
protected |
|
protected |
|
protected |
|
protected |
| testing::internal::UntypedFunctionMockerBase::UntypedFunctionMockerBase | ( | ) |
|
virtual |
| testing::internal::UntypedFunctionMockerBase::UntypedFunctionMockerBase | ( | ) |
|
virtual |
|
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().
|
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_.
|
protected |
References GetHandleOf().
Referenced by GetHandleOf().
|
protected |
References GetHandleOf(), mock_obj_, name_, untyped_expectations_, and untyped_on_call_specs_.
| const void * testing::internal::UntypedFunctionMockerBase::MockObject | ( | ) | const |
| const void * testing::internal::UntypedFunctionMockerBase::MockObject | ( | ) | const |
References GTEST_LOCK_EXCLUDED_, and MockObject().
| const char * testing::internal::UntypedFunctionMockerBase::Name | ( | ) | const |
References GTEST_LOCK_EXCLUDED_, and Name().
Referenced by Name().
| const char * testing::internal::UntypedFunctionMockerBase::Name | ( | ) | const |
References GTEST_LOCK_EXCLUDED_, and Name().
| void testing::internal::UntypedFunctionMockerBase::RegisterOwner | ( | const void * | mock_obj | ) |
References GTEST_LOCK_EXCLUDED_, and RegisterOwner().
Referenced by RegisterOwner().
| void testing::internal::UntypedFunctionMockerBase::RegisterOwner | ( | const void * | mock_obj | ) |
References GTEST_LOCK_EXCLUDED_, and RegisterOwner().
| void testing::internal::UntypedFunctionMockerBase::SetOwnerAndName | ( | const void * | mock_obj, |
| const char * | name ) |
References GTEST_LOCK_EXCLUDED_, and SetOwnerAndName().
Referenced by SetOwnerAndName().
| void testing::internal::UntypedFunctionMockerBase::SetOwnerAndName | ( | const void * | mock_obj, |
| const char * | name ) |
References GTEST_LOCK_EXCLUDED_, and SetOwnerAndName().
|
pure virtual |
References GTEST_LOCK_EXCLUDED_, and UntypedDescribeUninterestingCall().
Referenced by UntypedDescribeUninterestingCall().
|
pure virtual |
References GTEST_LOCK_EXCLUDED_, and UntypedDescribeUninterestingCall().
|
pure virtual |
References GTEST_LOCK_EXCLUDED_, and UntypedFindMatchingExpectation().
Referenced by UntypedFindMatchingExpectation().
|
pure virtual |
References GTEST_LOCK_EXCLUDED_, and UntypedFindMatchingExpectation().
| const UntypedActionResultHolderBase * testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith | ( | const void * | untyped_args | ) |
References GTEST_LOCK_EXCLUDED_, and UntypedInvokeWith().
Referenced by testing::internal::FunctionMockerBase< F >::InvokeWith(), and UntypedInvokeWith().
| const UntypedActionResultHolderBase * testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith | ( | const void * | untyped_args | ) |
References GTEST_LOCK_EXCLUDED_, and UntypedInvokeWith().
|
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().
|
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().
|
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().
|
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().
|
pure virtual |
References UntypedPrintArgs().
Referenced by UntypedPrintArgs().
|
pure virtual |
References UntypedPrintArgs().
| bool testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked | ( | ) |
References GTEST_EXCLUSIVE_LOCK_REQUIRED_.
Referenced by testing::internal::FunctionMockerBase< F >::~FunctionMockerBase().
| bool testing::internal::UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked | ( | ) |
References GTEST_EXCLUSIVE_LOCK_REQUIRED_.
|
protected |
Referenced by GetHandleOf().
|
protected |
Referenced by GetHandleOf().
|
protected |
Referenced by testing::internal::FunctionMockerBase< F >::AddNewExpectation(), and GetHandleOf().
|
protected |