Home
last modified time | relevance | path

Searched refs:UnitTestImpl (Results 1 - 18 of 18) sorted by relevance

/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h465 // This is the default global test part result reporter used in UnitTestImpl.
466 // This class should only be used by UnitTestImpl.
470 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
476 UnitTestImpl* const unit_test_;
485 // UnitTestImpl. This class should only be used by UnitTestImpl.
489 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
495 UnitTestImpl* const unit_test_;
507 class GTEST_API_ UnitTestImpl { class
509 explicit UnitTestImpl(UnitTes
[all...]
H A Dgtest.cc906 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
919 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
1007 UnitTestImpl* unit_test)
1017 UnitTestImpl* unit_test)
1027 UnitTestImpl::GetGlobalTestPartResultReporter() {
1033 void UnitTestImpl::SetGlobalTestPartResultReporter(
1041 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
1046 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
1052 int UnitTestImpl::successful_test_suite_count() const {
1057 int UnitTestImpl
[all...]
H A Dgtest-death-test.cc523 // indirectly closed from the destructor of UnitTestImpl, causing double in Abort()
727 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
965 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
1388 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole()
1444 UnitTestImpl* const impl = GetUnitTestImpl(); in Create()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h466 // This is the default global test part result reporter used in UnitTestImpl.
467 // This class should only be used by UnitTestImpl.
471 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
477 UnitTestImpl* const unit_test_;
486 // UnitTestImpl. This class should only be used by UnitTestImpl.
490 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
496 UnitTestImpl* const unit_test_;
508 class GTEST_API_ UnitTestImpl { class
510 explicit UnitTestImpl(UnitTes
[all...]
H A Dgtest.cc923 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
936 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
1024 UnitTestImpl* unit_test)
1034 UnitTestImpl* unit_test)
1044 UnitTestImpl::GetGlobalTestPartResultReporter() {
1050 void UnitTestImpl::SetGlobalTestPartResultReporter(
1058 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
1063 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
1069 int UnitTestImpl::successful_test_suite_count() const {
1074 int UnitTestImpl
[all...]
H A Dgtest-death-test.cc527 // indirectly closed from the destructor of UnitTestImpl, causing double in Abort()
745 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()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h474 // This is the default global test part result reporter used in UnitTestImpl.
475 // This class should only be used by UnitTestImpl.
479 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
485 UnitTestImpl* const unit_test_;
491 // UnitTestImpl. This class should only be used by UnitTestImpl.
495 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
501 UnitTestImpl* const unit_test_;
510 class GTEST_API_ UnitTestImpl { class
512 explicit UnitTestImpl(UnitTes
[all...]
H A Dgtest.cc602 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
[all...]
H A Dgtest-death-test.cc522 // indirectly closed from the destructor of UnitTestImpl, causing double in Abort()
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()
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h202 class UnitTestImpl* GetUnitTestImpl();
460 friend class internal::UnitTestImpl;
615 friend class internal::UnitTestImpl;
763 friend class internal::UnitTestImpl;
1071 friend class internal::UnitTestImpl;
1271 internal::UnitTestImpl* impl() { return impl_; } in impl()
1272 const internal::UnitTestImpl* impl() const { return impl_; } in impl()
1283 friend internal::UnitTestImpl* internal::GetUnitTestImpl();
1309 internal::UnitTestImpl* impl_;
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h188 class UnitTestImpl* GetUnitTestImpl();
452 friend class internal::UnitTestImpl;
607 friend class internal::UnitTestImpl;
755 friend class internal::UnitTestImpl;
1067 friend class internal::UnitTestImpl;
1266 internal::UnitTestImpl* impl() { return impl_; } in impl()
1267 const internal::UnitTestImpl* impl() const { return impl_; } in impl()
1278 friend internal::UnitTestImpl* internal::GetUnitTestImpl();
1304 internal::UnitTestImpl* impl_;
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h177 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_;
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc98 UnitTestImpl* unit_test_impl_;
H A Dgtest_unittest.cc261 using testing::internal::UnitTestImpl;
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h120 class UnitTestImpl; // Opaque implementation of UnitTest
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h103 class UnitTestImpl; // Opaque implementation of UnitTest
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h119 class UnitTestImpl; // Opaque implementation of UnitTest
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp1221 testing::internal::UnitTestImpl *impl = testing::internal::GetUnitTestImpl(); in TestSuite()

Completed in 53 milliseconds