HomeSort by relevance Sort by last modified time
    Searched defs:iterator_category (Results 476 - 500 of 564) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 116 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_iterator
168 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_const_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 58 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
154 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Node_iterator
195 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Node_const_iterator
1007 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Local_iterator
1053 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Local_const_iterator
    [all...]
stl_deque.h 115 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
    [all...]
stl_list.h 132 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator
208 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_const_iterator
    [all...]
stl_tree.h 162 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
235 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 117 typedef forward_iterator_tag iterator_category; typedef in struct:_Ht_iterator
180 inline forward_iterator_tag iterator_category(const _STLP_PRIV _Ht_iterator<_BaseIte,_Traits>&) function
_list.h 85 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator_base
108 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator
165 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _List_iterator_base&) { return bidirectional_iterator_tag();} function
_slist.h 68 typedef forward_iterator_tag iterator_category; typedef in struct:_Slist_iterator_base
85 typedef forward_iterator_tag iterator_category; typedef in class:_Slist_iterator
142 inline forward_iterator_tag _STLP_CALL iterator_category(const _STLP_PRIV _Slist_iterator_base&) { return forward_iterator_tag(); } function
882 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
_tree.h 138 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_base_iterator
222 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _Rb_tree_base_iterator&) function
concept_checks.h 520 typedef typename __STD::iterator_traits<_Iter>::iterator_category
521 iterator_category; typedef in struct:__iterator_category_type_definition_requirement_violation
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.h 117 typedef forward_iterator_tag iterator_category; typedef in struct:_Ht_iterator
180 inline forward_iterator_tag iterator_category(const _STLP_PRIV _Ht_iterator<_BaseIte,_Traits>&) function
_list.h 85 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator_base
108 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator
165 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _List_iterator_base&) { return bidirectional_iterator_tag();} function
_slist.h 68 typedef forward_iterator_tag iterator_category; typedef in struct:_Slist_iterator_base
85 typedef forward_iterator_tag iterator_category; typedef in class:_Slist_iterator
142 inline forward_iterator_tag _STLP_CALL iterator_category(const _STLP_PRIV _Slist_iterator_base&) { return forward_iterator_tag(); } function
882 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
_tree.h 138 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_base_iterator
222 inline bidirectional_iterator_tag iterator_category(const _STLP_PRIV _Rb_tree_base_iterator&) function
concept_checks.h 520 typedef typename __STD::iterator_traits<_Iter>::iterator_category
521 iterator_category; typedef in struct:__iterator_category_type_definition_requirement_violation
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hashtable.h 116 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_iterator
169 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_const_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 126 typedef std::forward_iterator_tag iterator_category; typedef in struct:_Fwd_list_iterator
195 typedef std::forward_iterator_tag iterator_category; typedef in struct:_Fwd_list_const_iterator
    [all...]
stl_list.h 130 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator
206 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_const_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 116 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_iterator
168 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_const_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable_policy.h 58 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
154 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Node_iterator
195 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Node_const_iterator
1007 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Local_iterator
1053 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Local_const_iterator
    [all...]
stl_deque.h 115 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
    [all...]
stl_list.h 132 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator
208 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_const_iterator
    [all...]
stl_tree.h 162 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
235 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
hashtable.h 115 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_iterator
167 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_const_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
forward_list.h 130 typedef std::forward_iterator_tag iterator_category; typedef in struct:_Fwd_list_iterator
198 typedef std::forward_iterator_tag iterator_category; typedef in struct:_Fwd_list_const_iterator
    [all...]

Completed in 852 milliseconds

<<11121314151617181920>>