Searched defs:StrongPointerHash (Results 1 – 1 of 1) sorted by relevance
230 struct StrongPointerHash { struct231 std::size_t operator()(const sp<T>& b) const { return std::hash<T*>{}(b.get()); } in operator()