Home | History | Annotate | Download | only in src

Lines Matching refs:TwoCharHashTableKey

14397 class TwoCharHashTableKey : public HashTableKey {
14399 TwoCharHashTableKey(uint16_t c1, uint16_t c2, uint32_t seed)
14443 // The TwoCharHashTableKey is only used for looking in the string
14472 TwoCharHashTableKey key(c1, c2, GetHeap()->HashSeed());