Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc308 UntypedFunctionMockerBase::UntypedFunctionMockerBase() in UntypedFunctionMockerBase() function in testing::internal::UntypedFunctionMockerBase
311 UntypedFunctionMockerBase::~UntypedFunctionMockerBase() {} in ~UntypedFunctionMockerBase()
317 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner()
329 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName()
341 const void* UntypedFunctionMockerBase::MockObject() const in MockObject()
358 const char* UntypedFunctionMockerBase::Name() const in Name()
376 UntypedActionResultHolderBase* UntypedFunctionMockerBase::UntypedInvokeWith( in UntypedInvokeWith()
505 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()
525 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked()
583 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
[all …]
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h138 class GTEST_API_ UntypedFunctionMockerBase {
140 UntypedFunctionMockerBase();
141 virtual ~UntypedFunctionMockerBase();
417 friend class internal::UntypedFunctionMockerBase;
470 internal::UntypedFunctionMockerBase* mocker)
484 static void UnregisterLocked(internal::UntypedFunctionMockerBase* mocker)
540 friend class ::testing::internal::UntypedFunctionMockerBase;
737 friend class UntypedFunctionMockerBase; variable
1460 class FunctionMocker<R(Args...)> final : public UntypedFunctionMockerBase {