Home
last modified time | relevance | path

Searched refs:erase_unique (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_tree.h282 size_type erase_unique(const key_type& __x) { in erase_unique() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_map.h204 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
D_set.h183 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
D_tree.h509 size_type erase_unique(const key_type& __x) {
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_set.h256 { return _M_t.erase_unique(cast_traits::to_storage_type_cref(__x)); }