Lines Matching refs:BOpenHashTable

73 	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::Remove when not present test",
103 "BOpenHashTable::Duplicate insert test",
106 "BOpenHashTable::Disable auto expand",
109 "BOpenHashTable::Init with zero size",
112 "BOpenHashTable::Clear test",
115 "BOpenHashTable::Clear and return test",
132 BOpenHashTable<EntryDefinition> table;
143 BOpenHashTable<EntryDefinition> table;
154 BOpenHashTable<EntryDefinition> table;
166 BOpenHashTable<EntryDefinition> table;
177 BOpenHashTable<EntryDefinition>::Iterator iterator = table.GetIterator();
195 BOpenHashTable<EntryDefinition> table;
210 BOpenHashTable<EntryDefinition>::Iterator iterator = table.GetIterator();
225 BOpenHashTable<EntryDefinition> table;
236 BOpenHashTable<EntryDefinition> table;
251 BOpenHashTable<EntryDefinition> table;
268 BOpenHashTable<EntryDefinition> table;
291 BOpenHashTable<EntryDefinition, true, true> table;
314 // essentially turns this BOpenHashTable into a linked list, since resize
319 BOpenHashTable<EntryDefinition, false> table;
332 BOpenHashTable<EntryDefinition> table;
346 BOpenHashTable<EntryDefinition> table;
368 // the BOpenHashTable<T> to return a linked list of entries before clearing
371 BOpenHashTable<EntryDefinition> table;