Home
last modified time | relevance | path

Searched refs:current_test_case (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1143 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function in testing::internal::UnitTestImpl
3431 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
5424 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
5427 return impl_->current_test_case(); in current_test_case()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h18553 const TestCase* current_test_case() const