Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dtime_put_members_char.cc33 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
71 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01()
76 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01()
79 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01()
82 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01()
85 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01()
90 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01()
95 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01()
98 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01()
101 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01()
[all …]
H A Dtime_put_members_wchar_t.cc34 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
73 iterator_type os_it01 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01()
78 iterator_type os_it21 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01()
81 iterator_type os_it22 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01()
84 iterator_type os_it31 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01()
87 iterator_type os_it32 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X', 'E'); in test01()
92 iterator_type os_it02 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'a'); in test01()
97 iterator_type os_it23 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x'); in test01()
100 iterator_type os_it24 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'X'); in test01()
103 iterator_type os_it33 = tim_put.put(oss.rdbuf(), oss, '*', &time1, 'x', 'E'); in test01()
[all …]
H A Dtime_get_members_wchar_t.cc35 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef
57 iterator_type end; in test01()
85 iterator_type is_it01(iss); in test01()
95 iterator_type is_it02(iss); in test01()
105 iterator_type is_it03(iss); in test01()
113 iterator_type is_it04(iss); in test01()
124 iterator_type is_it10(iss); in test01()
139 iterator_type is_it20(iss); in test01()
153 typedef istreambuf_iterator<wchar_t> iterator_type; in test02() typedef
176 iterator_type end; in test02()
[all …]
H A Dtime_get_members_char.cc34 typedef istreambuf_iterator<char> iterator_type; in test01() typedef
57 iterator_type end; in test01()
85 iterator_type is_it01(iss); in test01()
95 iterator_type is_it02(iss); in test01()
105 iterator_type is_it03(iss); in test01()
113 iterator_type is_it04(iss); in test01()
124 iterator_type is_it10(iss); in test01()
139 iterator_type is_it20(iss); in test01()
153 typedef istreambuf_iterator<char> iterator_type; in test02() typedef
176 iterator_type end; in test02()
[all …]
H A Dmoney_put_members_char.cc36 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
82 iterator_type os_it01 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01()
87 iterator_type os_it02 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01()
98 iterator_type os_it03 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01()
103 iterator_type os_it04 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01()
115 iterator_type os_it05 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01()
120 iterator_type os_it06 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits2); in test01()
127 iterator_type os_it07 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01()
134 iterator_type os_it08 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01()
142 iterator_type os_it09 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits3); in test01()
[all …]
H A Dmoney_put_members_wchar_t.cc37 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
82 iterator_type os_it01 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01()
87 iterator_type os_it02 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01()
98 iterator_type os_it03 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits1); in test01()
103 iterator_type os_it04 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01()
115 iterator_type os_it05 = mon_put.put(oss.rdbuf(), false, oss, ' ', digits1); in test01()
120 iterator_type os_it06 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits2); in test01()
127 iterator_type os_it07 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01()
134 iterator_type os_it08 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits4); in test01()
142 iterator_type os_it09 = mon_put.put(oss.rdbuf(), true, oss, ' ', digits3); in test01()
[all …]
H A Dmoney_get_members_wchar_t.cc37 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef
76 iterator_type end; in test01()
84 iterator_type is_it01(iss); in test01()
92 iterator_type is_it02(iss); in test01()
100 iterator_type is_it03(iss); in test01()
108 iterator_type is_it04(iss); in test01()
116 iterator_type is_it05(iss); in test01()
127 iterator_type is_it06(iss); in test01()
135 iterator_type is_it07(iss); in test01()
143 iterator_type is_it08(iss); in test01()
[all …]
H A Dmoney_get_members_char.cc36 typedef istreambuf_iterator<char> iterator_type; in test01() typedef
75 iterator_type end; in test01()
83 iterator_type is_it01(iss); in test01()
91 iterator_type is_it02(iss); in test01()
99 iterator_type is_it03(iss); in test01()
107 iterator_type is_it04(iss); in test01()
115 iterator_type is_it05(iss); in test01()
126 iterator_type is_it06(iss); in test01()
134 iterator_type is_it07(iss); in test01()
142 iterator_type is_it08(iss); in test01()
[all …]
H A Dnum_put_members_char.cc33 typedef ostreambuf_iterator<char> iterator_type; in test01() typedef
76 iterator_type os_it00 = oss.rdbuf(); in test01()
77 iterator_type os_it01 = np.put(os_it00, oss, '+', b1); in test01()
H A Dnum_get_members_char.cc33 typedef istreambuf_iterator<char> iterator_type; in test01() typedef
83 iterator_type os_it00 = iss.rdbuf(); in test01()
84 iterator_type os_it01 = ng.get(os_it00, 0, iss, err, b1); in test01()
H A Dnum_put_members_wchar_t.cc34 typedef ostreambuf_iterator<wchar_t> iterator_type; in test01() typedef
77 iterator_type os_it00 = oss.rdbuf(); in test01()
78 iterator_type os_it01 = np.put(os_it00, oss, '+', b1); in test01()
H A Dnum_get_members_wchar_t.cc34 typedef istreambuf_iterator<wchar_t> iterator_type; in test01() typedef
84 iterator_type os_it00 = iss.rdbuf(); in test01()
85 iterator_type os_it01 = ng.get(os_it00, 0, iss, err, b1); in test01()
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dwrap_iter.h31 typedef _Iter iterator_type; typedef
32 typedef typename iterator_traits<iterator_type>::value_type value_type;
33 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
34 typedef typename iterator_traits<iterator_type>::pointer pointer;
35 typedef typename iterator_traits<iterator_type>::reference reference;
36 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category;
42 iterator_type __i_;
51 … typename enable_if<is_convertible<_Up, iterator_type>::value>::type* = nullptr) _NOEXCEPT
136 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 iterator_type base() const _NOEXCEPT {return _… in base()
140 explicit __wrap_iter(const void* __p, iterator_type __x) _NOEXCEPT : __i_(__x) in __wrap_iter()
H A Dmove_iterator.h72 using iterator_type = _Iter;
80 typedef _Iter iterator_type;
86 typedef typename iterator_traits<iterator_type>::value_type value_type;
87 typedef typename iterator_traits<iterator_type>::difference_type difference_type;
88 typedef iterator_type pointer;
90 typedef typename iterator_traits<iterator_type>::reference __reference;
H A Dreverse_iterator.h74 using iterator_type = _Iter;
370 using iterator_type = _Iter; variable
H A Dcounted_iterator.h77 using iterator_type = _Iter;
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Dreverse_iterator.cc55 typedef std::reverse_iterator<int*> iterator_type; in test02() typedef
56 iterator_type it01; in test02()
57 iterator_type it02; in test02()
H A Dinsert_iterator.cc55 typedef std::insert_iterator<std::list<int> > iterator_type; in test02() typedef
59 iterator_type it01(li, liit); in test02()
60 iterator_type it02 = std::inserter(li, liit); in test02()
H A Dback_insert_iterator.cc52 typedef std::back_insert_iterator<std::list<int> > iterator_type; in test02() typedef
54 iterator_type it = std::back_inserter(li); in test02()
H A Dfront_insert_iterator.cc51 typedef std::front_insert_iterator<std::list<int> > iterator_type; in test02() typedef
53 iterator_type it = std::front_inserter(li); in test02()
/openbsd-src/gnu/gcc/libstdc++-v3/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()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_iterator.h101 typedef _Iterator iterator_type; typedef
120 reverse_iterator(iterator_type __x) : current(__x) { } in reverse_iterator()
139 iterator_type
/openbsd-src/gnu/gcc/libstdc++-v3/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()
/openbsd-src/gnu/llvm/libcxx/include/
H A Diterator228 using iterator_type = Iterator;
389 using iterator_type = Iterator;
404 constexpr iterator_type base() const; // Until C++20
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST3646 iterator_type;

12