HomeSort by relevance Sort by last modified time
    Searched refs:_S_sort (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_list.c 206 void _S_sort(list<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp) {
_list.h 246 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 435 milliseconds