Home
last modified time | relevance | path

Searched refs:_sp_compare_ (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/include/utils/
DStrongPointer.h150 static inline bool _sp_compare_(T* a, U* b) { in _sp_compare_() function
157 return _sp_compare_<_compare_>(t.get(), u.get()); \
161 return _sp_compare_<_compare_>(t, u.get()); \
165 return _sp_compare_<_compare_>(t.get(), u); \
169 return _sp_compare_<_compare_>(t.get(), nullptr); \
173 return _sp_compare_<_compare_>(nullptr, t.get()); \