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

/haiku/headers/build/private/shared/
H A DHashSet.h1 #include <../private/shared/HashSet.h>
/haiku/headers/private/shared/
H A DHashSet.h61 // HashSet
63 class HashSet { class in namespace:BPrivate
100 Iterator(const HashSet<Key>* set)
111 const HashSet<Key>* fSet;
116 friend class HashSet<Key>;
119 HashSet();
120 ~HashSet();
148 typedef typename HashSet<Key>::Iterator Iterator;
202 const HashSet<Key>& GetUnsynchronizedSet() const { return fSet; }
203 HashSet<Ke
216 HashSet<Key>::HashSet() function in class:BPrivate::HashSet
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.h13 #include <HashSet.h>
97 typedef HashSet<HashKey32<team_id> > TeamHash;
H A DTRoster.h14 #include <HashSet.h>
77 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 DVolumeManager.cpp4 #include <HashSet.h>
14 struct VolumeManager::VolumeSet : HashSet<HashKeyPointer<Volume*> > {
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp17 #include <HashSet.h>
179 : public ::BPrivate::HashSet<HashableString> {
/haiku/src/kits/tracker/
H A DPoseView.h57 #include <HashSet.h>
743 HashSet<node_ref_key> fInsertedNodes;

Completed in 57 milliseconds