HomeSort by relevance Sort by last modified time
    Searched refs:_ForwardIter (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/stlport/stlport/stl/
_algo.h 80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last,
87 _ForwardIter __next = __first;
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) {
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter)));
    [all...]
_uninitialized.h 141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result)
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
164 _ForwardIter __cur = __result;
168 return pair<_InputIter, _ForwardIter>(__first, __cur);
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))
    [all...]
_algobase.c 296 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>
    [all...]
_algo.c 218 template <class _ForwardIter, class _Integer, class _Tp,
220 _ForwardIter __search_n(_ForwardIter __first, _ForwardIter __last,
226 _ForwardIter __i = __first;
245 template <class _ForwardIter, class _Integer, class _Tp>
246 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last,
255 _STLP_DISTANCE_TYPE(__first, _ForwardIter),
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last,
87 _ForwardIter __next = __first;
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) {
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter)));
    [all...]
_uninitialized.h 141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result)
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
164 _ForwardIter __cur = __result;
168 return pair<_InputIter, _ForwardIter>(__first, __cur);
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))
    [all...]
_algobase.c 296 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>
    [all...]
_algo.c 218 template <class _ForwardIter, class _Integer, class _Tp,
220 _ForwardIter __search_n(_ForwardIter __first, _ForwardIter __last,
226 _ForwardIter __i = __first;
245 template <class _ForwardIter, class _Integer, class _Tp>
246 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last,
255 _STLP_DISTANCE_TYPE(__first, _ForwardIter),
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last,
87 _ForwardIter __next = __first;
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) {
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter)));
    [all...]
_uninitialized.h 141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result)
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
164 _ForwardIter __cur = __result;
168 return pair<_InputIter, _ForwardIter>(__first, __cur);
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))
    [all...]
_algobase.c 296 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>
    [all...]
_algo.c 218 template <class _ForwardIter, class _Integer, class _Tp,
220 _ForwardIter __search_n(_ForwardIter __first, _ForwardIter __last,
226 _ForwardIter __i = __first;
245 template <class _ForwardIter, class _Integer, class _Tp>
246 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last,
255 _STLP_DISTANCE_TYPE(__first, _ForwardIter),
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last,
87 _ForwardIter __next = __first;
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) {
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter)));
    [all...]
_uninitialized.h 141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result)
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
164 _ForwardIter __cur = __result;
168 return pair<_InputIter, _ForwardIter>(__first, __cur);
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))
    [all...]
_algobase.c 296 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>
    [all...]
_algo.c 218 template <class _ForwardIter, class _Integer, class _Tp,
220 _ForwardIter __search_n(_ForwardIter __first, _ForwardIter __last,
226 _ForwardIter __i = __first;
245 template <class _ForwardIter, class _Integer, class _Tp>
246 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last,
255 _STLP_DISTANCE_TYPE(__first, _ForwardIter),
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last,
87 _ForwardIter __next = __first;
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) {
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter)));
    [all...]
_uninitialized.h 141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result)
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
164 _ForwardIter __cur = __result;
168 return pair<_InputIter, _ForwardIter>(__first, __cur);
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))
    [all...]
_algobase.c 296 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>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last,
87 _ForwardIter __next = __first;
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) {
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter)));
    [all...]
_uninitialized.h 141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result)
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
164 _ForwardIter __cur = __result;
168 return pair<_InputIter, _ForwardIter>(__first, __cur);
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))
    [all...]
_algobase.c 296 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>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 80 template <class _ForwardIter, class _BinaryPredicate>
81 _STLP_INLINE_LOOP _ForwardIter
82 adjacent_find(_ForwardIter __first, _ForwardIter __last,
87 _ForwardIter __next = __first;
96 template <class _ForwardIter>
97 _STLP_INLINE_LOOP _ForwardIter
98 adjacent_find(_ForwardIter __first, _ForwardIter __last) {
100 _STLP_PRIV __equal_to(_STLP_VALUE_TYPE(__first, _ForwardIter)));
    [all...]
_uninitialized.h 141 template <class _InputIter, class _ForwardIter>
142 inline _ForwardIter
143 uninitialized_copy(_InputIter __first, _InputIter __last, _ForwardIter __result)
144 { return _STLP_PRIV __ucopy_aux(__first, __last, __result, _BothPtrType< _InputIter, _ForwardIter>::_Answer()); }
159 template <class _InputIter, class _Size, class _ForwardIter>
161 pair<_InputIter, _ForwardIter>
162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result,
164 _ForwardIter __cur = __result;
168 return pair<_InputIter, _ForwardIter>(__first, __cur);
171 _STLP_RET_AFTER_THROW((pair<_InputIter, _ForwardIter>(__first, __cur))
    [all...]
_algobase.c 296 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>
    [all...]

Completed in 652 milliseconds

1 2 3