Home
last modified time | relevance | path

Searched refs:iterator_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A Diterator86 typedef Iterator iterator_type;
214 typedef Iterator iterator_type;
227 constexpr iterator_type base() const;
667 typedef _Iter iterator_type;
1102 typedef _Iter iterator_type;
1104 typedef typename iterator_traits<iterator_type>::value_type value_type;
1106 typedef iterator_type pointer;
1108 typedef typename iterator_traits<iterator_type>::reference __reference;
1115 typedef typename iterator_traits<iterator_type>::reference reference;
1322 typedef typename iterator_traits<iterator_type>::pointer pointer;
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp261 typedef const_key_set_iterator iterator_type; in find() typedef
262 for (iterator_type it = m_key_set.begin(); it != m_key_set.end(); ++it) in find()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_iterator.h105 typedef _Iterator iterator_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
124 reverse_iterator(iterator_type __x) : current(__x) { } in _GLIBCXX_BEGIN_NAMESPACE()
143 iterator_type in _GLIBCXX_BEGIN_NAMESPACE()