Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_slist.c119 void slist<_Tp,_Alloc>::remove(const _Tp& __val) { in remove() function
D_algo.h265 remove(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { in remove() function
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_list.h301 void remove(const_reference __val) in remove() function
D_slist.h383 void remove(const value_type& __val) { _M_impl.remove(cast_traits::to_storage_type_cref(__val)); } in remove() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_list.h339 void remove(const _Tp& __x) { in remove() function
D_slist.h502 void remove(const value_type& __val) { in remove() function