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

1 2 3 4 5 6 7 8 91011

  /external/clang/include/clang/Index/
STLExtras.h 31 typedef typename iter_type::iterator_category iterator_category; typedef in class:clang::idx::pair_value_iterator
  /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
  /prebuilt/linux-x86/toolchain/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(); }
  /prebuilt/linux-x86/toolchain/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
const_child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:const_iterator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
const_point_iterator.hpp 51 typedef trivial_iterator_tag iterator_category; typedef in class:const_point_iterator_
point_iterator.hpp 49 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
  /prebuilt/ndk/android-ndk-r5/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(); }
  /prebuilt/ndk/android-ndk-r5/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
const_child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:const_iterator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
const_point_iterator.hpp 51 typedef trivial_iterator_tag iterator_category; typedef in class:const_point_iterator_
point_iterator.hpp 49 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r6/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(); }
  /prebuilt/ndk/android-ndk-r6/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
const_child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:const_iterator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 51 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
const_point_iterator.hpp 51 typedef trivial_iterator_tag iterator_category; typedef in class:const_point_iterator_
point_iterator.hpp 49 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r7/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(); }
  /prebuilt/ndk/android-ndk-r7/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 615 milliseconds

1 2 3 4 5 6 7 8 91011