Searched refs:TypeId (Results 1 – 5 of 5) sorted by relevance
388 typedef const void* TypeId; typedef406 TypeId GetTypeId() { in GetTypeId()419 GTEST_API_ TypeId GetTestTypeId();485 TypeId fixture_class_id,
422 virtual TypeId GetTestCaseTypeId() const = 0;459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
683 internal::TypeId fixture_class_id,694 internal::TypeId fixture_class_id,720 const internal::TypeId fixture_class_id_; // ID of the test fixture class
594 TypeId GetTestTypeId() { in GetTestTypeId()600 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();1936 const internal::TypeId first_fixture_id = first_test_info->fixture_class_id_; in HasSameFixtureClass()1941 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_; in HasSameFixtureClass()2166 internal::TypeId fixture_class_id, in TestInfo()2206 TypeId fixture_class_id, in MakeAndRegisterTestInfo()
86 GTEST_API_ extern const TypeId kTestTypeIdInGoogleTest;