Searched refs:KeyHash (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | mutator_cache.h | 81 struct KeyHash { struct in tint::fuzzers::spvtools_fuzzer::MutatorCache 86 using Map = std::unordered_map<Key, std::list<Entry>::iterator, KeyHash>;
|
H A D | mutator_cache.cc | 64 size_t MutatorCache::KeyHash::operator()( in operator ()()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | ParagraphCache.h | 59 struct KeyHash { struct in skia::textlayout::ParagraphCache 63 SkLRUCache<ParagraphCacheKey, std::unique_ptr<Entry>, KeyHash> fLRUCacheMap;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 345 hash_value_type KeyHash = InfoObj.ComputeHash(IKey); in find() local 346 return find_hashed(IKey, KeyHash, InfoPtr); in find() 350 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash, in find_hashed() argument 358 offset_type Idx = KeyHash & (NumBuckets - 1); in find_hashed() 381 if (ItemHash != KeyHash) { in find_hashed()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDocumentPriv.h | 33 struct KeyHash; 142 SkTHashMap<SkPDFGradientShader::Key, SkPDFIndirectReference, SkPDFGradientShader::KeyHash>
|
H A D | SkPDFGradientShader.h | 36 struct KeyHash { struct
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphCache.cpp | 193 uint32_t ParagraphCache::KeyHash::operator()(const ParagraphCacheKey& key) const { in operator ()()
|
Completed in 8 milliseconds