Searched refs:fTypesByID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp98 fTypesByID(NULL)
109 if (fTypesByID != NULL) {
110 TypeEntry* entry = fTypesByID->Clear(true);
119 delete fTypesByID;
141 fTypesByID = new(std::nothrow) IDTable;
142 if (fTypesByID == NULL)
145 error = fTypesByID->Init();
187 TypeEntry* typeEntry = fTypesByID->Lookup(id);
198 if (fTypesByID->Lookup(id) != NULL
199 || (name.Length() > 0 && fTypesByID
[all...]
/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h60 IDTable* fTypesByID; member in class:GlobalTypeCache

Completed in 44 milliseconds