Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/hash/
DHashFunction.java201 HashCode hashString(CharSequence input, Charset charset); in hashString() method
DAbstractNonStreamingHashFunction.java57 @Override public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractNonStreamingHashFunction
DAbstractStreamingHashFunction.java44 @Override public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in AbstractStreamingHashFunction
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractNonStreamingHashFunctionTest.java143 public HashCode hashString(CharSequence input, Charset charset) { in hashString() method in NonStreamingVersion
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNamedStreamMap.cpp97 uint32_t NamedStreamMap::hashString(uint32_t Offset) const { in hashString() function in NamedStreamMap