Home
last modified time | relevance | path

Searched defs:hashString (Results 1 – 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DAbstractHashFunction.java43 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractHashFunction
DHashFunction.java206 HashCode hashString(CharSequence input, Charset charset); in hashString() method
DAbstractNonStreamingHashFunction.java66 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractNonStreamingHashFunction
DMurmur3_32HashFunction.java145 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in Murmur3_32HashFunction
/external/guava/android/guava/src/com/google/common/hash/
DAbstractHashFunction.java43 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractHashFunction
DHashFunction.java206 HashCode hashString(CharSequence input, Charset charset); in hashString() method
DAbstractNonStreamingHashFunction.java66 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractNonStreamingHashFunction
DMurmur3_32HashFunction.java145 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in Murmur3_32HashFunction
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp96 uint32_t NamedStreamMap::hashString(uint32_t Offset) const { in hashString() function in NamedStreamMap
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp96 uint32_t NamedStreamMap::hashString(uint32_t Offset) const { in hashString() function in NamedStreamMap
/external/starlark-go/starlark/
Dhashtable.go353 func hashString(s string) uint32 { func
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp500 const std::string &hashString = hashStream.str(); in ComputePipelineCacheVkChunkKey() local