Symbol: HashKey32
headers/private/shared/HashMap.h
246
HashKey32() {}
headers/private/shared/HashMap.h
247
HashKey32(const Value& value) : value(value) {}
headers/private/shared/HashMap.h
254
HashKey32<Value> operator=(const HashKey32<Value>& other)
headers/private/shared/HashMap.h
260
bool operator==(const HashKey32<Value>& other) const
headers/private/shared/HashMap.h
265
bool operator!=(const HashKey32<Value>& other) const
headers/private/shared/HashMap.h
502
using BPrivate::HashKey32;
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.h
53
HashMap<HashKey32<int32>, TeamListItem*> fItemMap;
src/add-ons/kernel/bus_managers/fdt/fdt_module.cpp
58
HashMap<HashKey32<int32>, device_node*> phandles;
src/add-ons/kernel/file_systems/netfs/client/ServerConnection.cpp
19
struct ServerConnection::VolumeMap : HashMap<HashKey32<int32>, ShareVolume*> {
src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp
92
: public SynchronizedHashMap<HashKey32<int32>, ClientVolume*> {
src/add-ons/kernel/file_systems/netfs/server/NodeHandleMap.h
13
class NodeHandleMap : HashMap<HashKey32<int32>, NodeHandle*>, Locker {
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
111
struct VolumeManager::VolumeMap : HashMap<HashKey32<dev_t>, Volume*> {
src/add-ons/kernel/file_systems/netfs/server/VolumeManager.cpp
116
: HashMap<HashKey32<int32>, ClientVolume*> {
src/add-ons/kernel/file_systems/netfs/shared/ThreadLocal.cpp
27
: public SynchronizedHashMap<HashKey32<thread_id>, void*> {
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/Settings.cpp
27
struct Settings::IOCtlInfoMap : public HashMap<HashKey32<int>, IOCtlInfo*> {
src/apps/drivesetup/DiskView.cpp
37
using BPrivate::HashKey32;
src/apps/drivesetup/DiskView.cpp
446
typedef HashKey32<partition_id> PartitionKey;
src/apps/terminal/TermView.h
353
HashMap<HashKey32<int32>, const int32(*)[128]>
src/apps/terminal/TerminalBuffer.h
89
typedef HashMap<HashKey32<int32>, HyperLink*> HyperLinkRefMap;
src/kits/media/BufferCache.h
37
typedef HashMap<HashKey32<media_buffer_id>, buffer_cache_entry> BufferMap;
src/servers/media/BufferManager.h
63
typedef HashMap<HashKey32<media_buffer_id>, buffer_info> BufferInfoMap;
src/servers/media/BufferManager.h
64
typedef HashMap<HashKey32<area_id>, clone_info> CloneInfoMap;
src/servers/media/BufferManager.h
65
typedef HashMap<HashKey32<area_id>, area_id> SourceInfoMap;
src/servers/registrar/ShutdownProcess.h
97
typedef HashSet<HashKey32<team_id> > TeamHash;
src/servers/registrar/TRoster.cpp
1382
AppInfoList& backgroundApps, HashSet<HashKey32<team_id> >& vitalSystemApps)
src/servers/registrar/TRoster.h
77
HashSet<HashKey32<team_id> >& vitalSystemApps);