TypeEntry
struct TypeEntry;
TypeEntry* entry = fTypesByID->Clear(true);
TypeEntry* nextEntry = entry->fNextByID;
TypeEntry* typeEntry = fTypesByName->Lookup(name);
TypeEntry* typeEntry = fTypesByID->Lookup(id);
TypeEntry* typeEntry = new(std::nothrow) TypeEntry(type);
TypeEntry* fNextByName;
if (TypeEntry* typeEntry = fTypesByID->Lookup(type->ID())) {
TypeEntry* fNextByID;
TypeEntry* typeEntry = it.Next();) {
typedef TypeEntry ValueType;
size_t Hash(const TypeEntry* value) const
bool Compare(const BString& key, const TypeEntry* value) const
TypeEntry*& GetLink(TypeEntry* value) const
typedef TypeEntry ValueType;
size_t Hash(const TypeEntry* value) const
bool Compare(const BString& key, const TypeEntry* value) const
TypeEntry*& GetLink(TypeEntry* value) const
return entry->unit->TypeEntry();
DebugInfoEntry* TypeEntry() const;