Home
last modified time | relevance | path

Searched defs:SpHash (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DSpHash.h27 struct SpHash { struct
28 size_t operator()(const sp<T>& k) const { return std::hash<T*>()(k.get()); } in operator()