Searched refs:TableRoot (Results 1 – 1 of 1) sorted by relevance
293 if (!TableRoot) in forEachElement()295 return forEachElement(Callback, InitialSize, TableRoot, args...); in forEachElement()304 MapEntry *TableRoot{nullptr}; member in __anon09dfe8530211::SimpleHashTable327 TableRoot = new (Alloc, 0) MapEntry[InitialSize]; in firstAllocation()328 MapEntry &Entry = TableRoot[Key % InitialSize]; in firstAllocation()370 if (TableRoot) in getOrAllocEntry()371 return getEntry(TableRoot, Key, Key, Alloc, 0); in getOrAllocEntry()