Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc260 UntypedFunctionMockerBase::UntypedFunctionMockerBase() in UntypedFunctionMockerBase() function in testing::internal::UntypedFunctionMockerBase
263 UntypedFunctionMockerBase::~UntypedFunctionMockerBase() {} in ~UntypedFunctionMockerBase()
269 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner()
281 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName()
293 const void* UntypedFunctionMockerBase::MockObject() const in MockObject()
310 const char* UntypedFunctionMockerBase::Name() const in Name()
329 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) in UntypedInvokeWith()
439 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()
457 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked()
508 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h122 class GTEST_API_ UntypedFunctionMockerBase {
124 UntypedFunctionMockerBase();
125 virtual ~UntypedFunctionMockerBase();
388 friend class internal::UntypedFunctionMockerBase;
440 internal::UntypedFunctionMockerBase* mocker)
454 static void UnregisterLocked(internal::UntypedFunctionMockerBase* mocker)
511 friend class ::testing::internal::UntypedFunctionMockerBase;
712 friend class UntypedFunctionMockerBase; variable
1393 class FunctionMockerBase : public UntypedFunctionMockerBase {