Searched refs:HashString (Results 1 - 25 of 50) sorted by relevance

12

/haiku/headers/build/private/shared/
H A DHashString.h1 #include <../private/shared/HashString.h>
/haiku/src/kits/shared/
H A DHashString.cpp8 #include "HashString.h"
11 \class HashString
16 HashString::HashString() function in class:HashString
23 HashString::HashString(const HashString &string) function in class:HashString
31 HashString::HashString(const char *string, int32 length) function in class:HashString
39 HashString
[all...]
/haiku/headers/private/shared/
H A DHashString.h33 // HashString
34 class HashString { class in namespace:BPrivate
36 HashString();
37 HashString(const HashString &string);
38 HashString(const char *string, int32 length = -1);
39 ~HashString();
51 HashString &operator=(const HashString &string);
52 bool operator==(const HashString
[all...]
/haiku/src/tests/kits/shared/
H A DLRUCacheTest.cpp11 #include <HashString.h>
37 LRUCache<HashString, BString> map(5);
46 map.Put(HashString(tmpKey), tmpValue);
52 CPPUNIT_ASSERT_EQUAL(BString(""), map.Get(HashString("a")));
53 CPPUNIT_ASSERT_EQUAL(BString(""), map.Get(HashString("u")));
55 CPPUNIT_ASSERT_EQUAL(BString("zz"), map.Get(HashString("z")));
56 CPPUNIT_ASSERT_EQUAL(BString("yy"), map.Get(HashString("y")));
57 CPPUNIT_ASSERT_EQUAL(BString("xx"), map.Get(HashString("x")));
58 CPPUNIT_ASSERT_EQUAL(BString("ww"), map.Get(HashString("w")));
59 CPPUNIT_ASSERT_EQUAL(BString("vv"), map.Get(HashString("
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.h6 #include <HashString.h>
25 HashString fShareName;
53 HashString fServerName;
54 HashString fConnectionMethod;
H A DVirtualDir.h7 #include <HashString.h>
54 HashString fName;
83 typedef HashMap<HashString, VirtualDirEntry*> EntryMap;
H A DServerQueryIterator.h9 #include "HashString.h"
42 HashString fEntryName;
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJarPrivate.h16 typedef BPrivate::SynchronizedHashMap<HashString, BNetworkCookieList*>
30 HashString fKey;
H A DUrlContext.cpp16 #include <HashString.h>
22 SynchronizedHashMap<BPrivate::HashString, BHttpAuthentication*> {};
38 fAuthenticationMap->Put(HashString("", 0), new BHttpAuthentication());
69 BPrivate::HashString hostHash(domain.String(), domain.Length());
124 authentication = fAuthenticationMap->Get( HashString(domain.String(),
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitoringEvent.h6 #include <HashString.h>
34 HashString name;
48 HashString name; // filled in later
63 HashString fromName; // filled in later
64 HashString toName;
81 HashString attribute;
H A DSecurityContext.h7 #include <HashString.h>
38 HashString fName;
39 HashString fPassword;
68 HashString fName;
70 HashString fPath;
128 HashString* path = NULL);
H A DEntry.h6 #include <HashString.h>
46 HashString fName;
H A DStatisticsManager.cpp12 typedef HashMap<HashString, int32> UserCountMap;
63 HashString user(it.Next().key);
73 HashString fShare;
79 : HashMap<HashString, StatisticsManager::ShareStatistics*> {
/haiku/src/apps/text_search/
H A DChangesIterator.h9 #include <HashString.h>
35 typedef HashMap<HashString, uint32> PathMap;
H A DChangesIterator.cpp88 HashString key(path);
101 HashString key(path);
112 HashString key(path);
/haiku/src/servers/app/font/
H A DFontCache.h14 #include "HashString.h"
36 typedef HashMap<HashString, BReference<FontCacheEntry> > FontMap;
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.h11 #include <HashString.h>
43 const HashString _ToIconCacheKey(const BString& pkgName,
60 LRUCache<HashString, BitmapRef>
62 HashMap<HashString, IconTarPtrRef>
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.h9 #include "HashString.h"
23 HashString* user, HashString* password);
H A DAuthenticationServer.cpp8 #include <HashString.h>
55 HashString fUser;
56 HashString fPassword;
103 HashString fContext;
104 HashString fServer;
171 typedef HashMap<HashString, Authentication*> AuthenticationMap;
211 HashString defaultUser;
212 HashString defaultPassword;
247 HashString fContext;
248 HashString fServe
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DTaskManager.h8 #include <HashString.h>
33 HashString fName;
H A DServerInfo.h6 #include "HashString.h"
26 HashString fShareName;
55 HashString fServerName;
56 HashString fConnectionMethod;
H A DNetAddress.h14 class HashString;
16 using BPrivate::HashString;
36 status_t GetString(HashString* string,
/haiku/headers/private/package/
H A DHashableString.h11 #include <HashString.h>
/haiku/src/servers/midi/
H A DDeviceWatcher.h16 #include "HashString.h"
39 typedef HashMap<HashString, DeviceEndpoints*> DeviceEndpointsMap;
/haiku/src/apps/drivesetup/
H A DSupport.h11 #include <HashString.h>
25 class SpaceIDMap : public HashMap<HashString, partition_id> {

Completed in 83 milliseconds

12