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