Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc317 mock_obj_ = mock_obj; in RegisterOwner()
319 Mock::Register(mock_obj, this); in RegisterOwner()
331 mock_obj_ = mock_obj; in SetOwnerAndName()
339 const void* mock_obj; in MockObject() local
347 mock_obj = mock_obj_; in MockObject()
349 return mock_obj; in MockObject()
696 const void* mock_obj) in GetReactionOnUninterestingCalls() argument
727 ClearDefaultActionsLocked(mock_obj); in VerifyAndClear()
759 bool Mock::IsNaggy(void* mock_obj) in IsNaggy() argument
763 bool Mock::IsNice(void* mock_obj) in IsNice() argument
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h193 void RegisterOwner(const void* mock_obj)
385 static void AllowLeak(const void* mock_obj)
391 static bool VerifyAndClearExpectations(void* mock_obj)
397 static bool VerifyAndClear(void* mock_obj)
401 static bool IsNaggy(void* mock_obj)
404 static bool IsNice(void* mock_obj)
407 static bool IsStrict(void* mock_obj)
450 const void* mock_obj)
460 static void ClearDefaultActionsLocked(void* mock_obj)
465 const void* mock_obj,
[all …]