Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/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.cc1024 UnitTestImpl* unit_test) in DefaultGlobalTestPartResultReporter()
1034 UnitTestImpl* unit_test) in DefaultPerThreadTestPartResultReporter()
1121 int UnitTestImpl::total_test_count() const { in total_test_count()
5556 UnitTestImpl::UnitTestImpl(UnitTest* parent) in UnitTestImpl() function in testing::internal::UnitTestImpl
5585 UnitTestImpl::~UnitTestImpl() { in ~UnitTestImpl()
5628 void UnitTestImpl::ConfigureXmlOutput() { in ConfigureXmlOutput()
5672 void UnitTestImpl::PostFlagParsingInit() { in PostFlagParsingInit()
5749 TestSuite* UnitTestImpl::GetTestSuite( in GetTestSuite()
5797 bool UnitTestImpl::RunAllTests() { in RunAllTests()
6263 void UnitTestImpl::ShuffleTests() { in ShuffleTests()
[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()
/freebsd-14.2/contrib/googletest/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_;
/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc101 UnitTestImpl* unit_test_impl_;
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h120 class UnitTestImpl; // Opaque implementation of UnitTest variable