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

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp14 static char sStringsBuffer[sizeof(StringDataHash)];
19 StringDataHash* StringPool::sStrings;
38 sStrings = new(sStringsBuffer) StringDataHash;
41 sStrings->~StringDataHash();
60 sStrings->~StringDataHash();
131 for (StringDataHash::Iterator it = sStrings->GetIterator(); it.HasNext();) {
H A DStringPool.h57 typedef BOpenHashTable<StringDataHashDefinition> StringDataHash; typedef
75 static StringDataHash* sStrings;

Completed in 87 milliseconds