Searched refs:_Iterator (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/debug/ |
H A D | _debug.h | 230 template <class _Iterator> 235 template <class _Iterator> 243 template <class _Iterator> 251 template <class _Iterator> 252 inline bool _STLP_CALL __valid_range(const _Iterator&,const _Iterator&, in __valid_range() argument 256 template <class _Iterator> 257 inline bool _STLP_CALL __valid_range(const _Iterator&,const _Iterator&, in __valid_range() argument 387 bool _STLP_CALL __check_range(const _Iterator&, const _Iterator&); 390 const _Iterator&, const _Iterator&); 392 bool _STLP_CALL __check_range(const _Iterator&, const _Iterator& , [all …]
|
H A D | _iterator.h | 36 template <class _Iterator> 40 template <class _Iterator> 44 template <class _Iterator> 48 template <class _Iterator> 52 template <class _Iterator> 56 template <class _Iterator> 60 template <class _Iterator> 64 template <class _Iterator> 70 template <class _Iterator> 76 template <class _Iterator> [all …]
|
H A D | _debug.c | 45 template <class _Iterator> 47 stlp_in_range_aux(const _Iterator& __it, const _Iterator& __first, in stlp_in_range_aux() 77 template <class _Iterator> 78 bool _STLP_CALL __check_range_aux(const _Iterator& __first, const _Iterator& __last, in __check_range_aux() 89 template <class _Iterator> 90 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last) { in __check_range() 95 template <class _Iterator> 103 template <class _Iterator> 104 bool _STLP_CALL __check_range(const _Iterator& __first, const _Iterator& __last, in __check_range() 120 template <class _Iterator> [all …]
|
H A D | _slist.h | 65 template <class _Iterator> 66 static bool _Check(const _Iterator& __it) in _Check()
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _iterator.h | 46 template <class _Iterator> 54 _Iterator current; 61 typedef _Iterator iterator_type; 76 _Iterator __tmp = current; 112 template <class _Iterator> 117 template <class _Iterator> 123 template <class _Iterator> 128 template <class _Iterator> 133 template <class _Iterator> 138 template <class _Iterator> [all …]
|
H A D | concept_checks.h | 405 template <class _Iterator> 410 template <class _Iterator> 415 template <class _Iterator> 420 template <class _Iterator> 425 template <class _Iterator> 430 template <class _Iterator> 442 static _Iterator 449 static _Iterator 456 static _Iterator 463 static _Iterator [all …]
|
H A D | _iterator_base.h | 141 template <class _Iterator> 143 typedef typename _Iterator::iterator_category _OriginalTag; 146 template <class _Iterator> 148 typedef typename _Iterator::iterator_category iterator_category; 150 typedef typename _Iterator::value_type value_type; 151 typedef typename _Iterator::difference_type difference_type; 152 typedef typename _Iterator::pointer pointer; 153 typedef typename _Iterator::reference reference; 157 # define _STLP_DIFFERENCE_TYPE(_Iterator) typename iterator_traits<_Iterator>::difference_type 159 # define _STLP_DIFFERENCE_TYPE(_Iterator) ptrdiff_t
|
H A D | _algo.h | 207 template <class _Iterator, class _OutputIter, class _Predicate, class _Tp> 209 replace_copy_if(_Iterator __first, _Iterator __last, in replace_copy_if()
|
/reactos/sdk/include/c++/stlport/stl/pointers/ |
H A D | _tools.h | 335 template <class _StorageT, class _ValueT, class _Iterator> 338 typedef iterator_traits<_Iterator> _IteTraits; 349 typedef _IteWrapper<_StorageT, _ValueT, _Iterator> _Self; 352 _IteWrapper(_Iterator &__ite) : _M_ite(__ite) {} 388 _Iterator _M_ite; 391 template <class _Tp, class _Iterator> 392 struct _IteWrapper<_Tp, _Tp, _Iterator> 393 { typedef _Iterator _Ite; };
|