Searched defs:KeyHash (Results 1 – 5 of 5) sorted by relevance
36 struct KeyHash { struct40 using HashMap = SkTHashMap<Key, sk_sp<SkPDFObject>, KeyHash>; argument
161 struct KeyHash { struct171 typedef std::unordered_map<Key, ResourceBase*, KeyHash, KeyEqual> Container; argument
280 static uint64 KeyHash(const StringPiece& k) { in KeyHash() function in tensorflow::LocalRendezvousImpl
222 auto KeyHash = Info::ComputeHash(Key); in find() local