Searched refs:KeyType (Results 1 - 25 of 108) sorted by relevance

12345

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.h15 typedef ino_t KeyType; typedef in struct:NodeHash
18 size_t HashKey(KeyType key) const
28 bool Compare(KeyType key, ValueType* value) const
H A DDirectoryEntryTable.h23 typedef Key KeyType; typedef in struct:DirectoryEntryHash
26 size_t HashKey(KeyType key) const
36 bool Compare(KeyType key, ValueType* value) const
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h16 typedef UnixAddress KeyType; typedef in struct:UnixAddressHashDefinition
19 size_t HashKey(const KeyType& key) const
29 bool Compare(const KeyType& key, UnixEndpoint* endpoint) const
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h24 typedef uint32 KeyType; typedef in struct:RevokeHash
27 size_t HashKey(KeyType key) const
37 bool Compare(KeyType key, ValueType* value) const
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h41 typedef struct node_key KeyType; typedef in struct:NodeTreeDefinition
44 static KeyType GetKey(const NodeType* node)
54 static int Compare(KeyType key, const NodeType* node)
66 typedef ino_t KeyType; typedef in struct:InoTreeDefinition
69 static KeyType GetKey(const NodeType* node)
79 static int Compare(KeyType key, const NodeType* node)
H A DInode.h190 typedef ino_t KeyType; typedef in struct:InodesInoTreeDefinition
193 static KeyType GetKey(const NodeType* node)
203 static int Compare(KeyType key, const NodeType* node)
218 typedef cluster_t KeyType; typedef in struct:InodesClusterTreeDefinition
221 static KeyType GetKey(const NodeType* node)
231 static int Compare(KeyType key, const NodeType* node)
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h34 typedef std::pair<const sockaddr*, const sockaddr*> KeyType; typedef in struct:ConnectionHashDefinition
44 size_t HashKey(const KeyType& key) const;
46 bool Compare(const KeyType& key,
57 typedef uint16 KeyType; typedef in class:EndpointHashDefinition
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h33 typedef SubWindowKey KeyType; typedef in struct:SubWindowManager::HashDefinition
/haiku/src/servers/package/
H A DPackage.h64 typedef const char* KeyType; typedef in struct:PackageFileNameHashDefinition
90 typedef node_ref KeyType; typedef in struct:PackageNodeRefHashDefinition
H A DPackageFile.h92 typedef entry_ref KeyType; typedef in struct:PackageFileEntryRefHashDefinition
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h31 typedef typename Definition::KeyType KeyType; typedef in class:MultiHashTable
106 ValueIterator Lookup(const KeyType &key) const
/haiku/src/system/kernel/debug/
H A DBreakpointManager.h75 typedef addr_t KeyType; typedef in struct:BreakpointManager::InstalledBreakpointSplayDefinition
78 static const KeyType& GetKey(const InstalledBreakpoint* node)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h108 typedef FUSEEntryRef KeyType; typedef in struct:UserlandFS::FUSEEntryHashDefinition
125 typedef ino_t KeyType; typedef in struct:UserlandFS::FUSENodeHashDefinition
/haiku/headers/private/package/hpkg/
H A DStrings.h55 typedef const char* KeyType; typedef in struct:BPackageKit::BHPKG::BPrivate::CachedStringHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h64 typedef const node_ref& KeyType; typedef in struct:PackagesDirectoryHashDefinition
H A DPackageSettings.h125 typedef EntryKey KeyType; typedef in struct:PackageSettingsItem::EntryHashDefinition
164 typedef StringKey KeyType; typedef in struct:PackageSettingsItemHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h80 typedef String KeyType; typedef in struct:DependencyFamilyHashDefinition
H A DResolvableFamily.h57 typedef String KeyType; typedef in struct:ResolvableFamilyHashDefinition
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h42 typedef const void* KeyType; typedef in struct:HashedObjectCache::Definition
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h67 typedef uint64 KeyType; typedef in struct:TypeUnitTableHashDefinition
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp67 typedef node_ref KeyType; typedef in struct:NodeHash
70 size_t HashKey(KeyType key) const
80 bool Compare(KeyType key, ValueType* node) const
169 typedef node_ref KeyType; typedef in struct:PrefetchHash
172 size_t HashKey(KeyType key) const
182 bool Compare(KeyType key, ValueType* session) const
198 typedef team_id KeyType; typedef in struct:SessionHash
201 size_t HashKey(KeyType key) const
211 bool Compare(KeyType key, ValueType* session) const
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h148 typedef StringKey KeyType; typedef in struct:NodeNameHashDefinition
174 typedef ino_t KeyType; typedef in struct:NodeIDHashDefinition
H A DNodeListener.h102 typedef Node* KeyType; typedef in struct:NodeListenerHashDefinition
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp57 typedef const void* KeyType; typedef in struct:OriginalTableDefinition
83 typedef const void* KeyType; typedef in struct:PatchedTableDefinition
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.h31 typedef SharedImage* KeyType; typedef in struct:SummaryImageHashDefinition

Completed in 6094 milliseconds

12345