Searched refs:UnitTestImpl (Results 1 – 6 of 6) sorted by relevance
472 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);478 UnitTestImpl* const unit_test_;491 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);497 UnitTestImpl* const unit_test_;509 class GTEST_API_ UnitTestImpl {511 explicit UnitTestImpl(UnitTest* parent);512 virtual ~UnitTestImpl();976 UnitTestImpl(const UnitTestImpl&) = delete;977 UnitTestImpl& operator=(const UnitTestImpl&) = delete;982 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl()
961 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()974 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()1062 UnitTestImpl* unit_test) in DefaultGlobalTestPartResultReporter()1072 UnitTestImpl* unit_test) in DefaultPerThreadTestPartResultReporter()1082 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()1088 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()1096 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()1101 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()1107 int UnitTestImpl::successful_test_suite_count() const { in successful_test_suite_count()1112 int UnitTestImpl::failed_test_suite_count() const { in failed_test_suite_count()[all …]
747 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()955 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()1355 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()1411 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()
188 class UnitTestImpl* GetUnitTestImpl();452 friend class internal::UnitTestImpl;607 friend class internal::UnitTestImpl;755 friend class internal::UnitTestImpl;1067 friend class internal::UnitTestImpl;1280 internal::UnitTestImpl* impl() { return impl_; } in impl()1281 const internal::UnitTestImpl* impl() const { return impl_; } in impl()1294 friend internal::UnitTestImpl* internal::GetUnitTestImpl();1320 internal::UnitTestImpl* impl_;
103 UnitTestImpl* unit_test_impl_;
119 class UnitTestImpl; // Opaque implementation of UnitTest variable