Searched refs:UntypedFunctionMockerBase (Results 1 – 2 of 2) sorted by relevance
303 UntypedFunctionMockerBase::UntypedFunctionMockerBase() in UntypedFunctionMockerBase() function in testing::internal::UntypedFunctionMockerBase306 UntypedFunctionMockerBase::~UntypedFunctionMockerBase() {} in ~UntypedFunctionMockerBase()312 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner()324 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName()336 const void* UntypedFunctionMockerBase::MockObject() const in MockObject()353 const char* UntypedFunctionMockerBase::Name() const in Name()486 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()506 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked()564 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;765 internal::UntypedFunctionMockerBase* mocker) in Register()[all …]
129 class GTEST_API_ UntypedFunctionMockerBase {131 UntypedFunctionMockerBase();132 virtual ~UntypedFunctionMockerBase();402 friend class internal::UntypedFunctionMockerBase;457 internal::UntypedFunctionMockerBase* mocker)471 static void UnregisterLocked(internal::UntypedFunctionMockerBase* mocker)528 friend class ::testing::internal::UntypedFunctionMockerBase;729 friend class UntypedFunctionMockerBase; variable1469 class FunctionMockerBase : public UntypedFunctionMockerBase {