Searched refs:SetOwnerAndName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h | 427 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \ 451 GMOCK_MOCKER_(1, constness, Method).SetOwnerAndName(this, #Method); \ 479 GMOCK_MOCKER_(2, constness, Method).SetOwnerAndName(this, #Method); \ 512 GMOCK_MOCKER_(3, constness, Method).SetOwnerAndName(this, #Method); \ 551 GMOCK_MOCKER_(4, constness, Method).SetOwnerAndName(this, #Method); \ 595 GMOCK_MOCKER_(5, constness, Method).SetOwnerAndName(this, #Method); \ 644 GMOCK_MOCKER_(6, constness, Method).SetOwnerAndName(this, #Method); \ 698 GMOCK_MOCKER_(7, constness, Method).SetOwnerAndName(this, #Method); \ 758 GMOCK_MOCKER_(8, constness, Method).SetOwnerAndName(this, #Method); \ 823 GMOCK_MOCKER_(9, constness, Method).SetOwnerAndName(this, #Method); \ [all …]
|
| H A D | gmock-generated-function-mockers.h.pump | 200 GMOCK_MOCKER_($i, constness, Method).SetOwnerAndName(this, #Method); \
|
| H A D | gmock-spec-builders.h | 197 void SetOwnerAndName(const void* mock_obj, const char* name)
|
| /freebsd-12.1/contrib/googletest/googlemock/src/ |
| H A D | gmock-spec-builders.cc | 324 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName() function in testing::internal::UntypedFunctionMockerBase
|