Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h506 TypeId GetTestSuiteTypeId() const override { return GetTypeId<TestSuite>(); } in GetTestSuiteTypeId()
678 if (test_suite_info->GetTestSuiteTypeId() != GetTypeId<TestSuite>()) { in GetTestSuitePatternHolder()
H A Dgtest-internal.h427 TypeId GetTypeId() { in GetTypeId() function
716 code_location, GetTypeId<FixtureClass>(),
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2369 ::testing::internal::GetTypeId<test_fixture>())
2453 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(), in RegisterTest()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc642 return GetTypeId<Test>(); in GetTestTypeId()