Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFGradientShader.h36 struct KeyHash { struct
40 using HashMap = SkTHashMap<Key, sk_sp<SkPDFObject>, KeyHash>; argument
/external/skqp/src/pdf/
DSkPDFGradientShader.h36 struct KeyHash { struct
40 using HashMap = SkTHashMap<Key, sk_sp<SkPDFObject>, KeyHash>; argument
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.h161 struct KeyHash { struct
171 typedef std::unordered_map<Key, ResourceBase*, KeyHash, KeyEqual> Container; argument
Drendezvous.cc280 static uint64 KeyHash(const StringPiece& k) { in KeyHash() function in tensorflow::LocalRendezvousImpl
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h222 auto KeyHash = Info::ComputeHash(Key); in find() local