Home | History | Annotate | Download | only in internal

Lines Matching defs:TypeId

395 // unique IDs to fixture classes and compare them.  The TypeId type is
396 // used to hold such IDs. The user should treat TypeId as an opaque
397 // type: the only operation allowed on TypeId values is to compare
399 typedef const void* TypeId;
417 TypeId GetTypeId() {
430 GTEST_API_ TypeId GetTestTypeId();
496 TypeId fixture_class_id,