/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), "");
|
/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
algo.h | 112 typedef typename iterator_traits::iterator_category iterator_category; typedef 113 return for_each_switch(begin, end, f, iterator_category(), 122 typedef typename iterator_traits::iterator_category iterator_category; typedef 123 return for_each_switch(begin, end, f, iterator_category()); 168 typedef typename iterator_traits::iterator_category iterator_category; typedef 169 return find_switch(begin, end, val, iterator_category()); 206 typedef typename iterator_traits::iterator_category iterator_category typedef 849 typedef typename traits_type::iterator_category iterator_category; typedef 884 typedef typename traits_type::iterator_category iterator_category; typedef 941 typedef typename traits_type::iterator_category iterator_category; typedef 951 typedef typename traits_type::iterator_category iterator_category; typedef 1010 typedef typename traits_type::iterator_category iterator_category; typedef 1020 typedef typename traits_type::iterator_category iterator_category; typedef 1423 typedef typename traits_type::iterator_category iterator_category; typedef 1434 typedef typename traits_type::iterator_category iterator_category; typedef 1492 typedef typename iterator_traits::iterator_category iterator_category; typedef 1503 typedef typename iterator_traits::iterator_category iterator_category; typedef 1553 typedef typename iterator_traits::iterator_category iterator_category; typedef 1562 typedef typename iterator_traits::iterator_category iterator_category; typedef 1600 typedef typename iterator_traits::iterator_category iterator_category; typedef 1610 typedef typename iterator_traits::iterator_category iterator_category; typedef 1706 typedef typename traits_type::iterator_category iterator_category; typedef 2257 typedef typename traits_type::iterator_category iterator_category; typedef 2267 typedef typename traits_type::iterator_category iterator_category; typedef 2348 typedef typename traits_type::iterator_category iterator_category; typedef 2358 typedef typename traits_type::iterator_category iterator_category; typedef [all...] |
numeric | 122 typedef typename iterator_traits::iterator_category iterator_category; 126 iterator_category(), parallelism_tag); 135 typedef typename iterator_traits::iterator_category iterator_category; 139 iterator_category()); 149 typedef typename iterator_traits::iterator_category iterator_category; 151 iterator_category(), parallelism_tag); 160 typedef typename iterator_traits::iterator_category iterator_category [all...] |
/external/stlport/stlport/stl/ |
_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/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...] |
/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), "");
|
/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_iterator_base_types.h | 122 typedef _Category iterator_category; typedef in struct:iterator 143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category) 152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits 166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 201 inline typename iterator_traits<_Iter>::iterator_category 203 { return typename iterator_traits<_Iter>::iterator_category(); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_iterator_base_types.h | 122 typedef _Category iterator_category; typedef in struct:iterator 143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category) 152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits 166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 201 inline typename iterator_traits<_Iter>::iterator_category 203 { return typename iterator_traits<_Iter>::iterator_category(); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_iterator_base_types.h | 122 typedef _Category iterator_category; typedef in struct:iterator 143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category) 152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits 166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 201 inline typename iterator_traits<_Iter>::iterator_category 203 { return typename iterator_traits<_Iter>::iterator_category(); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_iterator_base_types.h | 122 typedef _Category iterator_category; typedef in struct:iterator 143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category) 152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits 166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 201 inline typename iterator_traits<_Iter>::iterator_category 203 { return typename iterator_traits<_Iter>::iterator_category(); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_iterator_base_types.h | 122 typedef _Category iterator_category; typedef in struct:iterator 143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category) 152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits 166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 201 inline typename iterator_traits<_Iter>::iterator_category 203 { return typename iterator_traits<_Iter>::iterator_category(); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_iterator_base_types.h | 122 typedef _Category iterator_category; typedef in struct:iterator 143 _GLIBCXX_HAS_NESTED_TYPE(iterator_category) 152 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits 166 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 178 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 189 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 201 inline typename iterator_traits<_Iter>::iterator_category 203 { return typename iterator_traits<_Iter>::iterator_category(); } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_iterator_base_types.h | 107 typedef _Category iterator_category; typedef in struct:iterator 127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 159 inline typename iterator_traits<_Iter>::iterator_category 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator_base_types.h | 107 typedef _Category iterator_category; typedef in struct:iterator 127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 159 inline typename iterator_traits<_Iter>::iterator_category 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator_base_types.h | 107 typedef _Category iterator_category; typedef in struct:iterator 127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 159 inline typename iterator_traits<_Iter>::iterator_category 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_iterator_base_types.h | 107 typedef _Category iterator_category; typedef in struct:iterator 127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 159 inline typename iterator_traits<_Iter>::iterator_category 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_iterator_base_types.h | 107 typedef _Category iterator_category; typedef in struct:iterator 127 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits 137 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 147 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits 159 inline typename iterator_traits<_Iter>::iterator_category 161 { return typename iterator_traits<_Iter>::iterator_category(); }
|