Home | History | Annotate | Download | only in internal

Lines Matching defs:TypeId

498 // unique IDs to fixture classes and compare them.  The TypeId type is
499 // used to hold such IDs. The user should treat TypeId as an opaque
500 // type: the only operation allowed on TypeId values is to compare
502 typedef const void* TypeId;
520 TypeId GetTypeId() {
533 GTEST_API_ TypeId GetTestTypeId();
598 TypeId fixture_class_id,