Searched defs:HashTraits (Results 1 – 3 of 3) sorted by relevance
56 struct HashTraits { struct104 struct HashTraits { struct
384 struct HashTraits { in DEF_TEST() struct385 static int GetKey(const Entry* e) { return e->key; } in DEF_TEST()386 static uint32_t Hash(int key) { return key; } in DEF_TEST()
78 struct HashTraits { struct79 static uint32_t Hash(const SkResourceCache::Key& key) { return key.hash(); } in Hash()80 static const SkResourceCache::Key& GetKey(const SkResourceCache::Rec* rec) { in GetKey()