Searched refs:_sp_compare_ (Results 1 – 1 of 1) sorted by relevance
150 static inline bool _sp_compare_(T* a, U* b) { in _sp_compare_() function157 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()); \