Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFGradientShader.h36 struct KeyHash { struct
37 uint32_t operator()(const Key& k) const { return k.fHash; } in operator()
/third_party/skia/m133/src/gpu/graphite/
DGlobalCache.h87 struct KeyHash { struct
96 using GraphicsPipelineCache = SkLRUCache<UniqueKey, sk_sp<GraphicsPipeline>, KeyHash, PurgeCB>; argument
/third_party/skia/m133/src/pdf/
DSkPDFGradientShader.h44 struct KeyHash { struct
45 uint32_t operator()(const Key& k) const { return k.fHash; } in operator()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.h81 struct KeyHash { struct
/third_party/skia/m133/modules/skparagraph/include/
DParagraphCache.h60 struct KeyHash { struct
/third_party/skia/modules/skparagraph/include/
DParagraphCache.h60 struct KeyHash { struct
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcounter.h37 struct KeyHash { struct
44 using map_type = mindspore::HashMap<key_type, iterator, KeyHash, KeyEqual>; argument