Searched refs:_S_sort (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_list.c206 void _S_sort(list<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) { function
H A D_list.h246 void _S_sort(list<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp);
661 { _STLP_PRIV _S_sort(*this, less<value_type>()); }
679 { _STLP_PRIV _S_sort(*this, __comp); }

Completed in 179 milliseconds