Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 25 of 42) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Diterator.hpp27 struct iterator struct
29 typedef T value_type;
30 typedef Distance difference_type;
31 typedef Pointer pointer;
32 typedef Reference reference;
33 typedef Category iterator_category;
Darray.hpp67 typedef T* iterator; typedef in boost::array
208 typedef T* iterator; typedef in boost::array
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iterator_base.h59 struct iterator { struct
60 typedef _Category iterator_category; argument
67 struct iterator<output_iterator_tag, void, void, void, void> { argument
D_hash_set.h69 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
255 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_hash_map.h75 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
266 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_set.h73 typedef typename _Rep_type::iterator iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
244 typedef typename _Rep_type::iterator iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_unordered_set.h61 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
211 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_unordered_map.h67 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
235 typedef typename _Ht::iterator iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
D_map.h85 typedef typename _Rep_type::iterator iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
278 typedef typename _Rep_type::iterator iterator; in _STLP_CREATE_ITERATOR_TRAITS() typedef
D_slist.h91 typedef _Slist_iterator<_Tp, _NonConstTraits> iterator; typedef
D_hashtable.h121 typedef _Ht_iterator<_BaseIte, _NonConstTraits> iterator; typedef
D_list.h104 typedef _List_iterator<_Tp, _NonConstTraits> iterator; typedef
D_tree.h155 typedef _Rb_tree_iterator<_Value, _NonConstTraits> iterator; typedef
D_deque.h174 typedef _Deque_iterator<_Tp, _NonConstTraits> iterator; typedef
D_tree.c47 # define iterator __iterator__ macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Diter_fold_if_impl.hpp49 typedef Iterator iterator; typedef
64 typedef typename IteratorOp::type iterator; typedef
80 typedef Iterator iterator; typedef
101 typedef typename impl_::iterator iterator; typedef
118 typedef typename impl_::iterator iterator; typedef
198 typedef typename AUX_LAST_BACKWARD_STEP::iterator iterator; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Diter_fold_if_impl.hpp19 typedef Iterator iterator; typedef
34 typedef typename IteratorOp::type iterator; typedef
50 typedef Iterator iterator; typedef
68 typedef typename impl_::iterator iterator; typedef
85 typedef typename impl_::iterator iterator; typedef
130 typedef typename backward_step4::iterator iterator; typedef
Dfold_impl.hpp36 typedef iter0 iterator; typedef
54 typedef iter1 iterator; typedef
74 typedef iter2 iterator; typedef
96 typedef iter3 iterator; typedef
120 typedef iter4 iterator; typedef
149 typedef typename res_::iterator iterator; typedef
177 typedef Last iterator; typedef
Diter_fold_impl.hpp36 typedef iter0 iterator; typedef
54 typedef iter1 iterator; typedef
74 typedef iter2 iterator; typedef
96 typedef iter3 iterator; typedef
120 typedef iter4 iterator; typedef
149 typedef typename res_::iterator iterator; typedef
177 typedef Last iterator; typedef
Dreverse_fold_impl.hpp39 typedef iter0 iterator; typedef
60 typedef iter1 iterator; typedef
86 typedef iter2 iterator; typedef
115 typedef iter3 iterator; typedef
147 typedef iter4 iterator; typedef
189 typedef typename nested_chunk::iterator iterator; typedef
216 typedef typename nested_step::iterator iterator; typedef
228 typedef Last iterator; typedef
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_deque.h35 typedef _Deque_iterator<_ValueT, _Nonconst_traits<_ValueT> > iterator; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Dconcepts.hpp257 typedef BOOST_DEDUCED_TYPENAME range_iterator<T>::type iterator; typedef
308 typedef BOOST_DEDUCED_TYPENAME range_iterator<Range>::type iterator; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
Dutil.hpp40 typedef const value_type* iterator; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dfixed_mapping.hpp64 typedef typename std::vector<elem_type>::const_iterator iterator; typedef in boost::unit_test::fixed_mapping
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h161 typedef ParamIterator<T> iterator; typedef
288 typename ContainerType::const_iterator iterator) in Iterator()

12