Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DStrongPointer.h116 static inline bool _sp_compare_(T* a, U* b) { in _sp_compare_() function
123 return _sp_compare_<_compare_>(t.get(), u.get()); \
127 return _sp_compare_<_compare_>(t, u.get()); \
131 return _sp_compare_<_compare_>(t.get(), u); \
135 return _sp_compare_<_compare_>(t.get(), nullptr); \
139 return _sp_compare_<_compare_>(nullptr, t.get()); \