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();972 UnitTestImpl(const UnitTestImpl&) = delete;973 UnitTestImpl& operator=(const UnitTestImpl&) = delete;978 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl()
949 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()962 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()1050 UnitTestImpl* unit_test) in DefaultGlobalTestPartResultReporter()1060 UnitTestImpl* unit_test) in DefaultPerThreadTestPartResultReporter()1070 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()1076 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()1084 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()1089 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()1095 int UnitTestImpl::successful_test_suite_count() const { in successful_test_suite_count()1100 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