Symbol: TypeEntry
headers/private/debugger/debug_info/GlobalTypeLookup.h
50
struct TypeEntry;
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
109
TypeEntry* entry = fTypesByID->Clear(true);
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
111
TypeEntry* nextEntry = entry->fNextByID;
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
156
TypeEntry* typeEntry = fTypesByName->Lookup(name);
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
186
TypeEntry* typeEntry = fTypesByID->Lookup(id);
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
202
TypeEntry* typeEntry = new(std::nothrow) TypeEntry(type);
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
21
TypeEntry* fNextByName;
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
218
if (TypeEntry* typeEntry = fTypesByID->Lookup(type->ID())) {
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
22
TypeEntry* fNextByID;
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
237
TypeEntry* typeEntry = it.Next();) {
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
40
typedef TypeEntry ValueType;
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
47
size_t Hash(const TypeEntry* value) const
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
52
bool Compare(const BString& key, const TypeEntry* value) const
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
57
TypeEntry*& GetLink(TypeEntry* value) const
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
66
typedef TypeEntry ValueType;
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
73
size_t Hash(const TypeEntry* value) const
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
78
bool Compare(const BString& key, const TypeEntry* value) const
src/kits/debugger/debug_info/GlobalTypeLookup.cpp
83
TypeEntry*& GetLink(TypeEntry* value) const
src/kits/debugger/dwarf/DwarfFile.cpp
3129
return entry->unit->TypeEntry();
src/kits/debugger/dwarf/TypeUnit.h
39
DebugInfoEntry* TypeEntry() const;