HashKey64
HashKey64() {}
HashKey64(const Value& value) : value(value) {}
HashKey64<Value> operator=(const HashKey64<Value>& other)
bool operator==(const HashKey64<Value>& other) const
bool operator!=(const HashKey64<Value>& other) const
using BPrivate::HashKey64;
struct QueryManager::IteratorMap : HashMap<HashKey64<vnode_id>, IteratorList*> {
struct ShareVolume::RemoteNodeIDMap : HashMap<HashKey64<ino_t>, NodeID> {
: HashMap<HashKey64<ino_t>, DoublyLinkedList<ShareAttrDirIterator>*> {
struct ShareVolume::NodeMap : HashMap<HashKey64<ino_t>, ShareNode*> {
struct VolumeManager::NodeIDVolumeMap : HashMap<HashKey64<vnode_id>, Volume*> {
struct Volume::NodeMap : HashMap<HashKey64<ino_t>, Node*> {
: public SynchronizedHashMap<HashKey64<ino_t>, HaikuKernelNode*, Locker> {
typedef SynchronizedHashMap<HashKey64<int64>,