Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_iterator.h126 typedef typename _Container::iterator _Nonconst_iterator; typedef
140 __owned_link(__c), _M_iterator(*__REINTERPRET_CAST(const _Nonconst_iterator *, &__it)) {} in _DBG_iter_base()
142 __owned_link(__c), _M_iterator(*(const _Nonconst_iterator*)&__it) {}
153 _Nonconst_iterator _M_iterator;
185 typedef typename _Container::iterator _Nonconst_iterator; typedef
206 typedef typename _Base::_Nonconst_iterator _Nonconst_iterator; typedef
367 inline typename _DBG_iter<_Container, _Traits>::_Nonconst_iterator