Searched
full:iterator_traits (Results
326 -
350 of
599) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 39 inline typename std::iterator_traits<_Iterator>::difference_type 45 inline typename std::iterator_traits<_Iterator>::difference_type 51 inline typename std::iterator_traits<_Iterator>::difference_type 54 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; 62 typedef typename std::iterator_traits<_RAIter>::difference_type _DType;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
hashtable_policy.h | 39 inline typename std::iterator_traits<_Iterator>::difference_type 45 inline typename std::iterator_traits<_Iterator>::difference_type 51 inline typename std::iterator_traits<_Iterator>::difference_type 54 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; 62 typedef typename std::iterator_traits<_RAIter>::difference_type _DType;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
hashtable_policy.h | 39 inline typename std::iterator_traits<_Iterator>::difference_type 45 inline typename std::iterator_traits<_Iterator>::difference_type 51 inline typename std::iterator_traits<_Iterator>::difference_type 54 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag; 62 typedef typename std::iterator_traits<_RAIter>::difference_type _DType;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
safe_iterator.h | 81 inline std::pair<typename std::iterator_traits<_Iterator1>::difference_type, 88 inline std::pair<typename std::iterator_traits<_Iterator1>::difference_type, 95 inline std::pair<typename std::iterator_traits<_Iterator1>::difference_type, 99 typedef typename std::iterator_traits<_Iterator1>::iterator_category 131 typedef std::iterator_traits<_Iterator> _Traits;
|
/external/stlport/stlport/stl/pointers/ |
_tools.h | 166 /* If the compiler do not support the iterator_traits structure we cannot wrap 173 /* With iterator_traits we can wrap passed iterators and make the necessary casts. 338 typedef iterator_traits<_Iterator> _IteTraits;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 166 /* If the compiler do not support the iterator_traits structure we cannot wrap 173 /* With iterator_traits we can wrap passed iterators and make the necessary casts. 338 typedef iterator_traits<_Iterator> _IteTraits;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
finder.hpp | 131 iterator_traits<ForwardIteratorT>::iterator_category category; 383 iterator_traits<ForwardIteratorT>::iterator_category category; 457 iterator_traits<ForwardIteratorT>::iterator_category category;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 166 /* If the compiler do not support the iterator_traits structure we cannot wrap 173 /* With iterator_traits we can wrap passed iterators and make the necessary casts. 338 typedef iterator_traits<_Iterator> _IteTraits;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 166 /* If the compiler do not support the iterator_traits structure we cannot wrap 173 /* With iterator_traits we can wrap passed iterators and make the necessary casts. 338 typedef iterator_traits<_Iterator> _IteTraits;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 166 /* If the compiler do not support the iterator_traits structure we cannot wrap 173 /* With iterator_traits we can wrap passed iterators and make the necessary casts. 338 typedef iterator_traits<_Iterator> _IteTraits;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_tools.h | 166 /* If the compiler do not support the iterator_traits structure we cannot wrap 173 /* With iterator_traits we can wrap passed iterators and make the necessary casts. 338 typedef iterator_traits<_Iterator> _IteTraits;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_tools.h | 166 /* If the compiler do not support the iterator_traits structure we cannot wrap 173 /* With iterator_traits we can wrap passed iterators and make the necessary casts. 338 typedef iterator_traits<_Iterator> _IteTraits;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
for_each_selectors.h | 217 typename std::iterator_traits<It>::value_type operator()(Op o, It i) 246 typename std::iterator_traits<It>::difference_type position
|
search.h | 86 typedef std::iterator_traits<_RandomAccessIterator1> traits_type;
|
sort.h | 200 typedef std::iterator_traits<RandomAccessIterator> traits_type;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
vector | 519 typename iterator_traits<_InputIterator>::reference>::value>::type* = 0); 526 typename iterator_traits<_InputIterator>::reference>::value>::type* = 0); 532 typename iterator_traits<_ForwardIterator>::reference>::value>::type* = 0); 538 typename iterator_traits<_ForwardIterator>::reference>::value>::type* = 0); 582 typename iterator_traits<_InputIterator>::reference>::value, 592 typename iterator_traits<_ForwardIterator>::reference>::value, 711 typename iterator_traits<_InputIterator>::reference>::value, 721 typename iterator_traits<_ForwardIterator>::reference>::value, [all...] |
/external/oprofile/libpp/ |
profile.h | 151 struct iterator_traits<profile_t::const_iterator> { struct in namespace:std
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
sort.pass.cpp | 25 typedef typename std::iterator_traits<RI>::value_type value_type;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/ |
stable_sort.pass.cpp | 25 typedef typename std::iterator_traits<RI>::value_type value_type;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
iter_iter_flg.pass.cpp | 27 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last, f);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
safe_sequence.h | 65 typedef typename std::iterator_traits<_Iterator>::difference_type
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
memory | 181 = typename std::iterator_traits<_ForwardIterator>::value_type >
|
numeric | 137 typename std::iterator_traits<_ForwardIter>::value_type>)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
hashtable_policy.h | 43 inline typename std::iterator_traits<_Iterator>::difference_type 49 inline typename std::iterator_traits<_Iterator>::difference_type 55 inline typename std::iterator_traits<_Iterator>::difference_type 58 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
|
stl_construct.h | 125 typedef typename iterator_traits<_ForwardIterator>::value_type
|
Completed in 582 milliseconds
<<11121314151617181920>>