Home | History | Annotate | Download | only in gtest

Lines Matching defs:TypeId

544 // both the typeid and dynamic_cast features are present.
2254 GTEST_CHECK_(typeid(*base) == typeid(Derived));
3759 const char* const name = typeid(T).name();
3762 // gcc's implementation of typeid(T).name() mangles the type name,
7355 // unique IDs to fixture classes and compare them. The TypeId type is
7356 // used to hold such IDs. The user should treat TypeId as an opaque
7357 // type: the only operation allowed on TypeId values is to compare
7359 typedef const void* TypeId;
7377 TypeId GetTypeId() {
7390 GTEST_API_ TypeId GetTestTypeId();
7456 TypeId fixture_class_id,
10421 virtual TypeId GetTestCaseTypeId() const = 0;
10458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
18104 internal::TypeId fixture_class_id,
18115 internal::TypeId fixture_class_id,
18141 const internal::TypeId fixture_class_id_; // ID of the test fixture class