Home | History | Annotate | Download | only in internal

Lines Matching defs:TypeId

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