Searched defs:SkGoodHash (Results 1 – 8 of 8) sorted by relevance
53 struct SkGoodHash { struct55 std::enable_if_t<sizeof(K) == 4, uint32_t> operator()(const K& k) const { in operator()60 std::enable_if_t<sizeof(K) != 4, uint32_t> operator()(const K& k) const { in operator()64 uint32_t operator()(const SkString& k) const { in operator()68 uint32_t operator()(const std::string& k) const { in operator()72 uint32_t operator()(std::string_view k) const { in operator()
58 struct SkGoodHash { struct84 // The default hashing behavior in SkGoodHash requires the type to have a unique object argument