Home
last modified time | relevance | path

Searched defs:GetTestCase (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h599 const TestCase* GetTestCase(int i) const { return GetTestSuite(i); } in GetTestCase() function
659 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() function
H A Dgtest.cc4722 const TestCase* UnitTest::GetTestCase(int i) const { in GetTestCase() function in testing::UnitTest
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp510 const testing::TestCase *FooUnitTest::GetTestCase(int) const {} in GetTestCase() function in FooUnitTest