Home | History | Annotate | Download | only in src

Lines Matching refs:TwoCharHashTableKey

11633 class TwoCharHashTableKey : public HashTableKey {
11635 TwoCharHashTableKey(uint32_t c1, uint32_t c2, uint32_t seed)
11679 // The TwoCharHashTableKey is only used for looking in the symbol
11709 TwoCharHashTableKey key(c1, c2, GetHeap()->HashSeed());