Searched refs:_Slist_merge (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _slist.c | 148 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x, in _Slist_merge() function 195 _STLP_PRIV _Slist_merge(__counter[__i], __carry, __comp); in _Slist_sort() 210 _STLP_PRIV _Slist_merge(__counter[__i], __counter[__i - 1], __comp); in _Slist_sort()
|
D | _slist.h | 209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x, 789 void merge(_Self& __x) { _STLP_PRIV _Slist_merge(*this, __x, less<value_type>()); } 810 { _STLP_PRIV _Slist_merge(*this, __x, __comp); }
|