Searched refs:KeyType (Results 51 - 75 of 108) sorted by relevance

12345

/haiku/src/kits/debugger/model/
H A DStackFrameValueInfos.cpp82 typedef Key KeyType; typedef in struct:StackFrameValueInfos::InfoEntryHashDefinition
/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/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h53 typedef FSVNodeCapabilities KeyType; typedef in struct:VNodeOpsHashDefinition
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp159 typedef Key KeyType; typedef in struct:VariablesViewState::InfoEntryHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h171 typedef const char* KeyType; typedef in struct:PackageFileNameHashDefinition
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp35 typedef const void* KeyType; typedef in struct:ConditionVariableHashDefinition
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp92 typedef addr_t KeyType; typedef in class:MemoryHashDefinition
97 size_t HashKey(const KeyType &base) const
101 bool Compare(const KeyType &base, aperture_memory *memory) const
162 typedef int32 KeyType; typedef in class:ApertureHashDefinition
165 size_t HashKey(const KeyType &id) const
169 bool Compare(const KeyType &id, Aperture *aperture) const
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp102 typedef chain_key KeyType; typedef in struct:ChainHash
108 size_t HashKey(KeyType key) const
120 bool Compare(KeyType key, ValueType* chain) const
137 typedef int KeyType; typedef in struct:FamilyHash
140 size_t HashKey(KeyType key) const
150 bool Compare(KeyType key, ValueType* family) const
/haiku/src/system/kernel/
H A Dmodule.cpp162 typedef entry* KeyType; typedef in struct:Module::NodeHashDefinition
170 size_t HashKey(KeyType key) const
175 bool Compare(KeyType key, ValueType* entry) const
280 typedef const char* KeyType; typedef in struct:Module::ModuleHash
288 size_t HashKey(KeyType key) const
293 bool Compare(KeyType key, ValueType* module) const
305 typedef const char* KeyType; typedef in struct:Module::ImageHash
313 size_t HashKey(KeyType key) const
318 bool Compare(KeyType key, ValueType* image) const
/haiku/headers/private/kernel/util/
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/src/system/boot/loader/
H A Dheap.cpp143 typedef FreeChunkKey KeyType; typedef in struct:FreeChunkTreeDefinition
217 typedef void* KeyType; typedef in struct:LargeAllocationHashDefinition
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp145 ConnectionHashDefinition::HashKey(const KeyType& key) const
160 ConnectionHashDefinition::Compare(const KeyType& key,
/haiku/src/kits/package/
H A DPackageInfoSet.cpp57 typedef const char* KeyType; typedef in struct:BPackageKit::BPackageInfoSet::PackageInfoHashDefinition
/haiku/src/system/kernel/slab/
H A DMemoryManager.h117 typedef addr_t KeyType; typedef in struct:MemoryManager::AreaHashDefinition
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp48 typedef team_id KeyType; typedef in struct:__anon1948::AddressSpaceHashDefinition
/haiku/src/system/runtime_loader/
H A Dheap.cpp137 typedef FreeChunkKey KeyType; typedef in struct:FreeChunkTreeDefinition
/haiku/headers/private/kernel/
H A DNotifications.h234 typedef const char* KeyType; typedef in struct:NotificationManager::HashDefinition
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp117 typedef ipv6_packet_key KeyType; typedef in struct:FragmentHashDefinition
120 size_t HashKey(const KeyType& key) const
131 bool Compare(const KeyType& key, ValueType* value) const
164 typedef std::pair<const in6_addr*, uint32> KeyType; typedef in struct:MulticastStateHash
167 size_t HashKey(const KeyType &key) const;
171 bool Compare(const KeyType &key, ValueType* value) const
502 MulticastStateHash::HashKey(const KeyType &key) const
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp102 typedef ipv4_packet_key KeyType; typedef in struct:FragmentHashDefinition
105 size_t HashKey(const KeyType& key) const
115 bool Compare(const KeyType& key, ValueType* value) const
146 typedef std::pair<const in_addr* , uint32> KeyType; typedef in struct:MulticastStateHash
149 size_t HashKey(const KeyType &key) const
154 bool Compare(const KeyType &key, ValueType* value) const
/haiku/src/kits/debugger/files/
H A DFileManager.cpp82 typedef EntryPath KeyType; typedef in struct:FileManager::EntryHashDefinition
517 typedef BString KeyType; typedef in struct:FileManager::SourceFileHashDefinition
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp41 typedef const FunctionInstance* KeyType; typedef in struct:TeamDebugInfo::FunctionHashDefinition
233 typedef const LocatableFile* KeyType; typedef in struct:TeamDebugInfo::SourceFileHashDefinition
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp250 typedef int KeyType; typedef in struct:__anon2::MessageQueueHashTableDefinition
312 typedef key_t KeyType; typedef in struct:__anon2::IpcHashTableDefinition
/haiku/headers/private/kernel/vm/
H A DVMCache.h47 typedef page_num_t KeyType; typedef in struct:VMCachePagesTreeDefinition
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp162 typedef ino_t* KeyType; typedef in struct:__anon1::DirectoryNodeHashDefinition
225 typedef const char* KeyType; typedef in struct:__anon1::DriverHash
228 size_t HashKey(KeyType key) const
238 bool Compare(KeyType key, ValueType* driver) const

Completed in 254 milliseconds

12345