Searched refs:StringDataKey (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.h24 class StringDataKey { class
26 StringDataKey(const char* string, size_t length) function in class:StringDataKey
71 static StringData* _GetLocked(const StringDataKey& key);
83 static StringData* Create(const StringDataKey& key)
141 StringData(const StringDataKey& key)
165 typedef StringDataKey KeyType;
168 size_t HashKey(const StringDataKey& key) const
178 bool Compare(const StringDataKey& key, const StringData* value) const
H A DStringPool.cpp16 StringData StringData::fEmptyString(StringDataKey("", 0));
28 new(&fEmptyString) StringData(StringDataKey("", 0));
68 StringPool::_GetLocked(const StringDataKey& key)
87 StringDataKey key(string, length);

Completed in 18 milliseconds