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

/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h55 typedef BOpenHashTable<TypeEntryHashDefinitionByID> IDTable; typedef in class:GlobalTypeCache
60 IDTable* fTypesByID;
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp141 fTypesByID = new(std::nothrow) IDTable;
237 for (IDTable::Iterator it = fTypesByID->GetIterator();

Completed in 34 milliseconds