Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc641 TypeId GetTestTypeId() { in GetTestTypeId() function
647 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2316 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2318 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h440 GTEST_API_ TypeId GetTestTypeId();
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2332 ::testing::internal::GetTestTypeId())