Home | History | Annotate | Download | only in gtest

Lines Matching defs:TypeId

484 // both the typeid and dynamic_cast features are present.
2093 GTEST_CHECK_(typeid(*base) == typeid(Derived));
3475 const char* const name = typeid(T).name();
3478 // gcc's implementation of typeid(T).name() mangles the type name,
7150 // unique IDs to fixture classes and compare them. The TypeId type is
7151 // used to hold such IDs. The user should treat TypeId as an opaque
7152 // type: the only operation allowed on TypeId values is to compare
7154 typedef const void* TypeId;
7172 TypeId GetTypeId() {
7185 GTEST_API_ TypeId GetTestTypeId();
7250 TypeId fixture_class_id,
10356 virtual TypeId GetTestCaseTypeId() const = 0;
10393 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
17711 internal::TypeId fixture_class_id,
17721 internal::TypeId fixture_class_id,
17747 const internal::TypeId fixture_class_id_; // ID of the test fixture class