Lines Matching defs:EntryToIndex
115 int index = static_cast<int>(EntryToIndex(entry));
166 int index = static_cast<int>(EntryToIndex(entry));
172 int index = static_cast<int>(EntryToIndex(entry)) + HashObject::ENTRY_VALUE_INDEX;
231 int fromIndex = static_cast<int>(EntryToIndex(i));
247 int desIndex = static_cast<int>(newTable->EntryToIndex(desEntry));
272 int index = static_cast<int>(EntryToIndex(entry));
278 int index = static_cast<int>(EntryToIndex(entry)) + HashObject::ENTRY_VALUE_INDEX;
284 int index = static_cast<int>(EntryToIndex(entry)) + HashObject::ENTRY_SIZE;
290 int index = static_cast<int>(EntryToIndex(entry)) + HashObject::ENTRY_SIZE;
305 inline uint32_t EntryToIndex(uint32_t entry) const