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

1 2 3 4 5 6 7 8 91011>>

  /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(); }
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++/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), "");
  /external/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
  /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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/8/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
  /ndk/sources/cxx-stl/llvm-libc++/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:iterator

Completed in 1903 milliseconds

1 2 3 4 5 6 7 8 91011>>