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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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
_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
_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/7/sources/cxx-stl/stlport/stlport/stl/
_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
_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
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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
_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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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
_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
  /external/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
_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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/
types.pass.cpp 26 // typedef output_iterator_tag iterator_category;
54 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/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/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/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
_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/5/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
_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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
facade_iterator_category.hpp 30 // iterator_category deduction for iterator_facade
132 // A composite iterator_category tag convertible to Category (a pure
160 // Computes an iterator_category tag whose traversal is Traversal and
184 // Compute an iterator_category for iterator_facade
  /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;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_iterators.h 13 typedef std::output_iterator_tag iterator_category; typedef in class:output_iterator
40 typedef std::input_iterator_tag iterator_category; typedef in class:input_iterator
89 typedef std::forward_iterator_tag iterator_category; typedef in class:forward_iterator
138 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:bidirectional_iterator
186 typedef std::random_access_iterator_tag iterator_category; typedef in class:random_access_iterator
  /external/chromium_org/content/browser/indexed_db/
list_set.h 72 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:list_set::iterator
111 typedef std::bidirectional_iterator_tag iterator_category; typedef in class:list_set::const_iterator
  /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/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 33 typedef Category iterator_category; typedef in struct:boost::iterator

Completed in 284 milliseconds

1 23 4 5 6 7 8 91011>>