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()
257 struct SpHash { struct272 const std::unordered_set<sp<IBinder>, SpHash<IBinder>>& excludeHandles, argument
39 struct SpHash { struct40 size_t operator()(const sp<T>& p) const { return std::hash<T*>()(p.get()); } in operator ()()