Searched defs:HashTable (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h94 InternalAllocator> HashTable; typedef in struct:HashedObjectCache
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h27 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable; typedef in class:MultiHashTable
40 status_t Init(size_t initialSize = HashTable::kMinimumSize) argument
[all...]
H A DOpenHashTable.h88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable; typedef in class:BOpenHashTable
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable; typedef in class:BOpenHashTable
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A Damiga_ffs.h98 int32 *HashTable() const { return BlockData() + 6; } function in class:FFS::DirectoryBlock
/haiku/src/tests/system/kernel/slab/
H A DSlab.h351 typedef OpenHashTable<HashTableDefinition> HashTable; typedef in struct:BaseHashCacheStrategy

Completed in 40 milliseconds