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

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

Completed in 89 milliseconds