Home | History | Annotate | Download | only in internal

Lines Matching defs:TypeId

470 // unique IDs to fixture classes and compare them.  The TypeId type is
471 // used to hold such IDs. The user should treat TypeId as an opaque
472 // type: the only operation allowed on TypeId values is to compare
474 typedef const void* TypeId;
492 TypeId GetTypeId() {
505 GTEST_API_ TypeId GetTestTypeId();
570 TypeId fixture_class_id,