Home | History | Annotate | Download | only in src

Lines Matching refs:Hash

2788 uint32_t String::Hash() {
2789 // Fast case: has hash code already been computed?
2792 // Slow case: compute hash code and set it.
2812 // Use the Jenkins one-at-a-time hash function to update the hash
2849 // Get the calculated raw hash value and do some more bit ops to distribute
2850 // the hash further. Ensure that we never return zero as the hash value.