Searched refs:RegisterOwner (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h | 150 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 D | gmock-function-mocker.h | 123 GMOCK_MOCKER_(_N, _Constness, _MethodName).RegisterOwner(this); \
|
| H A D | gmock-spec-builders.h | 193 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 D | gmock-spec-builders.cc | 313 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner() function in testing::internal::UntypedFunctionMockerBase
|