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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc270 UntypedFunctionMockerBase::UntypedFunctionMockerBase()
273 UntypedFunctionMockerBase::~UntypedFunctionMockerBase() {}
279 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj)
291 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj,
303 const void* UntypedFunctionMockerBase::MockObject() const
320 const char* UntypedFunctionMockerBase::Name() const
339 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args)
449 Expectation UntypedFunctionMockerBase
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h126 class GTEST_API_ UntypedFunctionMockerBase { class in namespace:testing::internal
128 UntypedFunctionMockerBase();
129 virtual ~UntypedFunctionMockerBase();
242 }; // class UntypedFunctionMockerBase
393 friend class internal::UntypedFunctionMockerBase;
448 internal::UntypedFunctionMockerBase* mocker)
462 static void UnregisterLocked(internal::UntypedFunctionMockerBase* mocker)
519 friend class ::testing::internal::UntypedFunctionMockerBase;
720 friend class UntypedFunctionMockerBase;
1456 class FunctionMockerBase : public UntypedFunctionMockerBase {
[all...]

Completed in 9 milliseconds