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

/haiku/src/kits/debugger/files/
H A DFileManager.h64 struct SourceFileEntry;
71 friend struct SourceFileEntry;
75 SourceFileEntry* _LookupSourceFile(const BString& path);
76 void _SourceFileUnused(SourceFileEntry* entry);
H A DFileManager.cpp482 // #pragma mark - SourceFileEntry
485 struct FileManager::SourceFileEntry : public SourceFileOwner { struct in class:FileManager
490 SourceFileEntry* next;
492 SourceFileEntry(FileManager* manager, const BString& path) function in struct:FileManager::SourceFileEntry
518 typedef SourceFileEntry ValueType;
525 size_t Hash(const SourceFileEntry* value) const
530 bool Compare(const BString& key, const SourceFileEntry* value) const
535 SourceFileEntry*& GetLink(SourceFileEntry* value) const
560 SourceFileEntry* entr
[all...]
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp86 // #pragma mark - SourceFileEntry
89 struct TeamDebugInfo::SourceFileEntry { struct in class:TeamDebugInfo
90 SourceFileEntry(LocatableFile* sourceFile) function in struct:TeamDebugInfo::SourceFileEntry
98 ~SourceFileEntry()
225 SourceFileEntry* fNext;
234 typedef SourceFileEntry ValueType;
241 size_t Hash(const SourceFileEntry* value) const
246 bool Compare(const LocatableFile* key, const SourceFileEntry* value) const
251 SourceFileEntry*& GetLink(SourceFileEntry* valu
[all...]
/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h96 struct SourceFileEntry;

Completed in 47 milliseconds