Searched refs:AutoExpand (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/kernel/util/
H A DMultiHashTable.h22 template<typename Definition, bool AutoExpand = true,
25 AutoExpand, CheckDuplicates> {
27 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable;
28 typedef MultiHashTable<Definition, AutoExpand, CheckDuplicates> MultiTable;
47 if (AutoExpand
65 if (AutoExpand && HashTable::fTableSize > HashTable::kMinimumSize
H A DOpenHashTable.h84 template<typename Definition, bool AutoExpand = true,
88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable;
175 } else if (AutoExpand && fItemCount >= (fTableSize * 200 / 256))
208 if (AutoExpand && fTableSize > kMinimumSize
/haiku/src/apps/expander/
H A DExpanderWindow.h52 void AutoExpand();
H A DExpanderWindow.cpp592 AutoExpand();
901 ExpanderWindow::AutoExpand() function in class:ExpanderWindow
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h84 template<typename Definition, bool AutoExpand = true,
88 typedef BOpenHashTable<Definition, AutoExpand, CheckDuplicates> HashTable;
175 } else if (AutoExpand && fItemCount >= (fTableSize * 200 / 256))
208 if (AutoExpand && fTableSize > kMinimumSize

Completed in 50 milliseconds