Searched defs:HashTraits (Results 1 – 3 of 3) sorted by relevance
35 struct HashTraits { struct62 struct HashTraits { struct
370 struct HashTraits { in DEF_TEST() struct371 static int GetKey(const Entry* e) { return e->key; } in DEF_TEST()372 static uint32_t Hash(int key) { return key; } in DEF_TEST()
67 struct HashTraits { struct68 static uint32_t Hash(const SkResourceCache::Key& key) { return key.hash(); } in Hash()69 static const SkResourceCache::Key& GetKey(const SkResourceCache::Rec* rec) { in GetKey()