Searched refs:UnitTestImpl (Results 1 – 5 of 5) sorted by relevance
479 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);485 UnitTestImpl* const unit_test_;495 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);501 UnitTestImpl* const unit_test_;510 class GTEST_API_ UnitTestImpl {512 explicit UnitTestImpl(UnitTest* parent);513 virtual ~UnitTestImpl();945 GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl);950 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl()
602 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()615 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()705 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultGlobalTestPartResultReporter()714 UnitTestImpl* unit_test) : unit_test_(unit_test) {} in DefaultPerThreadTestPartResultReporter()723 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()729 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()737 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()742 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()748 int UnitTestImpl::successful_test_suite_count() const { in successful_test_suite_count()753 int UnitTestImpl::failed_test_suite_count() const { in failed_test_suite_count()[all …]
726 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()973 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()1414 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()1470 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()
177 class UnitTestImpl* GetUnitTestImpl();615 friend class internal::UnitTestImpl;769 friend class internal::UnitTestImpl;911 friend class internal::UnitTestImpl;1211 friend class internal::UnitTestImpl;1412 internal::UnitTestImpl* impl() { return impl_; } in impl()1413 const internal::UnitTestImpl* impl() const { return impl_; } in impl()1423 friend internal::UnitTestImpl* internal::GetUnitTestImpl();1451 internal::UnitTestImpl* impl_;
103 class UnitTestImpl; // Opaque implementation of UnitTest variable