Home
last modified time | relevance | path

Searched refs:GetUnitTestImpl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-test-part.cc38 using internal::GetUnitTestImpl;
85 original_reporter_(GetUnitTestImpl()-> in HasNewFatalFailureHelper()
87 GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread(this); in HasNewFatalFailureHelper()
91 GetUnitTestImpl()->SetTestPartResultReporterForCurrentThread( in ~HasNewFatalFailureHelper()
H A Dgtest-death-test.cc290 GetUnitTestImpl()->internal_run_death_test_flag(); in DeathTestAbort()
370 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest()
382 return GetUnitTestImpl()->death_test_factory()->Create( in Create()
726 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
973 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
1151 GetUnitTestImpl()->listeners()->SuppressEventForwarding(); in AssumeRole()
1414 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
1470 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()
H A Dgtest.cc602 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()
615 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
2301 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in HasSameFixtureClass()
2466 if (internal::GetUnitTestImpl()->catch_exceptions()) { in HandleExceptionsInMethodIfSupported()
2501 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2527 return internal::GetUnitTestImpl()->current_test_result()-> in HasNonfatalFailure()
2589 GetUnitTestImpl()->AddTestInfo(set_up_tc, tear_down_tc, test_info); in MakeAndRegisterTestInfo()
2661 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
2798 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Run()
5325 *internal::GetUnitTestImpl()->current_test_result(); in RunAllTests()
[all …]
H A Dgtest-internal-inl.h950 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h176 class UnitTestImpl* GetUnitTestImpl();
1422 friend internal::UnitTestImpl* internal::GetUnitTestImpl();