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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc873 // This is the default global test part result reporter used in UnitTestImpl.
874 // This class should only be used by UnitTestImpl.
878 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
884 UnitTestImpl* const unit_test_;
890 // UnitTestImpl. This class should only be used by UnitTestImpl.
894 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
900 UnitTestImpl* const unit_test_;
909 class GTEST_API_ UnitTestImpl { class in namespace:testing::internal
911 explicit UnitTestImpl(UnitTes
5478 UnitTestImpl::UnitTestImpl(UnitTest* parent) function in class:testing::internal::UnitTestImpl
[all...]

Completed in 14 milliseconds