Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h525 TypeId GetTestSuiteTypeId() const override { return GetTypeId<TestSuite>(); } in GetTestSuiteTypeId()
709 if (test_suite_info->GetTestSuiteTypeId() != GetTypeId<TestSuite>()) { in GetTestSuitePatternHolder()
H A Dgtest-internal.h419 TypeId GetTypeId() { in GetTypeId() function
721 code_location, GetTypeId<FixtureClass>(),
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h2206 ::testing::internal::GetTypeId<test_fixture>())
2299 internal::CodeLocation(file, line), internal::GetTypeId<TestT>(), in GTEST_DISABLE_MSC_WARNINGS_POP_()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc962 TypeId GetTestTypeId() { return GetTypeId<Test>(); } in GetTestTypeId()