Lines Matching refs:GetTestCase
488 const testing::TestCase *GetTestCase(int) const;
510 const testing::TestCase *FooUnitTest::GetTestCase(int) const {} in GetTestCase() function in FooUnitTest
533 using testing::UnitTest::GetTestCase;
554 using BarUnitTest::GetTestCase;
572 const testing::TestSuite *GetTestCase(int) const;
597 const TestSuite *GetTestCase(int) const;
609 (void)t.GetTestCase(0); in FuncUnitTest()
627 (void)t.GetTestCase(0); in unitTestInstantiationOnlyWarns()
636 #define UNIT_TEST_NAME_MACRO_REPLACE6 GetTestCase
646 #define UNIT_TEST_NAME_MACRO_WARN_ONLY6 testing::UnitTest().GetTestCase
664 (void)testing::UnitTest().GetTestCase(0); in unitTestCallAndReference()
683 (void)FooUnitTest().GetTestCase(0); in unitTestCallAndReference()
702 auto U6 = &testing::UnitTest::GetTestCase; in unitTestCallAndReference()
721 auto F6 = &FooUnitTest::GetTestCase; in unitTestCallAndReference()
741 (void)MyUnitTest().GetTestCase(0); in unitTestCallAndReference()