OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashTraits
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkTMultiMap.h
20
typename
HashTraits
=T>
25
static const Key& GetKey(const ValueList& e) { return
HashTraits
::GetKey(*e.fValue); }
26
static uint32_t Hash(const Key& key) { return
HashTraits
::Hash(key); }
SkGlyph.h
135
class
HashTraits
{
SkPictureFlat.h
356
struct
HashTraits
{
569
SkTDynamicHash<SkFlatData, SkFlatData, SkFlatData::
HashTraits
> fHash;
SkGlyphCache.h
263
SkTHashTable<SkGlyph, PackedGlyphID, SkGlyph::
HashTraits
> fGlyphMap;
Completed in 76 milliseconds