Home | History | Annotate | Download | only in gtest

Lines Matching defs:GetTypeId

7374 // GetTypeId<T>() returns the ID of type T.  Different values will be
7378 TypeId GetTypeId() {
7387 // of GetTypeId< ::testing::Test>() to get the type ID of
7547 GetTypeId<FixtureClass>(),
10459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
10577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
19997 // Note that we call GetTestTypeId() instead of GetTypeId<
20000 // a framework on Mac OS X. The bug causes GetTypeId<
20004 // value, as it always calls GetTypeId<>() from the Google Test
20044 ::testing::internal::GetTypeId<test_fixture>())