Searched refs:current_test_case (Results 1 – 5 of 5) sorted by relevance
472 testing::TestCase *current_test_case() const;518 using testing::UnitTest::current_test_case;539 using BarUnitTest::current_test_case;562 testing::TestSuite *current_test_case() const;592 TestSuite *current_test_case() const;604 (void)t.current_test_case(); in FuncUnitTest()617 (void)t.current_test_case(); in unitTestInstantiationOnlyWarns()668 (void)FooUnitTest().current_test_case(); in unitTestCallAndReference()706 auto F1 = &FooUnitTest::current_test_case; in unitTestCallAndReference()726 (void)MyUnitTest().current_test_case(); in unitTestCallAndReference()[all …]
37 TestCase *current_test_case() const;
49 TestCase *current_test_case() const;
1281 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
4947 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest