Searched refs:EntryMap (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.h38 struct EntryMap;
44 EntryMap* fEntries;
H A DVolume.cpp83 // EntryMap
84 struct Volume::EntryMap : HashMap<EntryKey, Entry*> { struct in class:Volume
103 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) {
141 fEntries = new(std::nothrow) EntryMap;
282 EntryMap::Iterator it = fEntries->GetIterator();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.h83 typedef HashMap<HashString, VirtualDirEntry*> EntryMap; typedef in class:VirtualDir
87 EntryMap fEntries;
H A DShareVolume.h150 struct EntryMap;
233 EntryMap* fEntries; // local ID, name -> ShareDirEntry
H A DShareVolume.cpp108 // EntryMap
109 struct ShareVolume::EntryMap : HashMap<EntryKey, ShareDirEntry*> { struct in class:ShareVolume
208 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();)
264 fEntries = new(std::nothrow) EntryMap;
341 for (EntryMap::Iterator it = fEntries->GetIterator(); it.HasNext();) {
/haiku/src/bin/
H A Ddiff_zip.cpp188 for (EntryMap::iterator it = fEntries.begin(); it != fEntries.end();
228 EntryMap::const_iterator it = fEntries.find(entry->d_name);
262 for (EntryMap::const_iterator it = fEntries.begin();
270 typedef map<string, Node*> EntryMap; typedef in class:Directory
272 EntryMap fEntries;
/haiku/src/kits/storage/
H A DPathMonitor.cpp313 // EntryMap
342 typedef BOpenHashTable<EntryHashDefinition> EntryMap; typedef in namespace:__anon3
499 EntryMap::Iterator GetEntryIterator() const
517 EntryMap fEntries;
1823 for (EntryMap::Iterator it = directory->GetEntryIterator(); it.HasNext();)

Completed in 62 milliseconds