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