| 37 | static Chunker<SimFieldDictionary::Entry> fieldChunker; |
| 38 | |
| 39 | U32 SimFieldDictionary::getHashValue(StringTableEntry slotName) |
| 40 | { |
| 41 | return HashPointer(slotName) % HashTableSize; |
| 42 | } |
| 43 | |
| 44 | U32 SimFieldDictionary::getHashValue(const String& fieldName) |
| 45 | { |
nothing calls this directly
no test coverage detected