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

12345

/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h149 size_t HashKey(thread_id key) const function in struct:ThreadHandlerHashDefinition
156 return HashKey(value->ThreadID());
/haiku/headers/private/debugger/util/
H A DWorker.h174 size_t HashKey(const JobKey& key) const function in struct:Worker::JobHashDefinition
181 return HashKey(value->Key());
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h111 index = HashTable::fDefinition.HashKey(key)
/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/headers/private/shared/
H A DHashMap.h53 size_t HashKey(const KeyType& key) const function in struct:BPrivate::HashMapTableDefinition
56 { return HashKey(value->fKey); }
H A DHashSet.h50 size_t HashKey(const KeyType& key) const function in struct:BPrivate::HashSetTableDefinition
53 { return HashKey(value->fKey); }
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h106 size_t HashKey(const StringKey& key) const function in struct:IndexHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
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());
H A DNodeListener.h105 size_t HashKey(Node* key) const function in struct:NodeListenerHashDefinition
112 return HashKey(value->ListenedNode());
/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/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/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.h168 size_t HashKey(const StringDataKey& key) const function in struct:StringDataHashDefinition
/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());
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h56 size_t HashKey(const FSVNodeCapabilities& key) const function in struct:VNodeOpsHashDefinition
59 { return HashKey(value->capabilities); }
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp29 size_t HashKey(int32 key) const function in struct:HaikuKernelFileSystem::IORequestHashDefinition
46 size_t HashKey(int32 key) const function in struct:HaikuKernelFileSystem::IORequestTable
62 size_t HashKey(fs_vnode_ops* key) const function in struct:HaikuKernelFileSystem::NodeCapabilitiesHashDefinition
65 { return HashKey(value->ops); }
/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/src/add-ons/kernel/network/stack/
H A Dinterfaces.h92 size_t HashKey(const KeyType& key) const function in struct:DatalinkHashDefinition
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h36 size_t HashKey(const SubWindowKey& key) const function in struct:SubWindowManager::HashDefinition
/haiku/src/apps/debuganalyzer/model/
H A DModel.h582 size_t HashKey(thread_id key) const function in struct:Model::ThreadSchedulingStateDefinition
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp162 size_t HashKey(const Key& key) const function in struct:VariablesViewState::InfoEntryHashDefinition
H A DVariablesViewStateHistory.cpp83 size_t HashKey(const Key& key) const function in struct:VariablesViewStateHistory::StateEntryHashDefinition
90 return HashKey(*value);
/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/bin/package/
H A Dcommand_extract.cpp261 size_t HashKey(const char* key) const function in struct:Entry::ChildHashDefinition
268 return HashKey(value->Name());

Completed in 98 milliseconds

12345