Searched refs:HashKey (Results 1 - 25 of 103) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.h18 size_t HashKey(KeyType key) const function in struct:NodeHash
25 return HashKey(value->GetID());
/haiku/src/servers/package/
H A DPackage.h67 size_t HashKey(const char* key) const function in struct:PackageFileNameHashDefinition
74 return HashKey(value->FileName());
93 size_t HashKey(const node_ref& key) const function in struct:PackageNodeRefHashDefinition
100 return HashKey(value->NodeRef());
H A DPackageFile.h95 size_t HashKey(const entry_ref& key) const function in struct:PackageFileEntryRefHashDefinition
105 return HashKey(value->EntryRef());
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h111 size_t HashKey(const FUSEEntryRef& key) const function in struct:UserlandFS::FUSEEntryHashDefinition
115 { return HashKey(FUSEEntryRef(value->parent->id, value->name)); }
128 size_t HashKey(ino_t key) const function in struct:UserlandFS::FUSENodeHashDefinition
131 { return HashKey(value->id); }
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h19 size_t HashKey(const KeyType& key) const function in struct:UnixAddressHashDefinition
26 return HashKey(endpoint->Address());
/haiku/headers/private/package/hpkg/
H A DStrings.h58 size_t HashKey(const char* key) const function in struct:BPackageKit::BHPKG::BPrivate::CachedStringHashDefinition
65 return HashKey(value->string);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h67 size_t HashKey(const node_ref& key) const function in struct:PackagesDirectoryHashDefinition
74 return HashKey(value->NodeRef());
H A DPackageSettings.h128 size_t HashKey(const EntryKey& key) const function in struct:PackageSettingsItem::EntryHashDefinition
135 return HashKey(EntryKey(value->Parent(), value->Name()));
167 size_t HashKey(const StringKey& key) const function in struct:PackageSettingsItemHashDefinition
174 return HashKey(value->Name());
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h57 size_t HashKey(const void* key) const function in struct:HashedObjectCache::Definition
65 return HashKey(value->pages);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h27 size_t HashKey(KeyType key) const function in struct:RevokeHash
34 return HashKey(value->block);
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h70 size_t HashKey(uint64 key) const function in struct:TypeUnitTableHashDefinition
77 return HashKey(value->signature);
H A DAbbreviationTable.h79 size_t HashKey(uint32 key) const function in struct:AbbreviationTableHashDefinition
86 return HashKey(value->code);
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h36 size_t HashKey(const SubWindowKey& key) const function in struct:SubWindowManager::HashDefinition
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp60 size_t HashKey(const void* key) const function in struct:OriginalTableDefinition
67 return HashKey(value->originalFunction);
86 size_t HashKey(const void* key) const function in struct:PatchedTableDefinition
93 return HashKey(value->patchedFunction);
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.h34 size_t HashKey(SharedImage* key) const function in struct:SummaryImageHashDefinition
41 return HashKey(value->GetImage());
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNodeListener.h105 size_t HashKey(Node* key) const function in struct:NodeListenerHashDefinition
112 return HashKey(value->ListenedNode());
H A DNode.h151 size_t HashKey(const StringKey& key) const function in struct:NodeNameHashDefinition
177 size_t HashKey(ino_t key) const function in struct:NodeIDHashDefinition
184 return HashKey(value->ID());
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h89 size_t HashKey(uint64 key) const function in struct:Transaction::BlockInfoHashDefinition
96 return HashKey(value->indexAndCheckSum.blockIndex);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.h93 size_t HashKey(off_t key) const function in struct:CachedDataReader::LockerHashDefinition
100 return HashKey(value->Offset());
/haiku/src/system/kernel/
H A DTeamThreadTables.h150 size_t HashKey(id_type key) const function in struct:BKernel::TeamThreadTable::HashDefinition
157 return HashKey(value->id);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.h152 size_t HashKey(const EntryKey& key) const function in struct:PackageFS::PackageSettingsItem::EntryHashDefinition
159 return HashKey(EntryKey(value->Parent(), value->Name()));
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h44 size_t HashKey(const KeyType& key) const;
60 size_t HashKey(uint16 port) const;
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h83 size_t HashKey(const String& key) const function in struct:DependencyFamilyHashDefinition
H A DResolvableFamily.h60 size_t HashKey(const String& key) const function in struct:ResolvableFamilyHashDefinition
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp43 size_t HashKey(const BString& key) const function in struct:GlobalTypeCache::TypeEntryHashDefinitionByName
50 return HashKey(value->type->Name());
69 size_t HashKey(const BString& key) const function in struct:GlobalTypeCache::TypeEntryHashDefinitionByID
76 return HashKey(value->type->ID());

Completed in 111 milliseconds

12345