Searched refs:iterator_category (Results 1 - 25 of 173) sorted by relevance

1234567

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_iterator_base_types.h130 typedef _Category iterator_category; typedef in struct:iterator
162 __void_t<typename _Iterator::iterator_category,
168 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
184 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
201 using iterator_category = random_access_iterator_tag;
212 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
223 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
237 typename iterator_traits<_Iter>::iterator_category
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_iterator_base_types.h130 typedef _Category iterator_category; typedef in struct:iterator
162 __void_t<typename _Iterator::iterator_category,
168 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:__iterator_traits
184 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
201 using iterator_category = random_access_iterator_tag;
212 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
223 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
237 typename iterator_traits<_Iter>::iterator_category
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dreference-to-pointer-iterator.h36 using iterator_category = typename IteratorType::iterator_category;
H A Dfiltered-iterator.h35 typedef typename BaseIterator::iterator_category iterator_category; typedef in class:filtered_iterator
H A Dnext-iterator.h35 typedef std::forward_iterator_tag iterator_category; typedef in struct:next_iterator
H A Dsafe-iterator.h48 typedef typename Iterator::iterator_category iterator_category; typedef in class:basic_safe_iterator
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp52 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
H A Diterator.hpp52 typedef std::forward_iterator_tag iterator_category; typedef in class:iterator_
H A Dpoint_const_iterator.hpp53 typedef trivial_iterator_tag iterator_category; typedef in class:point_const_iterator_
H A Dpoint_iterator.hpp51 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp52 typedef std::forward_iterator_tag iterator_category; typedef in class:const_iterator_
H A Diterator.hpp52 typedef std::forward_iterator_tag iterator_category; typedef in class:iterator_
H A Dpoint_iterator.hpp51 typedef trivial_iterator_tag iterator_category; typedef in class:point_iterator_
H A Dpoint_const_iterator.hpp53 typedef trivial_iterator_tag iterator_category; typedef in class:point_const_iterator_
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dfiltered-iterator.h35 typedef typename BaseIterator::iterator_category iterator_category; typedef in class:filtered_iterator
H A Dnext-iterator.h33 typedef std::forward_iterator_tag iterator_category; typedef in struct:next_iterator
H A Dsafe-iterator.h48 typedef typename Iterator::iterator_category iterator_category; typedef in class:basic_safe_iterator
/netbsd-current/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Diterator_traits.h78 using _Apply = typename _ITER_TRAITS<_Iter>::iterator_category;
113 template <class _Up> static char __test(typename __void_t<typename _Up::iterator_category>::type* = 0,
129 template <class _Up> static char __test(typename _Up::iterator_category* = nullptr);
216 concept __has_member_iterator_category = requires { typename _Ip::iterator_category; };
314 using type = typename _Ip::iterator_category;
339 using iterator_category = typename _Ip::iterator_category;
351 using iterator_category = typename __iterator_traits_iterator_category<_Ip>::type;
362 using iterator_category = output_iterator_tag;
387 typedef typename _Iter::iterator_category iterator_categor typedef in struct:__iterator_traits_impl
423 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Diterator.h51 typedef _IteratorCategory iterator_category; typedef in class:__gnu_parallel::_IteratorPair
123 typedef _IteratorCategory iterator_category; typedef in class:__gnu_parallel::_IteratorTriple
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprogspace.h59 typedef typename objfile_list::iterator::iterator_category iterator_category; typedef in class:unwrapping_objfile_iterator
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Diterator.h51 typedef _IteratorCategory iterator_category; typedef in class:__gnu_parallel::_IteratorPair
123 typedef _IteratorCategory iterator_category; typedef in class:__gnu_parallel::_IteratorTriple
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dthread-iter.h44 typedef std::forward_iterator_tag iterator_category; typedef in class:all_threads_iterator
93 typedef std::forward_iterator_tag iterator_category; typedef in class:all_matching_threads_iterator
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLineIterator.h42 using iterator_category = std::forward_iterator_tag;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dnode_iterators.hpp65 typedef trivial_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_iterator.hpp68 typedef std::forward_iterator_tag iterator_category; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_

Completed in 288 milliseconds

1234567