Searched refs:HashMap (Results 1 - 25 of 46) sorted by relevance

12

/haiku/headers/build/private/shared/
H A DHashMap.h1 #include <../private/shared/HashMap.h>
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.h6 #include <HashMap.h>
13 class NodeHandleMap : HashMap<HashKey32<int32>, NodeHandle*>, Locker {
H A DQueryDomain.h6 #include <HashMap.h>
H A DUserSecurityContext.cpp5 #include <HashMap.h>
12 struct UserSecurityContext::PermissionMap : HashMap<NodeRef, Permissions> {
H A DStatisticsManager.cpp6 #include <HashMap.h>
12 typedef HashMap<HashString, int32> UserCountMap;
79 : HashMap<HashString, StatisticsManager::ShareStatistics*> {
H A DVolume.cpp10 #include <HashMap.h>
19 struct Volume::NodeMap : HashMap<HashKey64<ino_t>, Node*> {
84 struct Volume::EntryMap : HashMap<EntryKey, Entry*> {
/haiku/src/kits/media/
H A DBufferCache.h11 #include <HashMap.h>
37 typedef HashMap<HashKey32<media_buffer_id>, buffer_cache_entry> BufferMap;
/haiku/src/apps/text_search/
H A DChangesIterator.h8 #include <HashMap.h>
35 typedef HashMap<HashString, uint32> PathMap;
/haiku/src/servers/media/
H A DBufferManager.h14 #include <HashMap.h>
63 typedef HashMap<HashKey32<media_buffer_id>, buffer_info> BufferInfoMap;
64 typedef HashMap<HashKey32<area_id>, clone_info> CloneInfoMap;
65 typedef HashMap<HashKey32<area_id>, area_id> SourceInfoMap;
/haiku/src/servers/app/font/
H A DFontCache.h13 #include "HashMap.h"
36 typedef HashMap<HashString, BReference<FontCacheEntry> > FontMap;
H A DFontManager.h13 #include <HashMap.h>
106 HashMap<FontKey, BReference<FontStyle> > fStyleHashTable;
107 HashMap<FontKey, FontStyle*> fDelistedStyleHashTable;
/haiku/headers/private/shared/
H A DHashMap.h64 // HashMap
66 class HashMap { class in namespace:BPrivate
112 Iterator(const HashMap<Key, Value>* map) argument
121 friend class HashMap<Key, Value>;
125 const HashMap<Key, Value>* fMap;
130 HashMap();
131 ~HashMap();
162 typedef typename HashMap<Key, Value>::Entry Entry;
163 typedef typename HashMap<Key, Value>::Iterator Iterator;
234 const HashMap<Ke
348 HashMap<Key, Value>::HashMap() function in class:BPrivate::HashMap
[all...]
H A DLRUCache.h9 #include <HashMap.h>
197 HashMap<Key, LRUNode*> fMap;
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJarPrivate.h9 #include <HashMap.h>
/haiku/src/servers/midi/
H A DDeviceWatcher.h15 #include "HashMap.h"
39 typedef HashMap<HashString, DeviceEndpoints*> DeviceEndpointsMap;
/haiku/src/apps/drivesetup/
H A DSupport.h10 #include <HashMap.h>
25 class SpaceIDMap : public HashMap<HashString, partition_id> {
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.h10 #include <HashMap.h>
62 HashMap<HashString, IconTarPtrRef>
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.h6 #include <HashMap.h>
83 typedef HashMap<HashString, VirtualDirEntry*> EntryMap;
H A DServerConnection.cpp7 #include <HashMap.h>
19 struct ServerConnection::VolumeMap : HashMap<HashKey32<int32>, ShareVolume*> {
/haiku/src/apps/installer/
H A DUnzipEngine.h15 #include "HashMap.h"
55 typedef HashMap<HashString, off_t> EntrySizeMap;
/haiku/src/apps/webpositive/
H A DCredentialsStorage.h10 #include "HashMap.h"
66 typedef HashMap<HashKeyString, Credentials> CredentialMap;
/haiku/headers/private/locale/
H A DHashMapCatalog.h19 #include <HashMap.h>
67 typedef HashMap<CatKey, BString> CatMap;
/haiku/src/add-ons/print/transports/ipp/
H A DIpp.cpp13 #include <HashMap.h>
43 typedef HashMap<HashString,IPPPrinter*> IPPPrinterMap;
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp7 #include <HashMap.h>
171 typedef HashMap<HashString, Authentication*> AuthenticationMap;
180 : HashMap<ServerKey, ServerEntry*> {
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp21 typedef HashMap<String, FileSystemInitializer*> KDebugFSMap;

Completed in 95 milliseconds

12