Home
last modified time | relevance | path

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 Dgmock-generated-function-mockers.h145 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 Dgmock-function-mocker.h113 .SetOwnerAndName(this, #_MethodName); \
H A Dgmock-spec-builders.h199 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 Dgmock-spec-builders.cc325 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName() function in testing::internal::UntypedFunctionMockerBase