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

12

/haiku/headers/build/private/shared/
H A DHashMap.h1 #include <../private/shared/HashMap.h>
/haiku/headers/private/locale/
H A DHashMapCatalog.h19 #include <HashMap.h>
67 typedef HashMap<CatKey, BString> CatMap;
/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...]
/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/netfs/client/
H A DQueryManager.cpp8 #include <HashMap.h>
20 struct QueryManager::IteratorMap : HashMap<HashKey64<vnode_id>, IteratorList*> {
H A DServerConnection.cpp7 #include <HashMap.h>
19 struct ServerConnection::VolumeMap : HashMap<HashKey32<int32>, ShareVolume*> {
H A DServerManager.cpp18 #include <HashMap.h>
42 struct ServerManager::ServerInfoMap : HashMap<NetAddress, ExtendedServerInfo*> {
H A DShareVolume.cpp11 #include <HashMap.h>
50 struct ShareVolume::NodeMap : HashMap<HashKey64<ino_t>, ShareNode*> {
109 struct ShareVolume::EntryMap : HashMap<EntryKey, ShareDirEntry*> {
113 struct ShareVolume::LocalNodeIDMap : HashMap<NodeID, ino_t> {
117 struct ShareVolume::RemoteNodeIDMap : HashMap<HashKey64<ino_t>, NodeID> {
141 : HashMap<HashKey64<ino_t>, DoublyLinkedList<ShareAttrDirIterator>*> {
H A DVirtualDir.h6 #include <HashMap.h>
83 typedef HashMap<HashString, VirtualDirEntry*> EntryMap;
H A DVolumeManager.cpp3 #include <HashMap.h>
18 struct VolumeManager::NodeIDVolumeMap : HashMap<HashKey64<vnode_id>, Volume*> {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp7 #include <HashMap.h>
H A DNodeHandleMap.h6 #include <HashMap.h>
13 class NodeHandleMap : HashMap<HashKey32<int32>, NodeHandle*>, Locker {
H A DQueryDomain.h6 #include <HashMap.h>
H A DSecurityContext.cpp10 #include <HashMap.h>
307 struct SecurityContext::UserMap : HashMap<HashString, User*> {
311 struct SecurityContext::ShareMap : HashMap<HashString, Share*> {
363 : HashMap<SecurityContext::UserPath, Permissions> {
367 struct SecurityContext::NodePathMap : HashMap<NodeRef, HashString> {
371 struct SecurityContext::PathNodeMap : HashMap<HashString, NodeRef> {
528 HashMap<HashKeyPointer<User*>, BMessage*> userArchives;
H A DStatisticsManager.cpp6 #include <HashMap.h>
12 typedef HashMap<HashString, int32> UserCountMap;
79 : HashMap<HashString, StatisticsManager::ShareStatistics*> {
H A DUserSecurityContext.cpp5 #include <HashMap.h>
12 struct UserSecurityContext::PermissionMap : HashMap<NodeRef, Permissions> {
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/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp21 typedef HashMap<String, FileSystemInitializer*> KDebugFSMap;
H A DSettings.cpp12 #include "HashMap.h"
27 struct Settings::IOCtlInfoMap : public HashMap<HashKey32<int>, IOCtlInfo*> {
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp23 #include <HashMap.h>
65 typedef HashMap<HashString,USBPrinter*> PrinterMap;
/haiku/src/apps/drivesetup/
H A DSupport.h10 #include <HashMap.h>
25 class SpaceIDMap : public HashMap<HashString, partition_id> {
/haiku/src/apps/installer/
H A DUnzipEngine.h15 #include "HashMap.h"
55 typedef HashMap<HashString, off_t> EntrySizeMap;
/haiku/src/apps/text_search/
H A DChangesIterator.h8 #include <HashMap.h>
35 typedef HashMap<HashString, uint32> PathMap;
/haiku/src/apps/webpositive/
H A DCredentialsStorage.h10 #include "HashMap.h"
66 typedef HashMap<HashKeyString, Credentials> CredentialMap;
/haiku/src/kits/network/libnetapi/
H A DSocketMessenger.cpp15 #include <HashMap.h>

Completed in 288 milliseconds

12