Searched refs:HashKeyPointer (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/shared/
H A DHashMap.h306 // HashKeyPointer
308 struct HashKeyPointer { struct in namespace:BPrivate
309 HashKeyPointer() {} function in struct:BPrivate::HashKeyPointer
310 HashKeyPointer(const Value& value) : value(value) {} function in struct:BPrivate::HashKeyPointer
324 HashKeyPointer<Value> operator=(const HashKeyPointer<Value>& other)
330 bool operator==(const HashKeyPointer<Value>& other) const
335 bool operator!=(const HashKeyPointer<Value>& other) const
504 using BPrivate::HashKeyPointer;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp14 struct VolumeManager::VolumeSet : HashSet<HashKeyPointer<Volume*> > {
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp39 : public SynchronizedHashMap<HashKeyPointer<selectsync*>, int32*, Locker> {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp528 HashMap<HashKeyPointer<User*>, BMessage*> userArchives;

Completed in 42 milliseconds