Home
last modified time | relevance | path

Searched refs:GetTestTypeId (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc962 TypeId GetTestTypeId() { return GetTypeId<Test>(); } in GetTestTypeId() function
966 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2520 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2522 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h432 GTEST_API_ TypeId GetTestTypeId();
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h2171 ::testing::internal::GetTestTypeId())