HomeSort by relevance Sort by last modified time
    Searched full:iterator_category (Results 76 - 100 of 791) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 48 public iterator<typename iterator_traits<_Iterator>::iterator_category,
169 typedef output_iterator_tag iterator_category; typedef in class:back_insert_iterator
199 typedef output_iterator_tag iterator_category; typedef in class:front_insert_iterator
229 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 48 public iterator<typename iterator_traits<_Iterator>::iterator_category,
169 typedef output_iterator_tag iterator_category; typedef in class:back_insert_iterator
199 typedef output_iterator_tag iterator_category; typedef in class:front_insert_iterator
229 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iterator.h 48 public iterator<typename iterator_traits<_Iterator>::iterator_category,
169 typedef output_iterator_tag iterator_category; typedef in class:back_insert_iterator
199 typedef output_iterator_tag iterator_category; typedef in class:front_insert_iterator
229 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
  /external/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_iterator.h 131 typedef typename iterator_traits<_Const_iterator>::iterator_category _Iterator_category;
135 typedef _Iterator_category iterator_category; typedef in struct:_DBG_iter_base
216 typedef typename _Base::iterator_category iterator_category; typedef in struct:_DBG_iter
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator 27 typedef typename Iterator::iterator_category iterator_category;
37 typedef random_access_iterator_tag iterator_category;
47 typedef random_access_iterator_tag iterator_category;
58 typedef Category iterator_category;
78 : public iterator<typename iterator_traits<Iterator>::iterator_category,
346 template <class _Up> static char __test(typename _Up::iterator_category* = 0);
360 typedef typename _Iter::iterator_category iterator_category;
370 is_convertible<typename _Iter::iterator_category, input_iterator_tag>::value |
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iterator/
types.pass.cpp 53 static_assert((std::is_same<typename R::iterator_category, std::output_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iterator/
types.pass.cpp 58 static_assert((std::is_same<typename R::iterator_category, std::output_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
op_star.pass.cpp 39 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:weird_iterator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/
op_arrow.pass.cpp 41 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:weird_iterator
  /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
const_child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:const_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
const_child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct: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
const_child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct: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
const_child_iterator.hpp 44 typedef std::forward_iterator_tag iterator_category; typedef in struct:const_iterator
  /prebuilts/ndk/6/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

Completed in 355 milliseconds

1 2 34 5 6 7 8 91011>>