Searched refs:_Incrementable (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/debug/ |
D | _iterator.h | 97 bool _Incrementable(const _Iterator& __it, ptrdiff_t __n, const forward_iterator_tag &) in _Incrementable() function 101 bool _Incrementable(const _Iterator& __it, ptrdiff_t __n, const bidirectional_iterator_tag &) { in _Incrementable() function 109 bool _Incrementable(const _Iterator& __it, ptrdiff_t __n, const random_access_iterator_tag &) { in _Incrementable() function 158 _STLP_DEBUG_CHECK(_Incrementable(*this, 1, _Iterator_category())) in __increment() 164 _STLP_DEBUG_CHECK(_Incrementable(*this, -1, _Iterator_category())) in __decrement() 170 _STLP_DEBUG_CHECK(_Incrementable(*this, __n, _Iterator_category())) in __advance()
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 5908 type compile error generated by the call to the _Incrementable or _Dereferenceable
|