HomeSort by relevance Sort by last modified time
    Searched defs:iterator_category (Results 1 - 25 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 19 // typedef typename Iter::iterator_category iterator_category;
33 typedef std::forward_iterator_tag iterator_category; typedef in struct:test_iterator
42 static_assert((std::is_same<It::iterator_category, std::forward_iterator_tag>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 19 // typedef typename Iter::iterator_category iterator_category;
33 typedef std::forward_iterator_tag iterator_category; typedef in struct:test_iterator
42 static_assert((std::is_same<It::iterator_category, std::forward_iterator_tag>::value), "");
  /external/libcxx/test/libcxx/iterators/
trivial_iterators.pass.cpp 48 typedef my_input_iterator_tag iterator_category; typedef in class:my_input_iterator
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
types.pass.cpp 34 typedef std::forward_iterator_tag iterator_category; typedef in struct:DummyIt
56 static_assert((std::is_same<typename R::iterator_category, typename T::iterator_category>::value), "");