Searched refs:SourceFileTable (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/files/
H A DFileManager.h68 typedef BOpenHashTable<SourceFileHashDefinition> SourceFileTable; typedef in class:FileManager
84 SourceFileTable* fSourceFiles;
H A DFileManager.cpp596 fSourceFiles = new(std::nothrow) SourceFileTable;
/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h102 typedef BOpenHashTable<SourceFileHashDefinition> SourceFileTable; typedef in class:TeamDebugInfo
116 SourceFileTable* fSourceFiles;
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp327 fSourceFiles = new(std::nothrow) SourceFileTable;

Completed in 44 milliseconds