Searched refs:UntypedFunctionMockerBase (Results 1 – 2 of 2) sorted by relevance
304 UntypedFunctionMockerBase::UntypedFunctionMockerBase() in UntypedFunctionMockerBase() function in testing::internal::UntypedFunctionMockerBase307 UntypedFunctionMockerBase::~UntypedFunctionMockerBase() {} in ~UntypedFunctionMockerBase()313 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner()325 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName()337 const void* UntypedFunctionMockerBase::MockObject() const in MockObject()354 const char* UntypedFunctionMockerBase::Name() const in Name()485 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()505 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked()563 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;774 internal::UntypedFunctionMockerBase* mocker) in Register()[all …]
132 class GTEST_API_ UntypedFunctionMockerBase {134 UntypedFunctionMockerBase();135 virtual ~UntypedFunctionMockerBase();411 friend class internal::UntypedFunctionMockerBase;466 internal::UntypedFunctionMockerBase* mocker)480 static void UnregisterLocked(internal::UntypedFunctionMockerBase* mocker)533 friend class ::testing::internal::UntypedFunctionMockerBase;730 friend class UntypedFunctionMockerBase; variable1461 class FunctionMocker<R(Args...)> final : public UntypedFunctionMockerBase {