Home
last modified time | relevance | path

Searched defs:before_begin (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_slist.h184 iterator before_begin() in before_begin() function
186 const_iterator before_begin() const in before_begin() function
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_slist.h186 iterator before_begin() { return iterator(_M_impl.before_begin()._M_node); } in before_begin() function
187 …const_iterator before_begin() const { return const_iterator(const_cast<_Node_base*>(_M_impl.before… in before_begin() function