HomeSort by relevance Sort by last modified time
    Searched refs:_InputIterator (Results 176 - 200 of 650) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 130 template<typename _InputIterator, typename _Tp>
131 inline _InputIterator
132 __find(_InputIterator __first, _InputIterator __last,
141 template<typename _InputIterator, typename _Predicate>
142 inline _InputIterator
143 __find_if(_InputIterator __first, _InputIterator __last,
248 template<typename _InputIterator, typename _Predicate>
249 inline _InputIterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 130 template<typename _InputIterator, typename _Tp>
131 inline _InputIterator
132 __find(_InputIterator __first, _InputIterator __last,
141 template<typename _InputIterator, typename _Predicate>
142 inline _InputIterator
143 __find_if(_InputIterator __first, _InputIterator __last,
248 template<typename _InputIterator, typename _Predicate>
249 inline _InputIterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 128 template<typename _InputIterator, typename _Tp>
129 inline _InputIterator
130 __find(_InputIterator __first, _InputIterator __last,
139 template<typename _InputIterator, typename _Predicate>
140 inline _InputIterator
141 __find_if(_InputIterator __first, _InputIterator __last,
246 template<typename _InputIterator, typename _Predicate>
247 inline _InputIterator
    [all...]
  /external/stlport/stlport/stl/
_iterator_base.h 313 template <class _InputIterator>
314 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
315 __distance(const _InputIterator& __first, const _InputIterator& __last,
317 _STLP_DIFFERENCE_TYPE(_InputIterator) __n = 0;
318 _InputIterator __it(__first);
359 template <class _InputIterator>
360 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
361 distance(_InputIterator __first, _InputIterator __last
    [all...]
_vector.h 269 template <class _InputIterator>
270 void _M_initialize_aux(_InputIterator __first, _InputIterator __last,
272 { _M_range_initialize(__first, __last, _STLP_ITERATOR_CATEGORY(__first, _InputIterator)); }
276 template <class _InputIterator>
277 vector(_InputIterator __first, _InputIterator __last,
280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
285 template <class _InputIterator>
286 vector(_InputIterator __first, _InputIterator __last
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 313 template <class _InputIterator>
314 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
315 __distance(const _InputIterator& __first, const _InputIterator& __last,
317 _STLP_DIFFERENCE_TYPE(_InputIterator) __n = 0;
318 _InputIterator __it(__first);
359 template <class _InputIterator>
360 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
361 distance(_InputIterator __first, _InputIterator __last
    [all...]
_vector.h 269 template <class _InputIterator>
270 void _M_initialize_aux(_InputIterator __first, _InputIterator __last,
272 { _M_range_initialize(__first, __last, _STLP_ITERATOR_CATEGORY(__first, _InputIterator)); }
276 template <class _InputIterator>
277 vector(_InputIterator __first, _InputIterator __last,
280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
285 template <class _InputIterator>
286 vector(_InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 313 template <class _InputIterator>
314 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
315 __distance(const _InputIterator& __first, const _InputIterator& __last,
317 _STLP_DIFFERENCE_TYPE(_InputIterator) __n = 0;
318 _InputIterator __it(__first);
359 template <class _InputIterator>
360 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
361 distance(_InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 313 template <class _InputIterator>
314 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
315 __distance(const _InputIterator& __first, const _InputIterator& __last,
317 _STLP_DIFFERENCE_TYPE(_InputIterator) __n = 0;
318 _InputIterator __it(__first);
359 template <class _InputIterator>
360 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
361 distance(_InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 313 template <class _InputIterator>
314 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
315 __distance(const _InputIterator& __first, const _InputIterator& __last,
317 _STLP_DIFFERENCE_TYPE(_InputIterator) __n = 0;
318 _InputIterator __it(__first);
359 template <class _InputIterator>
360 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
361 distance(_InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator_base.h 313 template <class _InputIterator>
314 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
315 __distance(const _InputIterator& __first, const _InputIterator& __last,
317 _STLP_DIFFERENCE_TYPE(_InputIterator) __n = 0;
318 _InputIterator __it(__first);
359 template <class _InputIterator>
360 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
361 distance(_InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator_base.h 313 template <class _InputIterator>
314 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
315 __distance(const _InputIterator& __first, const _InputIterator& __last,
317 _STLP_DIFFERENCE_TYPE(_InputIterator) __n = 0;
318 _InputIterator __it(__first);
359 template <class _InputIterator>
360 inline _STLP_DIFFERENCE_TYPE(_InputIterator) _STLP_CALL
361 distance(_InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 178 template<typename _InputIterator, typename _Tp>
179 inline _InputIterator
180 __find(_InputIterator __first, _InputIterator __last,
189 template<typename _InputIterator, typename _Predicate>
190 inline _InputIterator
191 __find_if(_InputIterator __first, _InputIterator __last,
297 template<typename _InputIterator, typename _Predicate>
298 inline _InputIterator
    [all...]
stl_bvector.h 538 template<typename _InputIterator>
539 vector(_InputIterator __first, _InputIterator __last,
543 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
590 template<typename _InputIterator>
592 assign(_InputIterator __first, _InputIterator __last)
594 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
784 template<typename _InputIterator>
787 _InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 130 template<typename _InputIterator, typename _Tp>
131 inline _InputIterator
132 __find(_InputIterator __first, _InputIterator __last,
141 template<typename _InputIterator, typename _Predicate>
142 inline _InputIterator
143 __find_if(_InputIterator __first, _InputIterator __last,
249 template<typename _InputIterator, typename _Predicate>
250 inline _InputIterator
    [all...]
stl_bvector.h 547 template<typename _InputIterator>
548 vector(_InputIterator __first, _InputIterator __last,
552 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
600 template<typename _InputIterator>
602 assign(_InputIterator __first, _InputIterator __last)
604 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
790 template<typename _InputIterator>
793 _InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 130 template<typename _InputIterator, typename _Tp>
131 inline _InputIterator
132 __find(_InputIterator __first, _InputIterator __last,
141 template<typename _InputIterator, typename _Predicate>
142 inline _InputIterator
143 __find_if(_InputIterator __first, _InputIterator __last,
249 template<typename _InputIterator, typename _Predicate>
250 inline _InputIterator
    [all...]
stl_bvector.h 547 template<typename _InputIterator>
548 vector(_InputIterator __first, _InputIterator __last,
552 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
600 template<typename _InputIterator>
602 assign(_InputIterator __first, _InputIterator __last)
604 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
790 template<typename _InputIterator>
793 _InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 178 template<typename _InputIterator, typename _Tp>
179 inline _InputIterator
180 __find(_InputIterator __first, _InputIterator __last,
189 template<typename _InputIterator, typename _Predicate>
190 inline _InputIterator
191 __find_if(_InputIterator __first, _InputIterator __last,
297 template<typename _InputIterator, typename _Predicate>
298 inline _InputIterator
    [all...]
stl_bvector.h 538 template<typename _InputIterator>
539 vector(_InputIterator __first, _InputIterator __last,
543 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
590 template<typename _InputIterator>
592 assign(_InputIterator __first, _InputIterator __last)
594 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
784 template<typename _InputIterator>
787 _InputIterator __first, _InputIterator __last
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 178 template<typename _InputIterator, typename _Tp>
179 inline _InputIterator
180 __find(_InputIterator __first, _InputIterator __last,
189 template<typename _InputIterator, typename _Predicate>
190 inline _InputIterator
191 __find_if(_InputIterator __first, _InputIterator __last,
297 template<typename _InputIterator, typename _Predicate>
298 inline _InputIterator
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 178 template<typename _InputIterator, typename _Tp>
179 inline _InputIterator
180 __find(_InputIterator __first, _InputIterator __last,
189 template<typename _InputIterator, typename _Predicate>
190 inline _InputIterator
191 __find_if(_InputIterator __first, _InputIterator __last,
297 template<typename _InputIterator, typename _Predicate>
298 inline _InputIterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 178 template<typename _InputIterator, typename _Tp>
179 inline _InputIterator
180 __find(_InputIterator __first, _InputIterator __last,
189 template<typename _InputIterator, typename _Predicate>
190 inline _InputIterator
191 __find_if(_InputIterator __first, _InputIterator __last,
297 template<typename _InputIterator, typename _Predicate>
298 inline _InputIterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 130 template<typename _InputIterator, typename _Tp>
131 inline _InputIterator
132 __find(_InputIterator __first, _InputIterator __last,
141 template<typename _InputIterator, typename _Predicate>
142 inline _InputIterator
143 __find_if(_InputIterator __first, _InputIterator __last,
249 template<typename _InputIterator, typename _Predicate>
250 inline _InputIterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 130 template<typename _InputIterator, typename _Tp>
131 inline _InputIterator
132 __find(_InputIterator __first, _InputIterator __last,
141 template<typename _InputIterator, typename _Predicate>
142 inline _InputIterator
143 __find_if(_InputIterator __first, _InputIterator __last,
249 template<typename _InputIterator, typename _Predicate>
250 inline _InputIterator
    [all...]

Completed in 2759 milliseconds

1 2 3 4 5 6 78 91011>>