Home
last modified time | relevance | path

Searched refs:_ForwardIter (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_uninitialized.h141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result) in uninitialized_copy()
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>:… in uninitialized_copy()
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result, in __ucopy_n()
164 _ForwardIter __cur = __result; in __ucopy_n()
168 return pair<_InputIter, _ForwardIter>(__first, __cur); in __ucopy_n()
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))) in __ucopy_n()
[all …]
D_algo.h80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last, in adjacent_find()
87 _ForwardIter __next = __first; in adjacent_find()
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) { in adjacent_find()
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter))); in adjacent_find()
128 template <class _ForwardIter, class _Integer, class _Tp>
129 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last,
[all …]
D_algo.c218 template <class _ForwardIter, class _Integer, class _Tp,
220 _ForwardIter __search_n(_ForwardIter __first, _ForwardIter __last, in __search_n()
226 _ForwardIter __i = __first; in __search_n()
245 template <class _ForwardIter, class _Integer, class _Tp>
246 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last, in search_n()
255 _STLP_DISTANCE_TYPE(__first, _ForwardIter), in search_n()
256 _STLP_ITERATOR_CATEGORY(__first, _ForwardIter)); in search_n()
259 template <class _ForwardIter, class _Integer, class _Tp, class _BinaryPred>
260 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last, in search_n()
267 _STLP_DISTANCE_TYPE(__first, _ForwardIter), in search_n()
[all …]
D_algobase.c296 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate>
298 _ForwardIter __first2, _ForwardIter __last2,
317 template <class _InputIter, class _ForwardIter, class _Tp2, class _Predicate>
319 _ForwardIter __first2, _ForwardIter __last2,
326 template <class _InputIter, class _ForwardIter, class _Tp1, class _Tp2>
328 _ForwardIter __first2, _ForwardIter __last2,
338 template <class _InputIter, class _ForwardIter>
340 _ForwardIter __first2, _ForwardIter __last2) {
343 _STLP_VALUE_TYPE(__first2, _ForwardIter));
347 template <class _InputIter, class _ForwardIter, class _BinaryPredicate>
[all …]
D_algobase.h409 template <class _ForwardIter, class _Tp>
411 void __fill_fwd(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { in __fill_fwd()
416 template <class _ForwardIter, class _Tp, class _Distance>
417 inline void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, in __fill()
423 template <class _ForwardIter, class _Tp, class _Distance>
425 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, in __fill()
430 template <class _ForwardIter, class _Tp, class _Distance>
432 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, in __fill()
448 template <class _ForwardIter, class _Tp>
449 inline void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { in fill()
[all …]
D_string_workaround.h121 template <class _ForwardIter>
122 void _M_range_initialize(_ForwardIter __f, _ForwardIter __l, in _M_range_initialize()
215 template <class _ForwardIter>
216 _Self& _M_appendT(_ForwardIter __first, _ForwardIter __last, in _M_appendT()
374 template <class _ForwardIter>
375 void _M_insert_overflow(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insert_overflow()
396 template <class _ForwardIter>
397 void _M_insertT(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insertT()
411 _ForwardIter __mid = __first; in _M_insertT()
D_string.h320 template <class _ForwardIter>
321 void _M_range_initialize(_ForwardIter __f, _ForwardIter __l, in _M_range_initialize()
467 template <class _ForwardIter>
468 _Self& _M_appendT(_ForwardIter __first, _ForwardIter __last, in _M_appendT()
688 template <class _ForwardIter>
689 void _M_insert_overflow(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insert_overflow()
710 template <class _ForwardIter>
711 void _M_insertT(iterator __pos, _ForwardIter __first, _ForwardIter __last, in _M_insertT()
725 _ForwardIter __mid = __first; in _M_insertT()
D_vector.h319 template <class _ForwardIter>
320 void _M_assign_aux(_ForwardIter __first, _ForwardIter __last, const forward_iterator_tag &) {
323 typedef const_iterator _ForwardIter; typedef
338 _ForwardIter __mid = __first;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diterator509 template <class _ForwardIter>
511 _ForwardIter
512 next(_ForwardIter __x,
513 typename iterator_traits<_ForwardIter>::difference_type __n = 1,
514 typename enable_if<__is_forward_iterator<_ForwardIter>::value>::type* = 0)