Lines Matching refs:Str
162 template <typename Str>
163 inline size_t Hash(const Str& s) { in Hash()
171 template <typename Str>
172 inline uint32_t Hash32(const Str& s) { in Hash32()
181 template <typename Str>
182 inline uint32_t Hash32WithSeed(const Str& s, uint32_t seed) { in Hash32WithSeed()
191 template <typename Str>
192 inline uint64_t Hash64(const Str& s) { in Hash64()
201 template <typename Str>
202 inline uint64_t Hash64WithSeed(const Str& s, uint64_t seed) { in Hash64WithSeed()
211 template <typename Str>
212 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
220 template <typename Str>
221 inline uint128_t Hash128(const Str& s) { in Hash128()
230 template <typename Str>
231 inline uint128_t Hash128WithSeed(const Str& s, uint128_t seed) { in Hash128WithSeed()
239 template <typename Str>
240 inline uint32_t Fingerprint32(const Str& s) { in Fingerprint32()
247 template <typename Str>
248 inline uint64_t Fingerprint64(const Str& s) { in Fingerprint64()
254 template <typename Str>
255 inline uint128_t Fingerprint128(const Str& s) { in Fingerprint128()