Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h427 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 Dgmock-generated-function-mockers.h.pump200 GMOCK_MOCKER_($i, constness, Method).SetOwnerAndName(this, #Method); \
H A Dgmock-spec-builders.h197 void SetOwnerAndName(const void* mock_obj, const char* name)
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc324 void UntypedFunctionMockerBase::SetOwnerAndName(const void* mock_obj, in SetOwnerAndName() function in testing::internal::UntypedFunctionMockerBase