Home | History | Annotate | Download | only in gtest

Lines Matching defs:GetTypeId

7168 // GetTypeId<T>() returns the ID of type T.  Different values will be
7172 TypeId GetTypeId() {
7181 // of GetTypeId< ::testing::Test>() to get the type ID of
7340 GetTypeId<FixtureClass>(),
10393 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
10511 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
19477 // Note that we call GetTestTypeId() instead of GetTypeId<
19480 // a framework on Mac OS X. The bug causes GetTypeId<
19484 // value, as it always calls GetTypeId<>() from the Google Test
19524 ::testing::internal::GetTypeId<test_fixture>())