Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc260 UntypedFunctionMockerBase::UntypedFunctionMockerBase() in UntypedFunctionMockerBase() function in testing::internal::UntypedFunctionMockerBase
263 UntypedFunctionMockerBase::~UntypedFunctionMockerBase() {} in ~UntypedFunctionMockerBase()
270 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) { in RegisterOwner()
282 void UntypedFunctionMockerBase::SetOwnerAndName( in SetOwnerAndName()
294 const void* UntypedFunctionMockerBase::MockObject() const { in MockObject()
311 const char* UntypedFunctionMockerBase::Name() const { in Name()
330 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) { in UntypedInvokeWith()
438 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()
457 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() { in VerifyAndClearExpectationsLocked()
493 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
[all …]
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h122 class UntypedFunctionMockerBase {
124 UntypedFunctionMockerBase();
125 virtual ~UntypedFunctionMockerBase();
384 friend class internal::UntypedFunctionMockerBase;
436 internal::UntypedFunctionMockerBase* mocker);
450 static void UnregisterLocked(internal::UntypedFunctionMockerBase* mocker);
506 friend class ::testing::internal::UntypedFunctionMockerBase;
707 friend class UntypedFunctionMockerBase; variable
1385 class FunctionMockerBase : public UntypedFunctionMockerBase {