Home
last modified time | relevance | path

Searched refs:UntypedFunctionMockerBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc304 UntypedFunctionMockerBase::UntypedFunctionMockerBase() in UntypedFunctionMockerBase() function in testing::internal::UntypedFunctionMockerBase
307 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 …]
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h132 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; variable
1461 class FunctionMocker<R(Args...)> final : public UntypedFunctionMockerBase {