Searched refs:EntryKey (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.h83 class EntryKey { class in class:PackageFS::PackageSettingsItem
85 EntryKey(Entry* parent, const char* name, size_t nameLength) function in class:PackageFS::PackageSettingsItem::EntryKey
93 EntryKey(Entry* parent, const char* name) function in class:PackageFS::PackageSettingsItem::EntryKey
149 typedef EntryKey KeyType;
152 size_t HashKey(const EntryKey& key) const
159 return HashKey(EntryKey(value->Parent(), value->Name()));
162 bool Compare(const EntryKey& key, const Entry* value) const
H A DPackageSettingsItem.cpp152 return fEntries.Lookup(EntryKey(parent, name));
160 return fEntries.Lookup(EntryKey(parent, name, nameLength));
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp22 // EntryKey
27 struct Volume::EntryKey { struct in class:Volume
28 EntryKey() {} function in struct:Volume::EntryKey
30 EntryKey(ino_t directoryID, const char* name) function in struct:Volume::EntryKey
36 EntryKey(Entry* entry) function in struct:Volume::EntryKey
42 EntryKey(const EntryKey& other) function in struct:Volume::EntryKey
56 EntryKey& operator=(const EntryKey& other)
63 bool operator==(const EntryKey
[all...]
H A DVolume.h37 struct EntryKey;
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h62 class EntryKey { class in class:PackageSettingsItem
64 EntryKey(Entry* parent, const char* name) function in class:PackageSettingsItem::EntryKey
72 EntryKey(Entry* parent, const String& name) function in class:PackageSettingsItem::EntryKey
125 typedef EntryKey KeyType;
128 size_t HashKey(const EntryKey& key) const
135 return HashKey(EntryKey(value->Parent(), value->Name()));
138 bool Compare(const EntryKey& key, const Entry* value) const
H A DPackageSettings.cpp124 return fEntries.Lookup(EntryKey(parent, name));
131 return fEntries.Lookup(EntryKey(parent, name));
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp53 // EntryKey
58 struct ShareVolume::EntryKey { struct in class:ShareVolume
59 EntryKey() {} function in struct:ShareVolume::EntryKey
61 EntryKey(ino_t directoryID, const char* name) function in struct:ShareVolume::EntryKey
67 EntryKey(const EntryKey& other) function in struct:ShareVolume::EntryKey
81 EntryKey& operator=(const EntryKey& other)
88 bool operator==(const EntryKey& other) const
99 bool operator!=(const EntryKey
[all...]
H A DShareVolume.h149 struct EntryKey;

Completed in 63 milliseconds