HomeSort by relevance Sort by last modified time
    Searched full:_randomaccessiterator (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/stlport/stlport/stl/
_heap.h 37 template <class _RandomAccessIterator>
39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
42 template <class _RandomAccessIterator, class _Compare>
44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
47 template <class _RandomAccessIterator, class _Distance, class _Tp>
49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
52 template <class _RandomAccessIterator, class _Tp, class _Distance>
54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
_heap.c 39 template <class _RandomAccessIterator, class _Distance, class _Tp>
42 __push_heap(_RandomAccessIterator __first,
54 template <class _RandomAccessIterator, class _Distance, class _Tp>
56 __push_heap_aux(_RandomAccessIterator __first,
57 _RandomAccessIterator __last, _Distance*, _Tp*)
63 template <class _RandomAccessIterator>
65 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
68 _STLP_DISTANCE_TYPE(__first, _RandomAccessIterator), _STLP_VALUE_TYPE(__first, _RandomAccessIterator));
    [all...]
_iterator_old.h 154 template <class _RandomAccessIterator, class _Tp,
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
163 _RandomAccessIterator __current;
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
180 _RandomAccessIterator base() const { return __current; }
221 template <class _RandomAccessIterator, class _Tp,
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
226 template <class _RandomAccessIterator, class _Tp,
228 inline _Tp* _STLP_CALL value_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
230 template <class _RandomAccessIterator, class _Tp
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_heap.h 37 template <class _RandomAccessIterator>
39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
42 template <class _RandomAccessIterator, class _Compare>
44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
47 template <class _RandomAccessIterator, class _Distance, class _Tp>
49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
52 template <class _RandomAccessIterator, class _Tp, class _Distance>
54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
_heap.c 39 template <class _RandomAccessIterator, class _Distance, class _Tp>
42 __push_heap(_RandomAccessIterator __first,
54 template <class _RandomAccessIterator, class _Distance, class _Tp>
56 __push_heap_aux(_RandomAccessIterator __first,
57 _RandomAccessIterator __last, _Distance*, _Tp*)
63 template <class _RandomAccessIterator>
65 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
68 _STLP_DISTANCE_TYPE(__first, _RandomAccessIterator), _STLP_VALUE_TYPE(__first, _RandomAccessIterator));
    [all...]
_iterator_old.h 154 template <class _RandomAccessIterator, class _Tp,
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
163 _RandomAccessIterator __current;
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
180 _RandomAccessIterator base() const { return __current; }
221 template <class _RandomAccessIterator, class _Tp,
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
226 template <class _RandomAccessIterator, class _Tp,
228 inline _Tp* _STLP_CALL value_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
230 template <class _RandomAccessIterator, class _Tp
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_heap.h 37 template <class _RandomAccessIterator>
39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
42 template <class _RandomAccessIterator, class _Compare>
44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
47 template <class _RandomAccessIterator, class _Distance, class _Tp>
49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
52 template <class _RandomAccessIterator, class _Tp, class _Distance>
54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
_heap.c 39 template <class _RandomAccessIterator, class _Distance, class _Tp>
42 __push_heap(_RandomAccessIterator __first,
54 template <class _RandomAccessIterator, class _Distance, class _Tp>
56 __push_heap_aux(_RandomAccessIterator __first,
57 _RandomAccessIterator __last, _Distance*, _Tp*)
63 template <class _RandomAccessIterator>
65 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
68 _STLP_DISTANCE_TYPE(__first, _RandomAccessIterator), _STLP_VALUE_TYPE(__first, _RandomAccessIterator));
    [all...]
_iterator_old.h 154 template <class _RandomAccessIterator, class _Tp,
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
163 _RandomAccessIterator __current;
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
180 _RandomAccessIterator base() const { return __current; }
221 template <class _RandomAccessIterator, class _Tp,
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
226 template <class _RandomAccessIterator, class _Tp,
228 inline _Tp* _STLP_CALL value_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
230 template <class _RandomAccessIterator, class _Tp
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_heap.h 37 template <class _RandomAccessIterator>
39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
42 template <class _RandomAccessIterator, class _Compare>
44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
47 template <class _RandomAccessIterator, class _Distance, class _Tp>
49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
52 template <class _RandomAccessIterator, class _Tp, class _Distance>
54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
_heap.c 39 template <class _RandomAccessIterator, class _Distance, class _Tp>
42 __push_heap(_RandomAccessIterator __first,
54 template <class _RandomAccessIterator, class _Distance, class _Tp>
56 __push_heap_aux(_RandomAccessIterator __first,
57 _RandomAccessIterator __last, _Distance*, _Tp*)
63 template <class _RandomAccessIterator>
65 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
68 _STLP_DISTANCE_TYPE(__first, _RandomAccessIterator), _STLP_VALUE_TYPE(__first, _RandomAccessIterator));
    [all...]
_iterator_old.h 154 template <class _RandomAccessIterator, class _Tp,
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
163 _RandomAccessIterator __current;
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
180 _RandomAccessIterator base() const { return __current; }
221 template <class _RandomAccessIterator, class _Tp,
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
226 template <class _RandomAccessIterator, class _Tp,
228 inline _Tp* _STLP_CALL value_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
230 template <class _RandomAccessIterator, class _Tp
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_heap.h 37 template <class _RandomAccessIterator>
39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
42 template <class _RandomAccessIterator, class _Compare>
44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
47 template <class _RandomAccessIterator, class _Distance, class _Tp>
49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
52 template <class _RandomAccessIterator, class _Tp, class _Distance>
54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
_heap.c 39 template <class _RandomAccessIterator, class _Distance, class _Tp>
42 __push_heap(_RandomAccessIterator __first,
54 template <class _RandomAccessIterator, class _Distance, class _Tp>
56 __push_heap_aux(_RandomAccessIterator __first,
57 _RandomAccessIterator __last, _Distance*, _Tp*)
63 template <class _RandomAccessIterator>
65 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
68 _STLP_DISTANCE_TYPE(__first, _RandomAccessIterator), _STLP_VALUE_TYPE(__first, _RandomAccessIterator));
    [all...]
_iterator_old.h 154 template <class _RandomAccessIterator, class _Tp,
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
163 _RandomAccessIterator __current;
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
180 _RandomAccessIterator base() const { return __current; }
221 template <class _RandomAccessIterator, class _Tp,
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
226 template <class _RandomAccessIterator, class _Tp,
228 inline _Tp* _STLP_CALL value_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
230 template <class _RandomAccessIterator, class _Tp
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_heap.h 37 template <class _RandomAccessIterator>
39 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
42 template <class _RandomAccessIterator, class _Compare>
44 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
47 template <class _RandomAccessIterator, class _Distance, class _Tp>
49 __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
52 template <class _RandomAccessIterator, class _Tp, class _Distance>
54 __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
_heap.c 39 template <class _RandomAccessIterator, class _Distance, class _Tp>
42 __push_heap(_RandomAccessIterator __first,
54 template <class _RandomAccessIterator, class _Distance, class _Tp>
56 __push_heap_aux(_RandomAccessIterator __first,
57 _RandomAccessIterator __last, _Distance*, _Tp*)
63 template <class _RandomAccessIterator>
65 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
68 _STLP_DISTANCE_TYPE(__first, _RandomAccessIterator), _STLP_VALUE_TYPE(__first, _RandomAccessIterator));
    [all...]
_iterator_old.h 154 template <class _RandomAccessIterator, class _Tp,
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
163 _RandomAccessIterator __current;
177 explicit reverse_iterator(_RandomAccessIterator __x) : __current(__x) {}
180 _RandomAccessIterator base() const { return __current; }
221 template <class _RandomAccessIterator, class _Tp,
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
226 template <class _RandomAccessIterator, class _Tp,
228 inline _Tp* _STLP_CALL value_type(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&)
230 template <class _RandomAccessIterator, class _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_heap.h 69 template<typename _RandomAccessIterator, typename _Distance>
71 __is_heap_until(_RandomAccessIterator __first, _Distance __n)
84 template<typename _RandomAccessIterator, typename _Distance,
87 __is_heap_until(_RandomAccessIterator __first, _Distance __n,
103 template<typename _RandomAccessIterator, typename _Distance>
105 __is_heap(_RandomAccessIterator __first, _Distance __n)
108 template<typename _RandomAccessIterator, typename _Compare,
111 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
114 template<typename _RandomAccessIterator>
116 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_heap.h 71 template<typename _RandomAccessIterator, typename _Distance>
73 __is_heap_until(_RandomAccessIterator __first, _Distance __n)
86 template<typename _RandomAccessIterator, typename _Distance,
89 __is_heap_until(_RandomAccessIterator __first, _Distance __n,
105 template<typename _RandomAccessIterator, typename _Distance>
107 __is_heap(_RandomAccessIterator __first, _Distance __n)
110 template<typename _RandomAccessIterator, typename _Compare,
113 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
116 template<typename _RandomAccessIterator>
118 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __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_heap.h 71 template<typename _RandomAccessIterator, typename _Distance>
73 __is_heap_until(_RandomAccessIterator __first, _Distance __n)
86 template<typename _RandomAccessIterator, typename _Distance,
89 __is_heap_until(_RandomAccessIterator __first, _Distance __n,
105 template<typename _RandomAccessIterator, typename _Distance>
107 __is_heap(_RandomAccessIterator __first, _Distance __n)
110 template<typename _RandomAccessIterator, typename _Compare,
113 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
116 template<typename _RandomAccessIterator>
118 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 69 template<typename _RandomAccessIterator, typename _Distance>
71 __is_heap_until(_RandomAccessIterator __first, _Distance __n)
84 template<typename _RandomAccessIterator, typename _Distance,
87 __is_heap_until(_RandomAccessIterator __first, _Distance __n,
103 template<typename _RandomAccessIterator, typename _Distance>
105 __is_heap(_RandomAccessIterator __first, _Distance __n)
108 template<typename _RandomAccessIterator, typename _Compare,
111 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
114 template<typename _RandomAccessIterator>
116 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 69 template<typename _RandomAccessIterator, typename _Distance>
71 __is_heap_until(_RandomAccessIterator __first, _Distance __n)
84 template<typename _RandomAccessIterator, typename _Distance,
87 __is_heap_until(_RandomAccessIterator __first, _Distance __n,
103 template<typename _RandomAccessIterator, typename _Distance>
105 __is_heap(_RandomAccessIterator __first, _Distance __n)
108 template<typename _RandomAccessIterator, typename _Compare,
111 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
114 template<typename _RandomAccessIterator>
116 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 69 template<typename _RandomAccessIterator, typename _Distance>
71 __is_heap_until(_RandomAccessIterator __first, _Distance __n)
84 template<typename _RandomAccessIterator, typename _Distance,
87 __is_heap_until(_RandomAccessIterator __first, _Distance __n,
103 template<typename _RandomAccessIterator, typename _Distance>
105 __is_heap(_RandomAccessIterator __first, _Distance __n)
108 template<typename _RandomAccessIterator, typename _Compare,
111 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
114 template<typename _RandomAccessIterator>
116 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 69 template<typename _RandomAccessIterator, typename _Distance>
71 __is_heap_until(_RandomAccessIterator __first, _Distance __n)
84 template<typename _RandomAccessIterator, typename _Distance,
87 __is_heap_until(_RandomAccessIterator __first, _Distance __n,
103 template<typename _RandomAccessIterator, typename _Distance>
105 __is_heap(_RandomAccessIterator __first, _Distance __n)
108 template<typename _RandomAccessIterator, typename _Compare,
111 __is_heap(_RandomAccessIterator __first, _Compare __comp, _Distance __n)
114 template<typename _RandomAccessIterator>
116 __is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last
    [all...]

Completed in 342 milliseconds

1 2 3 4