Home
last modified time | relevance | path

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/
Dgtest-all.cc1144 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
1145 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() function in testing::internal::UnitTestImpl
5432 const TestInfo* UnitTest::current_test_info() const in current_test_info() function in testing::UnitTest