Home
last modified time | relevance | path

Searched refs:HashTraits (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkTMultiMap.h19 typename HashTraits=T>
24 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey()
25 static uint32_t Hash(const Key& key) { return HashTraits::Hash(key); } in Hash()
DSkResourceCache.cpp57 struct HashTraits { struct
66 public SkTHashTable<SkResourceCache::Rec*, SkResourceCache::Key, HashTraits> {};
DSkGlyphCache.h236 SkTHashTable<SkGlyph, SkPackedGlyphID, SkGlyph::HashTraits> fGlyphMap;
DSkGlyph.h245 class HashTraits {