Home
last modified time | relevance | path

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

/src/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc318 void UntypedFunctionMockerBase::RegisterOwner(const void* mock_obj) in RegisterOwner() function in testing::internal::UntypedFunctionMockerBase
/src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h185 void RegisterOwner(const void* mock_obj) GTEST_LOCK_EXCLUDED_(g_gmock_mutex);
1924 mock_.RegisterOwner(this); in gmock_Call()
H A Dgmock-function-mocker.h195 GMOCK_MOCKER_(_N, _Constness, _MethodName).RegisterOwner(this); \