Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h471 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
477 UnitTestImpl* const unit_test_;
490 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
496 UnitTestImpl* const unit_test_;
508 class GTEST_API_ UnitTestImpl {
510 explicit UnitTestImpl(UnitTest* parent);
511 virtual ~UnitTestImpl();
960 UnitTestImpl(const UnitTestImpl&) = delete;
961 UnitTestImpl& operator=(const UnitTestImpl&) = delete;
966 inline UnitTestImpl* GetUnitTestImpl() { in GetUnitTestImpl()
H A Dgtest.cc923 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in Init()
936 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); in ~ScopedFakeTestPartResultReporter()
1024 UnitTestImpl* unit_test) in DefaultGlobalTestPartResultReporter()
1034 UnitTestImpl* unit_test) in DefaultPerThreadTestPartResultReporter()
1044 UnitTestImpl::GetGlobalTestPartResultReporter() { in GetGlobalTestPartResultReporter()
1050 void UnitTestImpl::SetGlobalTestPartResultReporter( in SetGlobalTestPartResultReporter()
1058 UnitTestImpl::GetTestPartResultReporterForCurrentThread() { in GetTestPartResultReporterForCurrentThread()
1063 void UnitTestImpl::SetTestPartResultReporterForCurrentThread( in SetTestPartResultReporterForCurrentThread()
1069 int UnitTestImpl::successful_test_suite_count() const { in successful_test_suite_count()
1074 int UnitTestImpl::failed_test_suite_count() const { in failed_test_suite_count()
[all …]
H A Dgtest-death-test.cc745 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
953 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
1353 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
1409 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h189 class UnitTestImpl* GetUnitTestImpl();
453 friend class internal::UnitTestImpl;
608 friend class internal::UnitTestImpl;
756 friend class internal::UnitTestImpl;
1068 friend class internal::UnitTestImpl;
1267 internal::UnitTestImpl* impl() { return impl_; } in impl()
1268 const internal::UnitTestImpl* impl() const { return impl_; } in impl()
1279 friend internal::UnitTestImpl* internal::GetUnitTestImpl();
1305 internal::UnitTestImpl* impl_;
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h120 class UnitTestImpl; // Opaque implementation of UnitTest variable