Searched refs:mock_obj (Results 1 – 4 of 4) sorted by relevance
316 mock_obj_ = mock_obj; in RegisterOwner()318 Mock::Register(mock_obj, this); in RegisterOwner()330 mock_obj_ = mock_obj; in SetOwnerAndName()338 const void* mock_obj; in MockObject() local346 mock_obj = mock_obj_; in MockObject()348 return mock_obj; in MockObject()700 const void* mock_obj) in GetReactionOnUninterestingCalls() argument710 void Mock::AllowLeak(const void* mock_obj) in AllowLeak() argument728 bool Mock::VerifyAndClear(void* mock_obj) in VerifyAndClear() argument731 ClearDefaultActionsLocked(mock_obj); in VerifyAndClear()[all …]
191 void RegisterOwner(const void* mock_obj)386 static void AllowLeak(const void* mock_obj)392 static bool VerifyAndClearExpectations(void* mock_obj)398 static bool VerifyAndClear(void* mock_obj)425 static void WarnUninterestingCalls(const void* mock_obj)430 static void FailUninterestingCalls(const void* mock_obj)435 static void UnregisterCallReaction(const void* mock_obj)441 const void* mock_obj)451 static void ClearDefaultActionsLocked(void* mock_obj)456 const void* mock_obj,[all …]
533 // Verifies and removes the expectations on mock_obj;535 Mock::VerifyAndClearExpectations(&mock_obj);537 // Verifies and removes the expectations on mock_obj;540 Mock::VerifyAndClear(&mock_obj);546 Mock::AllowLeak(&mock_obj);
979 When you do an `EXPECT_CALL(mock_obj, Foo(bar))`, Google Mock saves999 EXPECT_CALL(mock_obj, Foo(Eq(ByRef(bar))));1002 EXPECT_CALL(mock_obj, Foo(Lt(ByRef(bar))));