HomeSort by relevance Sort by last modified time
    Searched refs:_InputIter (Results 1 - 22 of 22) sorted by null

  /external/stlport/stlport/stl/
_num_get.h 55 template <class _CharT, class _InputIter>
59 typedef _InputIter iter_type;
64 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
70 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str,
74 _InputIter get(_InputIter __ii, _InputIter __end, ios_base& __str
    [all...]
_num_get.c 54 template <class _InputIter, class _CharT>
56 __get_base_or_zero(_InputIter& __in_ite, _InputIter& __end,
116 template <class _InputIter, class _Integer, class _CharT>
118 __get_integer(_InputIter& __first, _InputIter& __last,
176 template <class _InputIter, class _Integer, class _CharT>
178 __get_integer(_InputIter& __first, _InputIter& __last,
237 template <class _InputIter, class _Integer, class _CharT
    [all...]
_facets_fwd.h 10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
24 template <class _CharT, class _InputIter>
26 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
_uninitialized.h 51 template <class _InputIter, class _OutputIter, class _Distance>
52 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last,
64 template <class _InputIter, class _OutputIter, class _Distance>
65 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last,
70 template <class _InputIter, class _OutputIter, class _Distance>
71 inline _OutputIter __ucopy(_InputIter __first, _InputIter __last,
75 template <class _InputIter, class _OutputIter, class _Distance
    [all...]
_algobase.c 194 template <class _InputIter, class _Tp>
195 _STLP_INLINE_LOOP _InputIter __find(_InputIter __first, _InputIter __last,
202 template <class _InputIter, class _Predicate>
203 _STLP_INLINE_LOOP _InputIter __find_if(_InputIter __first, _InputIter __last,
213 template <class _InputIter, class _Predicate>
214 _InputIter find_if(_InputIter __first, _InputIter __last
    [all...]
_algobase.h 183 template <class _InputIter, class _OutputIter, class _Distance>
184 inline _OutputIter __copy(_InputIter __first, _InputIter __last,
192 template <class _InputIter, class _OutputIter, class _Distance>
193 inline _OutputIter __copy(_InputIter __first, _InputIter __last,
200 template <class _InputIter, class _OutputIter, class _Distance>
201 inline _OutputIter __copy(_InputIter __first, _InputIter __last,
259 template <class _InputIter, class _OutputIter
    [all...]
_algo.h 57 template <class _InputIter, class _Function>
59 for_each(_InputIter __first, _InputIter __last, _Function __f) {
66 template <class _InputIter, class _Predicate>
67 _STLP_INLINE_LOOP _STLP_DIFFERENCE_TYPE(_InputIter)
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) {
70 _STLP_DIFFERENCE_TYPE(_InputIter) __n = 0;
104 template <class _InputIter, class _Tp, class _Size>
106 count(_InputIter __first, _InputIter __last, const _Tp& __val, _Size& __n)
    [all...]
_string_workaround.h 113 template <class _InputIter>
114 void _M_range_initialize(_InputIter __f, _InputIter __l,
130 template <class _InputIter>
131 void _M_range_initializeT(_InputIter __f, _InputIter __l) {
132 _M_range_initialize(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIter));
142 template <class _InputIter>
143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/)
    [all...]
_string.c 73 template <class _InputIter, class _CharT, class _Traits>
74 inline _InputIter __str_find_first_of_aux(_InputIter __first1, _InputIter __last1,
79 template <class _InputIter, class _CharT, class _Traits>
80 inline _InputIter __str_find_first_of_aux(_InputIter __first1, _InputIter __last1,
85 template <class _InputIter, class _CharT, class _Traits>
86 inline _InputIter __str_find_first_of(_InputIter __first1, _InputIter __last1
    [all...]
_string.h 312 template <class _InputIter>
313 void _M_range_initialize(_InputIter __f, _InputIter __l,
329 template <class _InputIter>
330 void _M_range_initializeT(_InputIter __f, _InputIter __l) {
331 _M_range_initialize(__f, __l, _STLP_ITERATOR_CATEGORY(__f, _InputIter));
341 template <class _InputIter>
342 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/)
    [all...]
_monetary.c 121 template <class _CharT, class _InputIter, class _StrType>
122 _InputIter __money_do_get(_InputIter __s, _InputIter __end, bool __intl,
132 typedef _InputIter iter_type;
246 pair<_InputIter, bool>
257 pair<_InputIter, bool>
277 template <class _CharT, class _InputIter>
278 _InputIter
279 money_get<_CharT, _InputIter>::do_get(_InputIter __s, _InputIter __end, bool __intl
    [all...]
_algo.c 308 template <class _InputIter, class _OutputIter, class _BinaryPredicate>
310 __unique_copy(_InputIter __first, _InputIter __last,_OutputIter __result,
313 _STLP_VALUE_TYPE(__first, _InputIter));
316 template <class _InputIter, class _ForwardIter, class _BinaryPredicate>
318 __unique_copy(_InputIter __first, _InputIter __last, _ForwardIter __result,
346 template <class _InputIter, class _OutputIter>
348 unique_copy(_InputIter __first, _InputIter __last, _OutputIter __result)
    [all...]
_vector.h 346 template <class _InputIter>
347 void _M_assign_aux(_InputIter __first, _InputIter __last,
363 template <class _InputIter>
364 void _M_assign_dispatch(_InputIter __first, _InputIter __last,
366 { _M_assign_aux(__first, __last, _STLP_ITERATOR_CATEGORY(__first, _InputIter)); }
_iterator_base.h 478 template <class _InputIter, class _Distance>
480 __advance(_InputIter& __i, _Distance __n, const input_iterator_tag &)
484 template <class _InputIter, class _Distance>
486 __advance(_InputIter& __i, _Distance __n, const output_iterator_tag &)
_list.h 449 template <class _InputIter>
451 _InputIter __first, _InputIter __last,
480 template <class _InputIter>
482 _InputIter __first, _InputIter __last,
_deque.h 523 template <class _InputIter>
524 void _M_initialize_dispatch(_InputIter __first, _InputIter __last,
526 _M_range_initialize(__first, __last, _STLP_ITERATOR_CATEGORY(__first, _InputIter));
622 template <class _InputIter>
623 void _M_assign_aux(_InputIter __first, _InputIter __last, const input_iterator_tag &) {
    [all...]
_monetary.h 53 template <class _CharT, class _InputIter>
57 typedef _InputIter iter_type;
_bvector.h 620 template <class _InputIter>
621 void _M_assign_dispatch(_InputIter __first, _InputIter __last, const __false_type&)
622 { _M_assign_aux(__first, __last, _STLP_ITERATOR_CATEGORY(__first, _InputIter)); }
_slist.h 368 template <class _InputIter>
369 void _M_assign_dispatch(_InputIter __first, _InputIter __last,
_string_sum.h 145 template <class _InputIter>
146 _BString& append(_InputIter __first, _InputIter __last)
  /external/stlport/stlport/stl/debug/
_iterator.h 387 template <class _InputIter>
388 __construct_checker(const _InputIter& __f, const _InputIter& __l) {
389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
396 template <class _InputIter>
397 void _M_check_dispatch(const _InputIter& __f, const _InputIter& __l, const __false_type& /*IsIntegral*/) {
_string.h 243 template <class _InputIter>
244 _Self& append(_InputIter __first, _InputIter __last) {
361 template <class _InputIter>
362 inline _Self& assign(_InputIter __first, _InputIter __last) {
442 template <class _InputIter>
443 void insert(iterator __p, _InputIter __first, _InputIter __last) {
592 template <class _InputIter>
    [all...]

Completed in 170 milliseconds