Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h431 GMOCK_MOCKER_(0, constness, Method).RegisterOwner(this); \
458 GMOCK_MOCKER_(1, constness, Method).RegisterOwner(this); \
489 GMOCK_MOCKER_(2, constness, Method).RegisterOwner(this); \
525 GMOCK_MOCKER_(3, constness, Method).RegisterOwner(this); \
567 GMOCK_MOCKER_(4, constness, Method).RegisterOwner(this); \
614 GMOCK_MOCKER_(5, constness, Method).RegisterOwner(this); \
666 GMOCK_MOCKER_(6, constness, Method).RegisterOwner(this); \
723 GMOCK_MOCKER_(7, constness, Method).RegisterOwner(this); \
786 GMOCK_MOCKER_(8, constness, Method).RegisterOwner(this); \
854 GMOCK_MOCKER_(9, constness, Method).RegisterOwner(this); \
[all …]
H A Dgmock-generated-function-mockers.h.pump205 GMOCK_MOCKER_($i, constness, Method).RegisterOwner(this); \
H A Dgmock-spec-builders.h191 void RegisterOwner(const void* mock_obj)
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc312 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner() function in testing::internal::UntypedFunctionMockerBase