Home | History | Annotate | Download | only in internal

Lines Matching defs:TypeId

464 // unique IDs to fixture classes and compare them.  The TypeId type is
465 // used to hold such IDs. The user should treat TypeId as an opaque
466 // type: the only operation allowed on TypeId values is to compare
468 typedef const void* TypeId;
486 TypeId GetTypeId() {
499 GTEST_API_ TypeId GetTestTypeId();
564 TypeId fixture_class_id,