Home | History | Annotate | Download | only in src

Lines Matching refs:UntypedFunctionMockerBase

260 UntypedFunctionMockerBase::UntypedFunctionMockerBase()
263 UntypedFunctionMockerBase::~UntypedFunctionMockerBase() {}
270 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) {
282 void UntypedFunctionMockerBase::SetOwnerAndName(
294 const void* UntypedFunctionMockerBase::MockObject() const {
311 const char* UntypedFunctionMockerBase::Name() const {
330 UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) {
438 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) {
457 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() {
493 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
687 internal::UntypedFunctionMockerBase* mocker) {
720 void Mock::UnregisterLocked(internal::UntypedFunctionMockerBase* mocker) {