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

/haiku/headers/cpp/
H A Dstl_slist.h431 const slist<_Tp,_Alloc>& _SL2);
746 operator==(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) argument
750 _Node* __n2 = (_Node*) _SL2._M_head._M_next;
760 const slist<_Tp,_Alloc>& _SL2)
763 _SL2.begin(), _SL2.end());
759 operator <(const slist<_Tp,_Alloc>& _SL1, const slist<_Tp,_Alloc>& _SL2) argument

Completed in 31 milliseconds