UnitTestImpl 7109 modules/ts/include/opencv2/ts/ts_gtest.h class UnitTestImpl; // Opaque implementation of UnitTest UnitTestImpl 17640 modules/ts/include/opencv2/ts/ts_gtest.h class UnitTestImpl* GetUnitTestImpl(); UnitTestImpl 18024 modules/ts/include/opencv2/ts/ts_gtest.h friend class internal::UnitTestImpl; UnitTestImpl 18161 modules/ts/include/opencv2/ts/ts_gtest.h friend class internal::UnitTestImpl; UnitTestImpl 18298 modules/ts/include/opencv2/ts/ts_gtest.h friend class internal::UnitTestImpl; UnitTestImpl 18550 modules/ts/include/opencv2/ts/ts_gtest.h friend class internal::UnitTestImpl; UnitTestImpl 18732 modules/ts/include/opencv2/ts/ts_gtest.h internal::UnitTestImpl* impl() { return impl_; } UnitTestImpl 18733 modules/ts/include/opencv2/ts/ts_gtest.h const internal::UnitTestImpl* impl() const { return impl_; } UnitTestImpl 18743 modules/ts/include/opencv2/ts/ts_gtest.h friend internal::UnitTestImpl* internal::GetUnitTestImpl(); UnitTestImpl 18771 modules/ts/include/opencv2/ts/ts_gtest.h internal::UnitTestImpl* impl_; UnitTestImpl 887 modules/ts/src/ts_gtest.cpp explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test); UnitTestImpl 893 modules/ts/src/ts_gtest.cpp UnitTestImpl* const unit_test_; UnitTestImpl 903 modules/ts/src/ts_gtest.cpp explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test); UnitTestImpl 909 modules/ts/src/ts_gtest.cpp UnitTestImpl* const unit_test_; UnitTestImpl 920 modules/ts/src/ts_gtest.cpp explicit UnitTestImpl(UnitTest* parent); UnitTestImpl 921 modules/ts/src/ts_gtest.cpp virtual ~UnitTestImpl(); UnitTestImpl 1341 modules/ts/src/ts_gtest.cpp GTEST_DISALLOW_COPY_AND_ASSIGN_(UnitTestImpl); UnitTestImpl 1346 modules/ts/src/ts_gtest.cpp inline UnitTestImpl* GetUnitTestImpl() { UnitTestImpl 2059 modules/ts/src/ts_gtest.cpp internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); UnitTestImpl 2072 modules/ts/src/ts_gtest.cpp internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); UnitTestImpl 2165 modules/ts/src/ts_gtest.cpp UnitTestImpl* unit_test) : unit_test_(unit_test) {} UnitTestImpl 2174 modules/ts/src/ts_gtest.cpp UnitTestImpl* unit_test) : unit_test_(unit_test) {} UnitTestImpl 2183 modules/ts/src/ts_gtest.cpp UnitTestImpl::GetGlobalTestPartResultReporter() { UnitTestImpl 2189 modules/ts/src/ts_gtest.cpp void UnitTestImpl::SetGlobalTestPartResultReporter( UnitTestImpl 2197 modules/ts/src/ts_gtest.cpp UnitTestImpl::GetTestPartResultReporterForCurrentThread() { UnitTestImpl 2202 modules/ts/src/ts_gtest.cpp void UnitTestImpl::SetTestPartResultReporterForCurrentThread( UnitTestImpl 2208 modules/ts/src/ts_gtest.cpp int UnitTestImpl::successful_test_case_count() const { UnitTestImpl 2213 modules/ts/src/ts_gtest.cpp int UnitTestImpl::failed_test_case_count() const { UnitTestImpl 2218 modules/ts/src/ts_gtest.cpp int UnitTestImpl::total_test_case_count() const { UnitTestImpl 2224 modules/ts/src/ts_gtest.cpp int UnitTestImpl::test_case_to_run_count() const { UnitTestImpl 2229 modules/ts/src/ts_gtest.cpp int UnitTestImpl::successful_test_count() const { UnitTestImpl 2234 modules/ts/src/ts_gtest.cpp int UnitTestImpl::failed_test_count() const { UnitTestImpl 2239 modules/ts/src/ts_gtest.cpp int UnitTestImpl::reportable_disabled_test_count() const { UnitTestImpl 2245 modules/ts/src/ts_gtest.cpp int UnitTestImpl::disabled_test_count() const { UnitTestImpl 2250 modules/ts/src/ts_gtest.cpp int UnitTestImpl::reportable_test_count() const { UnitTestImpl 2255 modules/ts/src/ts_gtest.cpp int UnitTestImpl::total_test_count() const { UnitTestImpl 2260 modules/ts/src/ts_gtest.cpp int UnitTestImpl::test_to_run_count() const { UnitTestImpl 2274 modules/ts/src/ts_gtest.cpp std::string UnitTestImpl::CurrentOsStackTraceExceptTop(int skip_count) { UnitTestImpl 3446 modules/ts/src/ts_gtest.cpp internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); UnitTestImpl 3644 modules/ts/src/ts_gtest.cpp internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); UnitTestImpl 3787 modules/ts/src/ts_gtest.cpp void UnitTestImpl::RegisterParameterizedTests() { UnitTestImpl 3804 modules/ts/src/ts_gtest.cpp internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); UnitTestImpl 3932 modules/ts/src/ts_gtest.cpp internal::UnitTestImpl* const impl = internal::GetUnitTestImpl(); UnitTestImpl 5436 modules/ts/src/ts_gtest.cpp &internal::UnitTestImpl::RunAllTests, UnitTestImpl 5477 modules/ts/src/ts_gtest.cpp impl_ = new internal::UnitTestImpl(this); UnitTestImpl 5502 modules/ts/src/ts_gtest.cpp UnitTestImpl::UnitTestImpl(UnitTest* parent) UnitTestImpl 5541 modules/ts/src/ts_gtest.cpp UnitTestImpl::~UnitTestImpl() { UnitTestImpl 5556 modules/ts/src/ts_gtest.cpp void UnitTestImpl::RecordProperty(const TestProperty& test_property) { UnitTestImpl 5576 modules/ts/src/ts_gtest.cpp void UnitTestImpl::SuppressTestEventsIfInSubprocess() { UnitTestImpl 5584 modules/ts/src/ts_gtest.cpp void UnitTestImpl::ConfigureXmlOutput() { UnitTestImpl 5599 modules/ts/src/ts_gtest.cpp void UnitTestImpl::ConfigureStreamingOutput() { UnitTestImpl 5620 modules/ts/src/ts_gtest.cpp void UnitTestImpl::PostFlagParsingInit() { UnitTestImpl 5681 modules/ts/src/ts_gtest.cpp TestCase* UnitTestImpl::GetTestCase(const char* test_case_name, UnitTestImpl 5730 modules/ts/src/ts_gtest.cpp bool UnitTestImpl::RunAllTests() { UnitTestImpl 5963 modules/ts/src/ts_gtest.cpp int UnitTestImpl::FilterTests(ReactionToSharding shard_tests) { UnitTestImpl 6045 modules/ts/src/ts_gtest.cpp void UnitTestImpl::ListTestsMatchingFilter() { UnitTestImpl 6087 modules/ts/src/ts_gtest.cpp void UnitTestImpl::set_os_stack_trace_getter( UnitTestImpl 6098 modules/ts/src/ts_gtest.cpp OsStackTraceGetterInterface* UnitTestImpl::os_stack_trace_getter() { UnitTestImpl 6108 modules/ts/src/ts_gtest.cpp TestResult* UnitTestImpl::current_test_result() { UnitTestImpl 6115 modules/ts/src/ts_gtest.cpp void UnitTestImpl::ShuffleTests() { UnitTestImpl 6130 modules/ts/src/ts_gtest.cpp void UnitTestImpl::UnshuffleTests() { UnitTestImpl 7218 modules/ts/src/ts_gtest.cpp const UnitTestImpl* const impl = GetUnitTestImpl(); UnitTestImpl 7636 modules/ts/src/ts_gtest.cpp const UnitTestImpl* const impl = GetUnitTestImpl(); UnitTestImpl 7691 modules/ts/src/ts_gtest.cpp UnitTestImpl* const impl = GetUnitTestImpl();