Searched refs:mock_obj (Results 1 – 4 of 4) sorted by relevance
322 mock_obj_ = mock_obj; in RegisterOwner()324 Mock::Register(mock_obj, this); in RegisterOwner()336 mock_obj_ = mock_obj; in SetOwnerAndName()344 const void* mock_obj; in MockObject() local352 mock_obj = mock_obj_; in MockObject()354 return mock_obj; in MockObject()606 mock_obj)]; in GetReactionOnUninterestingCalls()632 ClearDefaultActionsLocked(mock_obj); in VerifyAndClear()664 bool Mock::IsNaggy(void* mock_obj) in IsNaggy() argument668 bool Mock::IsNice(void* mock_obj) in IsNice() argument[all …]
370 static void AllowLeak(const void* mock_obj)376 static bool VerifyAndClearExpectations(void* mock_obj)382 static bool VerifyAndClear(void* mock_obj)386 static bool IsNaggy(void* mock_obj)389 static bool IsNice(void* mock_obj)392 static bool IsStrict(void* mock_obj)417 static void WarnUninterestingCalls(uintptr_t mock_obj)422 static void FailUninterestingCalls(uintptr_t mock_obj)427 static void UnregisterCallReaction(uintptr_t mock_obj)442 static void ClearDefaultActionsLocked(void* mock_obj)[all …]
200 // Verifies and removes the expectations on mock_obj;202 Mock::VerifyAndClearExpectations(&mock_obj);204 // Verifies and removes the expectations on mock_obj;207 Mock::VerifyAndClear(&mock_obj);219 Mock::AllowLeak(&mock_obj);
1170 When you do an `EXPECT_CALL(mock_obj, Foo(bar))`, gMock saves away a copy of1188 EXPECT_CALL(mock_obj, Foo(Eq(std::ref(bar))));1191 EXPECT_CALL(mock_obj, Foo(Lt(std::ref(bar))));