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

12345

/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h146 typedef thread_id KeyType; typedef in struct:ThreadHandlerHashDefinition
/haiku/headers/private/debugger/util/
H A DWorker.h171 typedef JobKey KeyType; typedef in struct:Worker::JobHashDefinition
/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
H A DSplayTree.h24 typedef xxx KeyType;
27 static const KeyType& GetKey(const NodeType* node);
30 static int Compare(const KeyType& key, const NodeType* node);
48 typedef typename Definition::KeyType Key;
355 typedef typename Definition::KeyType Key;
/haiku/headers/private/package/hpkg/
H A DStrings.h55 typedef const char* KeyType; typedef in struct:BPackageKit::BHPKG::BPrivate::CachedStringHashDefinition
/haiku/headers/private/shared/
H A DHashMap.h50 typedef Key KeyType; typedef in struct:BPrivate::HashMapTableDefinition
53 size_t HashKey(const KeyType& key) const
57 bool Compare(const KeyType& key, const ValueType* value) const
H A DHashSet.h47 typedef Key KeyType; typedef in struct:BPrivate::HashSetTableDefinition
50 size_t HashKey(const KeyType& key) const
54 bool Compare(const KeyType& key, const ValueType* value) const
/haiku/src/add-ons/kernel/file_systems/exfat/
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)
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)
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h103 typedef StringKey KeyType; typedef in struct:IndexHashDefinition
/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/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.h90 typedef off_t KeyType; typedef in struct:CachedDataReader::LockerHashDefinition
/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/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.h165 typedef StringDataKey KeyType; typedef in struct:StringDataHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h64 typedef const node_ref& KeyType; typedef in struct:PackagesDirectoryHashDefinition
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h53 typedef FSVNodeCapabilities KeyType; typedef in struct:VNodeOpsHashDefinition
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp26 typedef int32 KeyType; typedef in struct:HaikuKernelFileSystem::IORequestHashDefinition
43 typedef int32 KeyType; typedef in struct:HaikuKernelFileSystem::IORequestTable
59 typedef fs_vnode_ops* KeyType; typedef in struct:HaikuKernelFileSystem::NodeCapabilitiesHashDefinition
/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/network/stack/
H A Dinterfaces.h85 typedef const int KeyType; typedef in struct:DatalinkHashDefinition
92 size_t HashKey(const KeyType& key) const
102 bool Compare(const KeyType& key, domain_datalink* datalink) const
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h33 typedef SubWindowKey KeyType; typedef in struct:SubWindowManager::HashDefinition
/haiku/src/apps/debuganalyzer/model/
H A DModel.h579 typedef thread_id KeyType; typedef in struct:Model::ThreadSchedulingStateDefinition
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp159 typedef Key KeyType; typedef in struct:VariablesViewState::InfoEntryHashDefinition
H A DVariablesViewStateHistory.cpp80 typedef Key KeyType; typedef in struct:VariablesViewStateHistory::StateEntryHashDefinition

Completed in 232 milliseconds

12345