Searched refs:HashTraits (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/gpu/text/ |
H A D | GrStrikeCache.h | 34 struct HashTraits { struct in GrTextStrike 39 SkTHashTable<GrGlyph*, SkPackedGlyphID, HashTraits> fCache; 61 struct HashTraits { struct in GrStrikeCache 66 using StrikeHash = SkTHashTable<sk_sp<GrTextStrike>, const SkDescriptor&, HashTraits>;
|
H A D | GrStrikeCache.cpp | 34 const SkDescriptor& GrStrikeCache::HashTraits::GetKey(const sk_sp<GrTextStrike>& strike) { in GetKey() 38 uint32_t GrStrikeCache::HashTraits::Hash(const SkDescriptor& descriptor) { in Hash() 53 const SkPackedGlyphID& GrTextStrike::HashTraits::GetKey(const GrGlyph* glyph) { in GetKey() 57 uint32_t GrTextStrike::HashTraits::Hash(SkPackedGlyphID key) { in Hash()
|
/third_party/skia/src/core/ |
H A D | SkTMultiMap.h | 18 typename HashTraits=T> 23 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() 24 static uint32_t Hash(const Key& key) { return HashTraits::Hash(key); } in Hash() 39 HashTraits::OnFree(it->fValue); in reset()
|
H A D | SkResourceCache.cpp | 67 struct HashTraits { struct 76 public SkTHashTable<SkResourceCache::Rec*, SkResourceCache::Key, HashTraits> {};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NamedStreamMap.cpp | 49 NamedStreamMap::NamedStreamMap() : HashTraits(*this), OffsetIndexMap(1) {} in NamedStreamMap() 101 auto Iter = OffsetIndexMap.find_as(Stream, HashTraits); in get() 125 OffsetIndexMap.set_as(Stream, support::ulittle32_t(StreamNo), HashTraits); in set()
|
/third_party/node/src/crypto/ |
H A D | crypto_hash.h | 59 struct HashTraits final { 83 using HashJob = DeriveBitsJob<HashTraits>;
|
H A D | crypto_hash.cc | 232 Maybe<bool> HashTraits::EncodeOutput( in EncodeOutput() 241 Maybe<bool> HashTraits::AdditionalConfig( in AdditionalConfig() 285 bool HashTraits::DeriveBits( in DeriveBits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NamedStreamMap.h | 59 NamedStreamMapTraits HashTraits; member in llvm::pdb::NamedStreamMap
|
/third_party/skia/tests/ |
H A D | HashTest.cpp | 270 struct HashTraits { in DEF_TEST() struct 275 SkTHashTable<Entry*, int, HashTraits> table; in DEF_TEST()
|
Completed in 5 milliseconds