AutoExpand
template<typename Definition, bool AutoExpand = true,
AutoExpand, CheckDuplicates> {
template<typename Definition, bool AutoExpand = true,
AutoExpand, CheckDuplicates> {
if (AutoExpand
if (AutoExpand && HashTable::fTableSize > HashTable::kMinimumSize
} else if (AutoExpand && fItemCount >= (fTableSize * 200 / 256))
if (AutoExpand && fTableSize > kMinimumSize
template<typename Definition, bool AutoExpand = true,
AutoExpand();
void AutoExpand();
} else if (AutoExpand && fItemCount >= (fTableSize * 200 / 256))
if (AutoExpand && fTableSize > kMinimumSize
template<typename Definition, bool AutoExpand = true,