Searched refs:HashKey64 (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/webpositive/support/
H A DHashKeys.h47 // HashKey64
49 struct HashKey64 {
50 HashKey64() {}
51 HashKey64(const Value& value) : value(value) {}
59 HashKey64<Value> operator=(const HashKey64<Value>& other)
65 bool operator==(const HashKey64<Value>& other) const
70 bool operator!=(const HashKey64<Value>& other) const
/haiku/headers/private/shared/
H A DHashMap.h274 // HashKey64
276 struct HashKey64 { struct in namespace:BPrivate
277 HashKey64() {} function in struct:BPrivate::HashKey64
278 HashKey64(const Value& value) : value(value) {} function in struct:BPrivate::HashKey64
286 HashKey64<Value> operator=(const HashKey64<Value>& other)
292 bool operator==(const HashKey64<Value>& other) const
297 bool operator!=(const HashKey64<Value>& other) const
503 using BPrivate::HashKey64;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp20 struct QueryManager::IteratorMap : HashMap<HashKey64<vnode_id>, IteratorList*> {
H A DVolumeManager.cpp18 struct VolumeManager::NodeIDVolumeMap : HashMap<HashKey64<vnode_id>, Volume*> {
H A DShareVolume.cpp50 struct ShareVolume::NodeMap : HashMap<HashKey64<ino_t>, ShareNode*> {
117 struct ShareVolume::RemoteNodeIDMap : HashMap<HashKey64<ino_t>, NodeID> {
141 : HashMap<HashKey64<ino_t>, DoublyLinkedList<ShareAttrDirIterator>*> {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp19 struct Volume::NodeMap : HashMap<HashKey64<ino_t>, Node*> {
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp26 typedef SynchronizedHashMap<HashKey64<int64>,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp29 : public SynchronizedHashMap<HashKey64<ino_t>, HaikuKernelNode*, Locker> {

Completed in 80 milliseconds