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