Searched defs:SpHash (Results 1 – 2 of 2) sorted by relevance
31 struct SpHash { struct32 size_t operator()(const sp<const AA>& k) const { in operator()
158 struct SpHash { struct159 size_t operator()(const sp<T>& k) const { return std::hash<T*>()(k.get()); } in operator()