Lines Matching refs:GetUnitTestImpl

1334 inline UnitTestImpl* GetUnitTestImpl() {  in GetUnitTestImpl()  function
2029 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()
2042 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
3718 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass()
3883 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
3916 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
3936 return internal::GetUnitTestImpl()->current_test_result()->HasFatalFailure(); in HasFatalFailure()
3941 return internal::GetUnitTestImpl()->current_test_result()-> in HasNonfatalFailure()
4004 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info); in MakeAndRegisterTestInfo()
4086 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
4214 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
6429 return GetUnitTestImpl()->CurrentOsStackTraceExceptTop(skip_count + 1); in GetCurrentOsStackTraceExceptTop()
6808 GetUnitTestImpl()->PostFlagParsingInit(); in InitGoogleTestImpl()
7101 GetUnitTestImpl()->internal_run_death_test_flag(); in DeathTestAbort()
7181 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest()
7192 return GetUnitTestImpl()->death_test_factory()->Create( in Create()
7530 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
7699 GetUnitTestImpl()->listeners()->SuppressEventForwarding(); in AssumeRole()
7953 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
8008 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()
10228 using internal::GetUnitTestImpl;
10272 original_reporter_(GetUnitTestImpl()-> in HasNewFatalFailureHelper()
10274 GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread(this); in HasNewFatalFailureHelper()
10278 GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread( in ~HasNewFatalFailureHelper()