Searched refs:BOpenHashTable (Results 1 - 25 of 100) sorted by relevance

1234

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.h36 typedef BOpenHashTable<StateEntryHashDefinition> StateTable;
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp73 CppUnit::TestSuite* suite = new CppUnit::TestSuite("BOpenHashTable");
76 "BOpenHashTable::Insert test",
79 "BOpenHashTable::Insert unchecked test",
82 "BOpenHashTable::Insert unchecked uninitialized test",
85 "BOpenHashTable::Iterate and count test",
88 "BOpenHashTable::Lookup test",
91 "BOpenHashTable::Resize test",
94 "BOpenHashTable::Remove test",
97 "BOpenHashTable::Remove unchecked test",
100 "BOpenHashTable
[all...]
/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h54 typedef BOpenHashTable<TypeEntryHashDefinitionByName> NameTable;
55 typedef BOpenHashTable<TypeEntryHashDefinitionByID> IDTable;
H A DTeamDebugInfo.h101 typedef BOpenHashTable<FunctionHashDefinition> FunctionTable;
102 typedef BOpenHashTable<SourceFileHashDefinition> SourceFileTable;
/haiku/src/kits/debugger/files/
H A DFileManager.h67 typedef BOpenHashTable<EntryHashDefinition> LocatableEntryTable;
68 typedef BOpenHashTable<SourceFileHashDefinition> SourceFileTable;
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h58 typedef BOpenHashTable<HashDefinition> SubWindowTable;
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.h35 typedef BOpenHashTable<MemoryBlockHashDefinition> MemoryBlockTable;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.h56 BOpenHashTable<NodeHash> fNodes;
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.h52 typedef BOpenHashTable<RowByNameHashDefinition> RowByNameTable;
/haiku/src/servers/package/
H A DPackage.h115 typedef BOpenHashTable<PackageFileNameHashDefinition> PackageFileNameHashTable;
116 typedef BOpenHashTable<PackageNodeRefHashDefinition> PackageNodeRefHashTable;
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h86 class BOpenHashTable { class
88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable;
99 BOpenHashTable() function in class:BOpenHashTable
107 BOpenHashTable(const Definition& definition) function in class:BOpenHashTable
116 BOpenHashTable(const Definition& definition, const Allocator& allocator) function in class:BOpenHashTable
126 ~BOpenHashTable()
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h86 class BOpenHashTable { class
88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable;
99 BOpenHashTable() function in class:BOpenHashTable
107 BOpenHashTable(const Definition& definition) function in class:BOpenHashTable
116 BOpenHashTable(const Definition& definition, const Allocator& allocator) function in class:BOpenHashTable
126 ~BOpenHashTable()
347 /*! \brief Iterator for BOpenHashTable
H A DMultiHashTable.h24 class MultiHashTable : private BOpenHashTable<Definition,
27 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable;
154 // TODO use BOpenHashTable's _Resize
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h139 typedef BOpenHashTable<FUSEEntryHashDefinition> FUSEEntryTable;
140 typedef BOpenHashTable<FUSENodeHashDefinition> FUSENodeTable;
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h103 typedef BOpenHashTable<UnixAddressHashDefinition, false> EndpointTable;
/haiku/headers/private/package/hpkg/
H A DStrings.h80 typedef BOpenHashTable<CachedStringHashDefinition> CachedStringTable;
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h89 typedef BOpenHashTable<PackagesDirectoryHashDefinition>
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h105 typedef BOpenHashTable<DependencyFamilyHashDefinition>
H A DResolvableFamily.h82 typedef BOpenHashTable<ResolvableFamilyHashDefinition>
/haiku/headers/private/debugger/model/
H A DExpressionValues.h54 typedef BOpenHashTable<ValueEntryHashDefinition> ValueTable;
H A DStackFrameValueInfos.h50 typedef BOpenHashTable<InfoEntryHashDefinition> ValueTable;
H A DStackFrameValues.h46 typedef BOpenHashTable<ValueEntryHashDefinition> ValueTable;
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.h93 typedef BOpenHashTable<Definition, false, false,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h49 typedef BOpenHashTable<RevokeHash> RevokeTable;
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h200 typedef BOpenHashTable<NodeNameHashDefinition> NodeNameHashTable;
201 typedef BOpenHashTable<NodeIDHashDefinition> NodeIDHashTable;

Completed in 163 milliseconds

1234