HomeSort by relevance Sort by last modified time
    Searched refs:iterator_category (Results 26 - 50 of 306) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
types.pass.cpp 50 typename std::iterator_traits<typename C::iterator>::iterator_category,
53 typename std::iterator_traits<typename C::const_iterator>::iterator_category,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/
types.pass.cpp 46 static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/
types.pass.cpp 21 // iterator<typename iterator_traits<Iterator>::iterator_category,
53 static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 50 typedef output_iterator_tag iterator_category; typedef in class:ostreambuf_iterator
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } function
_stream_iterator.h 102 typedef input_iterator_tag iterator_category; typedef in class:istream_iterator
175 typedef output_iterator_tag iterator_category; typedef in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } function
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } function
227 iterator_category(const istream_iterator< __ISI_TMPL_ARGUMENTS >&) function
_iterator_old.h 43 iterator_category(const back_insert_iterator<_Container>&) { return output_iterator_tag(); } function
46 iterator_category(const front_insert_iterator<_Container>&) { return output_iterator_tag(); } function
49 iterator_category(const insert_iterator<_Container>&) { return output_iterator_tag(); } function
71 typedef bidirectional_iterator_tag iterator_category; typedef in class:reverse_bidirectional_iterator
116 iterator_category(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance>&) function
165 typedef random_access_iterator_tag iterator_category; typedef in class:reverse_iterator
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&) function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 50 typedef output_iterator_tag iterator_category; typedef in class:ostreambuf_iterator
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } function
_stream_iterator.h 102 typedef input_iterator_tag iterator_category; typedef in class:istream_iterator
175 typedef output_iterator_tag iterator_category; typedef in class:ostream_iterator
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } function
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } function
227 iterator_category(const istream_iterator< __ISI_TMPL_ARGUMENTS >&) function
_iterator_old.h 43 iterator_category(const back_insert_iterator<_Container>&) { return output_iterator_tag(); } function
46 iterator_category(const front_insert_iterator<_Container>&) { return output_iterator_tag(); } function
49 iterator_category(const insert_iterator<_Container>&) { return output_iterator_tag(); } function
71 typedef bidirectional_iterator_tag iterator_category; typedef in class:reverse_bidirectional_iterator
116 iterator_category(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance>&) function
165 typedef random_access_iterator_tag iterator_category; typedef in class:reverse_iterator
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&) function
  /external/libcxx/test/std/re/re.iter/re.regiter/
types.pass.cpp 23 // typedef forward_iterator_tag iterator_category;
38 static_assert((std::is_same<typename I::iterator_category, std::forward_iterator_tag>::value), "");
  /external/libcxx/test/std/re/re.iter/re.tokiter/
types.pass.cpp 23 // typedef forward_iterator_tag iterator_category;
38 static_assert((std::is_same<typename I::iterator_category, std::forward_iterator_tag>::value), "");
  /external/libcxx/test/std/strings/basic.string/
input_iterator.h 20 typedef typename std::input_iterator_tag iterator_category; typedef in class:input_iterator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/
types.pass.cpp 23 // typedef forward_iterator_tag iterator_category;
38 static_assert((std::is_same<typename I::iterator_category, std::forward_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/
types.pass.cpp 23 // typedef forward_iterator_tag iterator_category;
38 static_assert((std::is_same<typename I::iterator_category, std::forward_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
input_iterator.h 20 typedef typename std::input_iterator_tag iterator_category; typedef in class:input_iterator
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 33 typedef Category iterator_category; typedef in struct:boost::iterator
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
equal.hpp 136 BOOST_DEDUCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator1 >::iterator_category tag1;
137 BOOST_DEDUCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator2 >::iterator_category tag2;
151 BOOST_DEDUCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator1 >::iterator_category tag1;
152 BOOST_DEDUCED_TYPENAME std::iterator_traits< SinglePassTraversalReadableIterator2 >::iterator_category tag2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 49 typedef trivial_iterator_tag iterator_category; typedef in class:point_const_iterator_
point_iterator.hpp 47 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 49 typedef trivial_iterator_tag iterator_category; typedef in class:point_const_iterator_
point_iterator.hpp 47 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 49 typedef trivial_iterator_tag iterator_category; typedef in class:point_const_iterator_
point_iterator.hpp 47 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
point_const_iterator.hpp 49 typedef trivial_iterator_tag iterator_category; typedef in class:point_const_iterator_
point_iterator.hpp 47 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_

Completed in 1189 milliseconds

12 3 4 5 6 7 8 91011>>