Searched defs:remove (Results 1 – 6 of 6) sorted by relevance
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val) { in remove() function
265 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { in remove() function
301 void remove(const_reference __val) in remove() function
383 void remove(const value_type& __val) { _M_impl.remove(cast_traits::to_storage_type_cref(__val)); } in remove() function
339 void remove(const _Tp& __x) { in remove() function
502 void remove(const value_type& __val) { in remove() function