Home
last modified time | relevance | path

Searched refs:HashSet (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/private/shared/
H A DHashSet.h63 class HashSet {
100 Iterator(const HashSet<Key>* set) in Iterator()
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; } in GetUnsynchronizedSet()
203 HashSet<Key>& GetUnsynchronizedSet() { return fSet; } in GetUnsynchronizedSet()
208 HashSet<Key> fSet;
[all …]
/haiku/src/servers/registrar/
H A DShutdownProcess.h97 typedef HashSet<HashKey32<team_id> > TeamHash;
H A DTRoster.h77 HashSet<HashKey32<team_id> >& vitalSystemApps);
H A DTRoster.cpp1407 AppInfoList& backgroundApps, HashSet<HashKey32<team_id> >& vitalSystemApps) in GetShutdownApps()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeManager.cpp14 struct VolumeManager::VolumeSet : HashSet<HashKeyPointer<Volume*> > {
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp179 : public ::BPrivate::HashSet<HashableString> {
/haiku/src/kits/tracker/
H A DPoseView.h744 HashSet<node_ref_key> fInsertedNodes;