Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1141 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function in testing::internal::UnitTestImpl
3768 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
6256 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
6259 return impl_->current_test_case(); in current_test_case()
Dgtest.h20990 const TestCase* current_test_case() const