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

/external/stlport/stlport/stl/
H A D_list.c168 void _S_merge(list<_Tp, _Alloc>& __that, list<_Tp, _Alloc>& __x, function
220 _S_merge(__counter[__i], __carry, __comp);
234 _S_merge(__counter[__i], __counter[__i - 1], __comp);
H A D_list.h242 void _S_merge(list<_Tp, _Alloc>& __that, list<_Tp, _Alloc>& __x,
649 { _STLP_PRIV _S_merge(*this, __x, less<value_type>()); }
674 _STLP_PRIV _S_merge(*this, __x, __comp);

Completed in 145 milliseconds