Searched defs:HashTraits (Results 1 – 3 of 3) sorted by relevance
34 struct HashTraits { struct61 struct HashTraits { struct
270 struct HashTraits { in DEF_TEST() struct271 static int GetKey(const Entry* e) { return e->key; } in DEF_TEST()272 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()