Home
last modified time | relevance | path

Searched refs:RegisterOwner (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h150 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
176 GMOCK_MOCKER_(1, constness, Method).RegisterOwner(this); \
205 GMOCK_MOCKER_(2, constness, Method).RegisterOwner(this); \
238 GMOCK_MOCKER_(3, constness, Method).RegisterOwner(this); \
275 GMOCK_MOCKER_(4, constness, Method).RegisterOwner(this); \
316 GMOCK_MOCKER_(5, constness, Method).RegisterOwner(this); \
361 GMOCK_MOCKER_(6, constness, Method).RegisterOwner(this); \
409 GMOCK_MOCKER_(7, constness, Method).RegisterOwner(this); \
461 GMOCK_MOCKER_(8, constness, Method).RegisterOwner(this); \
517 GMOCK_MOCKER_(9, constness, Method).RegisterOwner(this); \
[all …]
H A Dgmock-function-mocker.h123 GMOCK_MOCKER_(_N, _Constness, _MethodName).RegisterOwner(this); \
H A Dgmock-spec-builders.h193 void RegisterOwner(const void* mock_obj)
1866 mock_.RegisterOwner(this); in gmock_Call()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc313 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner() function in testing::internal::UntypedFunctionMockerBase