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

/external/stlport/stlport/stl/debug/
H A D_iterator.h315 typedef typename _DBG_iter_base<_Container>::_Iterator_category _Category; typedef
316 return _CompareIt(__x._M_iterator , __y._M_iterator, _Category());
323 typedef typename _DBG_iter_base<_Container>::_Iterator_category _Category; typedef
324 return _CompareIt(__y._M_iterator , __x._M_iterator, _Category());
331 typedef typename _DBG_iter_base<_Container>::_Iterator_category _Category; typedef
332 return !_CompareIt(__x._M_iterator , __y._M_iterator, _Category());
339 typedef typename _DBG_iter_base<_Container>::_Iterator_category _Category; typedef
340 return !_CompareIt(__y._M_iterator , __x._M_iterator, _Category());
440 typedef _STLP_TYPENAME _STLP_PRIV _DBG_iter_base<_Container>::_Iterator_category _Category; typedef
441 return _Category();
[all...]
/external/stlport/stlport/stl/
H A D_iterator_base.h57 template <class _Category, class _Tp, _STLP_DFL_TMPL_PARAM(_Distance,ptrdiff_t),
60 typedef _Category iterator_category;
217 typedef _STLP_TYPENAME _STLP_STD::iterator_traits<_Iter>::iterator_category _Category; typedef
218 return _Category();
248 template <class _Category, class _Tp, class _Distance, class _Pointer, class _Reference>
249 inline _Category _STLP_CALL iterator_category(const iterator<_Category,_Tp,_Distance,_Pointer,_Reference>&) { return _Category(); }
250 template <class _Category, class _Tp, class _Distance, class _Pointer, class _Reference>
251 inline _Tp* _STLP_CALL value_type(const iterator<_Category,_T
[all...]

Completed in 343 milliseconds