Home | History | Annotate | Download | only in src

Lines Matching refs:ComputeIntegerHash

6089   return ComputeIntegerHash(key, 0);
6096 return ComputeIntegerHash(static_cast<uint32_t>(other->Number()), 0);
6100 return ComputeIntegerHash(key, seed);
6107 return ComputeIntegerHash(static_cast<uint32_t>(other->Number()), seed);