Home | History | Annotate | Download | only in ts

Lines Matching defs:GetTypeId

7434 // GetTypeId<T>() returns the ID of type T.  Different values will be
7438 TypeId GetTypeId() {
7447 // of GetTypeId< ::testing::Test>() to get the type ID of
7607 GetTypeId<FixtureClass>(),
10519 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
10637 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
20060 // Note that we call GetTestTypeId() instead of GetTypeId<
20063 // a framework on Mac OS X. The bug causes GetTypeId<
20067 // value, as it always calls GetTypeId<>() from the Google Test
20107 ::testing::internal::GetTypeId<test_fixture>())