Searched defs:_Incrementable (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_iterator.h97 bool _Incrementable(const _Iterator& __it, ptrdiff_t __n, const forward_iterator_tag &) function
101 bool _Incrementable(const _Iterator& __it, ptrdiff_t __n, const bidirectional_iterator_tag &) { function
109 bool _Incrementable(const _Iterator& __it, ptrdiff_t __n, const random_access_iterator_tag &) { function
158 _STLP_DEBUG_CHECK(_Incrementable(*this, 1, _Iterator_category()))
164 _STLP_DEBUG_CHECK(_Incrementable(*this, -1, _Iterator_category()))
170 _STLP_DEBUG_CHECK(_Incrementable(*this, __n, _Iterator_category()))

Completed in 117 milliseconds