Searched defs:current_test_info (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.cc1091 // current_test_info is NULL, the assertion results will be stored in
1144 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1145 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
3439 const TestInfo* const this_test_info = impl->current_test_info();
5432 const TestInfo* UnitTest::current_test_info() const
5435 return impl_->current_test_info();
6830 TestInfo* const info = GetUnitTestImpl()->current_test_info();
7182 const TestInfo* const info = impl->current_test_info();
7598 const TestInfo* const info = impl->current_test_info();
7653 const int death_test_index = impl->current_test_info()
[all...]

Completed in 2281 milliseconds