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

<<212223

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable_policy.h 78 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
241 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Node_iterator
292 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Node_const_iterator
1296 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Local_iterator
1348 typedef std::forward_iterator_tag iterator_category; typedef in struct:__detail::_Local_const_iterator
    [all...]
stl_deque.h 114 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
    [all...]
stl_list.h 131 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator
207 typedef std::bidirectional_iterator_tag iterator_category; typedef in struct:_List_const_iterator
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 304 typedef std::forward_iterator_tag iterator_category; typedef in class:net::BalsaHeaders::iterator_base
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 304 typedef std::forward_iterator_tag iterator_category; typedef in class:net::BalsaHeaders::iterator_base
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 996 typedef std::forward_iterator_tag iterator_category; typedef in class:llvm::DenseMapIterator
    [all...]
ImmutableSet.h 1066 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:llvm::ImmutableSet::iterator
    [all...]
  /external/stlport/stlport/stl/
_bvector.h 173 typedef random_access_iterator_tag iterator_category; typedef in struct:_Bit_iter
250 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _Bit_iterator_base&) function
_deque.h 91 typedef random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator_base
163 typedef random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
326 iterator_category(const _STLP_PRIV _Deque_iterator<_Tp, _Traits >&) { return random_access_iterator_tag(); } function
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 173 typedef random_access_iterator_tag iterator_category; typedef in struct:_Bit_iter
250 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _Bit_iterator_base&) function
_deque.h 91 typedef random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator_base
163 typedef random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
326 iterator_category(const _STLP_PRIV _Deque_iterator<_Tp, _Traits >&) { return random_access_iterator_tag(); } function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 102 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
    [all...]
stl_tree.h 159 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
231 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 2246 typedef std::forward_iterator_tag iterator_category; typedef in class:regex_iterator
2361 typedef std::forward_iterator_tag iterator_category; typedef in class:regex_token_iterator
    [all...]
stl_deque.h 113 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 2246 typedef std::forward_iterator_tag iterator_category; typedef in class:regex_iterator
2361 typedef std::forward_iterator_tag iterator_category; typedef in class:regex_token_iterator
    [all...]
stl_deque.h 113 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 102 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
    [all...]
stl_tree.h 159 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
231 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 173 typedef random_access_iterator_tag iterator_category; typedef in struct:_Bit_iter
250 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _Bit_iterator_base&) function
_deque.h 91 typedef random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator_base
163 typedef random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
326 iterator_category(const _STLP_PRIV _Deque_iterator<_Tp, _Traits >&) { return random_access_iterator_tag(); } function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 102 typedef std::random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator
    [all...]
stl_tree.h 159 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_iterator
231 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_const_iterator
    [all...]

Completed in 438 milliseconds

<<212223