Searched refs:HashKey32 (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/webpositive/support/
H A DHashKeys.h16 // HashKey32
18 struct HashKey32 {
19 HashKey32() {}
20 HashKey32(const Value& value) : value(value) {}
27 HashKey32<Value> operator=(const HashKey32<Value>& other)
33 bool operator==(const HashKey32<Value>& other) const
38 bool operator!=(const HashKey32<Value>& other) const
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.h13 class NodeHandleMap : HashMap<HashKey32<int32>, NodeHandle*>, Locker {
H A DVolumeManager.cpp111 struct VolumeManager::VolumeMap : HashMap<HashKey32<dev_t>, Volume*> {
116 : HashMap<HashKey32<int32>, ClientVolume*> {
H A DClientConnection.cpp92 : public SynchronizedHashMap<HashKey32<int32>, ClientVolume*> {
/haiku/src/kits/media/
H A DBufferCache.h37 typedef HashMap<HashKey32<media_buffer_id>, buffer_cache_entry> BufferMap;
/haiku/src/servers/media/
H A DBufferManager.h63 typedef HashMap<HashKey32<media_buffer_id>, buffer_info> BufferInfoMap;
64 typedef HashMap<HashKey32<area_id>, clone_info> CloneInfoMap;
65 typedef HashMap<HashKey32<area_id>, area_id> SourceInfoMap;
/haiku/headers/private/shared/
H A DHashMap.h243 // HashKey32
245 struct HashKey32 { struct in namespace:BPrivate
246 HashKey32() {} function in struct:BPrivate::HashKey32
247 HashKey32(const Value& value) : value(value) {} function in struct:BPrivate::HashKey32
254 HashKey32<Value> operator=(const HashKey32<Value>& other)
260 bool operator==(const HashKey32<Value>& other) const
265 bool operator!=(const HashKey32<Value>& other) const
502 using BPrivate::HashKey32;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DThreadLocal.cpp27 : public SynchronizedHashMap<HashKey32<thread_id>, void*> {
/haiku/src/servers/registrar/
H A DShutdownProcess.h97 typedef HashSet<HashKey32<team_id> > TeamHash;
H A DTRoster.h77 HashSet<HashKey32<team_id> >& vitalSystemApps);
H A DTRoster.cpp1407 AppInfoList& backgroundApps, HashSet<HashKey32<team_id> >& vitalSystemApps)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnection.cpp19 struct ServerConnection::VolumeMap : HashMap<HashKey32<int32>, ShareVolume*> {
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp27 struct Settings::IOCtlInfoMap : public HashMap<HashKey32<int>, IOCtlInfo*> {
/haiku/src/apps/drivesetup/
H A DDiskView.cpp37 using BPrivate::HashKey32;
446 typedef HashKey32<partition_id> PartitionKey;
/haiku/src/apps/terminal/
H A DTermView.h351 HashMap<HashKey32<int32>, const int32(*)[128]>
/haiku/src/add-ons/kernel/bus_managers/fdt/
H A Dfdt_module.cpp58 HashMap<HashKey32<int32>, device_node*> phandles;

Completed in 79 milliseconds