HomeSort by relevance Sort by last modified time
    Searched refs:iterator_category (Results 1 - 25 of 306) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_types.h 121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_types.h 121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_types.h 121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_types.h 121 typedef _Category iterator_category; typedef in struct:iterator
142 _GLIBCXX_HAS_NESTED_TYPE(iterator_category)
151 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
165 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
177 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
188 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
200 inline typename iterator_traits<_Iter>::iterator_category
202 { return typename iterator_traits<_Iter>::iterator_category(); }
    [all...]
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 19 // typedef typename Iter::iterator_category iterator_category;
33 typedef std::forward_iterator_tag iterator_category; typedef in struct:test_iterator
42 static_assert((std::is_same<It::iterator_category, std::forward_iterator_tag>::value), "");
const_pointer.pass.cpp 19 // typedef random_access_iterator_tag iterator_category;
34 static_assert((std::is_same<It::iterator_category, std::random_access_iterator_tag>::value), "");
pointer.pass.cpp 19 // typedef random_access_iterator_tag iterator_category;
34 static_assert((std::is_same<It::iterator_category, std::random_access_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 19 // typedef typename Iter::iterator_category iterator_category;
33 typedef std::forward_iterator_tag iterator_category; typedef in struct:test_iterator
42 static_assert((std::is_same<It::iterator_category, std::forward_iterator_tag>::value), "");
const_pointer.pass.cpp 19 // typedef random_access_iterator_tag iterator_category;
34 static_assert((std::is_same<It::iterator_category, std::random_access_iterator_tag>::value), "");
pointer.pass.cpp 19 // typedef random_access_iterator_tag iterator_category;
34 static_assert((std::is_same<It::iterator_category, std::random_access_iterator_tag>::value), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 8 // std::iterator_traits<>::iterator_category
57 // partial specialization: instead of an iterator_category typedef, the standard
62 // typedefs but iterator_category.
107 typedef typename Iterator::iterator_category iterator_category;
117 typedef std::random_access_iterator_tag iterator_category;
127 typedef std::random_access_iterator_tag iterator_category;
159 BOOST_MPL_HAS_XXX_TRAIT_DEF(iterator_category)
259 typedef typename T::_Iterator_category iterator_category;
272 typedef std::random_access_iterator_tag iterator_category;
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 46 typedef output_iterator_tag iterator_category; typedef in class:raw_storage_iterator
72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { return output_iterator_tag(); } function
_iterator_base.h 60 typedef _Category iterator_category; typedef in struct:iterator
68 typedef output_iterator_tag iterator_category; typedef in struct:iterator
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
90 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_traits< _Tp >::iterator_category()
92 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::iterator_category()
143 typedef typename _Iterator::iterator_category _OriginalTag;
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category; typedef in struct:iterator_traits
148 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits::iterator_traits
167 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
176 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
186 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
280 iterator_category(const input_iterator<_Tp, _Distance>&) { return input_iterator_tag(); } function in struct:iterator_traits
282 iterator_category(const output_iterator&) { return output_iterator_tag(); } function in struct:iterator_traits
285 iterator_category(const forward_iterator<_Tp, _Distance>&) { return forward_iterator_tag(); } function in struct:iterator_traits
288 iterator_category(const bidirectional_iterator<_Tp, _Distance>&) { return bidirectional_iterator_tag(); } function in struct:iterator_traits
291 iterator_category(const random_access_iterator<_Tp, _Distance>&) { return random_access_iterator_tag(); } function in struct:iterator_traits
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_traits.hpp 14 // iterator_category which has the same name as its
15 // std::iterator_category() function, probably due in part to the
23 # define BOOST_ITERATOR_CATEGORY iterator_category
55 typedef typename boost::detail::iterator_traits<Iterator>::iterator_category type;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 46 typedef output_iterator_tag iterator_category; typedef in class:raw_storage_iterator
72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { return output_iterator_tag(); } function
_iterator_base.h 60 typedef _Category iterator_category; typedef in struct:iterator
68 typedef output_iterator_tag iterator_category; typedef in struct:iterator
78 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_category(_It)
90 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_STD::iterator_traits< _Tp >::iterator_category()
92 # define _STLP_ITERATOR_CATEGORY(_It, _Tp) _STLP_TYPENAME _STLP_STD::iterator_traits< _Tp >::iterator_category()
143 typedef typename _Iterator::iterator_category _OriginalTag;
144 typedef typename _CategoryMapping<_OriginalTag>::_Tag iterator_category; typedef in struct:iterator_traits
148 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits::iterator_traits
167 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
176 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
186 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits::iterator_traits
280 iterator_category(const input_iterator<_Tp, _Distance>&) { return input_iterator_tag(); } function in struct:iterator_traits
282 iterator_category(const output_iterator&) { return output_iterator_tag(); } function in struct:iterator_traits
285 iterator_category(const forward_iterator<_Tp, _Distance>&) { return forward_iterator_tag(); } function in struct:iterator_traits
288 iterator_category(const bidirectional_iterator<_Tp, _Distance>&) { return bidirectional_iterator_tag(); } function in struct:iterator_traits
291 iterator_category(const random_access_iterator<_Tp, _Distance>&) { return random_access_iterator_tag(); } function in struct:iterator_traits
    [all...]
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 20 // typedef Category iterator_category;
37 static_assert((std::is_same<typename It::iterator_category, std::forward_iterator_tag>::value), "");
49 static_assert((std::is_same<typename It::iterator_category, std::bidirectional_iterator_tag>::value), "");
61 static_assert((std::is_same<typename It::iterator_category, std::random_access_iterator_tag>::value), "");
73 static_assert((std::is_same<typename It::iterator_category, std::input_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.basic/
iterator.pass.cpp 20 // typedef Category iterator_category;
37 static_assert((std::is_same<typename It::iterator_category, std::forward_iterator_tag>::value), "");
49 static_assert((std::is_same<typename It::iterator_category, std::bidirectional_iterator_tag>::value), "");
61 static_assert((std::is_same<typename It::iterator_category, std::random_access_iterator_tag>::value), "");
73 static_assert((std::is_same<typename It::iterator_category, std::input_iterator_tag>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 48 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 48 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 48 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 48 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /external/libcxx/test/std/containers/sequences/vector.bool/
types.pass.cpp 50 typename std::iterator_traits<typename C::iterator>::iterator_category,
53 typename std::iterator_traits<typename C::const_iterator>::iterator_category,
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
types.pass.cpp 46 static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value), "");
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 21 // iterator<typename iterator_traits<Iterator>::iterator_category,
53 static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value), "");

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>