Searched refs:SetOwnerAndName (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-generated-function-mockers.h | 145 GMOCK_MOCKER_(0, constness, Method).SetOwnerAndName(this, #Method); \ 169 GMOCK_MOCKER_(1, constness, Method).SetOwnerAndName(this, #Method); \ 196 GMOCK_MOCKER_(2, constness, Method).SetOwnerAndName(this, #Method); \ 227 GMOCK_MOCKER_(3, constness, Method).SetOwnerAndName(this, #Method); \ 262 GMOCK_MOCKER_(4, constness, Method).SetOwnerAndName(this, #Method); \ 301 GMOCK_MOCKER_(5, constness, Method).SetOwnerAndName(this, #Method); \ 344 GMOCK_MOCKER_(6, constness, Method).SetOwnerAndName(this, #Method); \ 390 GMOCK_MOCKER_(7, constness, Method).SetOwnerAndName(this, #Method); \ 440 GMOCK_MOCKER_(8, constness, Method).SetOwnerAndName(this, #Method); \ 494 GMOCK_MOCKER_(9, constness, Method).SetOwnerAndName(this, #Method); \ [all …]
|
H A D | gmock-function-mocker.h | 113 .SetOwnerAndName(this, #_MethodName); \
|
H A D | gmock-spec-builders.h | 199 void SetOwnerAndName(const void* mock_obj, const char* name) 1861 mock_.SetOwnerAndName(this, "Call"); in Call()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 325 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName() function in testing::internal::UntypedFunctionMockerBase
|