Searched defs:KeyHash (Results 1 – 7 of 7) sorted by relevance
36 struct KeyHash { struct37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator()
87 struct KeyHash { struct96 using GraphicsPipelineCache = SkLRUCache<UniqueKey, sk_sp<GraphicsPipeline>, KeyHash, PurgeCB>; argument
44 struct KeyHash { struct45 uint32_t operator()(const Key& k) const { return k.fHash; } in operator()
81 struct KeyHash { struct
60 struct KeyHash { struct
37 struct KeyHash { struct44 using map_type = mindspore::HashMap<key_type, iterator, KeyHash, KeyEqual>; argument