Home
last modified time | relevance | path

Searched defs:ComputeHash (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp29 unsigned FoldingSetNodeIDRef::ComputeHash() const { in ComputeHash() function in FoldingSetNodeIDRef
145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() function in FoldingSetNodeID
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h374 DefaultFoldingSetTrait<T>::ComputeHash(T &X, FoldingSetNodeID &TempID) { in ComputeHash() function
390 DefaultContextualFoldingSetTrait<T, Ctx>::ComputeHash(T &X, in ComputeHash() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp93 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() function in gl::MemoryProgramCache
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp107 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() function in gl::MemoryProgramCache
/third_party/typescript/src/compiler/
DbuilderState.ts80 export type ComputeHash = ((data: string) => string) | undefined; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h948 inline uint64_t ComputeHash(HashT Type, StringRef K) { in ComputeHash() function
984 inline uint64_t ComputeHash(StringRef K) { return ComputeHash(HashType, K); } in ComputeHash() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp108 static hash_value_type ComputeHash(key_type_ref K) { in ComputeHash() function in llvm::InstrProfRecordWriterTrait
DInstrProfReader.cpp510 InstrProfLookupTrait::ComputeHash(StringRef K) { in ComputeHash() function in InstrProfLookupTrait