Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 25 of 9890) sorted by relevance

12345678910>>...396

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc24 struct iterator struct
30 using iterator_category = std::bidirectional_iterator_tag; argument
32 iterator() : ptr() { } in iterator() argument
33 explicit iterator(pointer p) : ptr(p) { } in iterator() function
35 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
37 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
43 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
44 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc24 struct iterator struct
30 using iterator_category = std::bidirectional_iterator_tag; argument
32 iterator() : ptr() { } in iterator() argument
33 explicit iterator(pointer p) : ptr(p) { } in iterator() argument
35 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
37 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
43 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
44 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc24 struct iterator struct
30 using iterator_category = std::bidirectional_iterator_tag; argument
32 iterator() : ptr() { } in iterator() function
33 explicit iterator(pointer p) : ptr(p) { } in iterator() argument
35 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
37 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
43 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
44 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc24 struct iterator struct
30 using iterator_category = std::bidirectional_iterator_tag; argument
32 iterator() : ptr() { } in iterator() argument
33 explicit iterator(pointer p) : ptr(p) { } in iterator() function
35 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
37 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
43 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
44 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc23 struct iterator struct
29 using iterator_category = std::bidirectional_iterator_tag; argument
31 iterator() : ptr() { } in iterator() argument
32 explicit iterator(pointer p) : ptr(p) { } in iterator() function
34 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
35 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
36 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
37 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
42 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
43 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc23 struct iterator struct
29 using iterator_category = std::bidirectional_iterator_tag; argument
31 iterator() : ptr() { } in iterator() argument
32 explicit iterator(pointer p) : ptr(p) { } in iterator() argument
34 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
35 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
36 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
37 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
42 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
43 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc24 struct iterator struct
30 using iterator_category = std::bidirectional_iterator_tag; argument
32 iterator() : ptr() { } in iterator() function
33 explicit iterator(pointer p) : ptr(p) { } in iterator() argument
35 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
37 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
43 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
44 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc24 struct iterator struct
30 using iterator_category = std::bidirectional_iterator_tag; argument
32 iterator() : ptr() { } in iterator() argument
33 explicit iterator(pointer p) : ptr(p) { } in iterator() function
35 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
36 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
37 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
38 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
43 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
44 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/28_regex/match_results/
H A D94627.cc23 struct iterator struct
29 using iterator_category = std::bidirectional_iterator_tag; argument
31 iterator() : ptr() { } in iterator() function
32 explicit iterator(pointer p) : ptr(p) { } in iterator() function
34 iterator& operator++() { if (bang) throw 1; ++ptr; return *this; } in operator ++() argument
35 iterator operator++(int) { auto copy = *this; ++*this; return copy; } in operator ++() argument
36 iterator& operator--() { if (bang) throw 1; --ptr; return *this; } in operator --() argument
37 iterator operator--(int) { auto copy = *this; --*this; return copy; } in operator --() argument
42 bool operator==(iterator rhs) const noexcept { return ptr == rhs.ptr; } in operator ==() argument
43 bool operator!=(iterator rhs) const noexcept { return ptr != rhs.ptr; } in operator !=() argument
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/compute/detail/
H A Diterator.hpp24 struct iterator struct
39 > base_type;
43 proxy_type;
47 const_reference;
50 target_type;
52 HPX_HOST_DEVICE iterator() in iterator() argument
59 iterator(typename traits::allocator_traits<Allocator>::pointer p, in iterator() argument
65 HPX_HOST_DEVICE iterator(iterator const& other) in iterator() function
70 HPX_HOST_DEVICE iterator& operator=(iterator const& other) in operator =()
78 HPX_HOST_DEVICE target_type const& target() const in target()
[all …]
/dports/devel/efl/efl-1.25.1/src/bindings/cxx/eina_cxx/
H A Deina_iterator.hh165 struct iterator struct
185 explicit iterator(Eina_Iterator* iterator_ = 0) in iterator() function
202 self_type& operator++() in operator ++()
221 self_type& operator++(int) in operator ++()
230 value_type& operator*() const in operator *()
239 pointer operator->() const in operator ->()
266 explicit iterator(Eina_Iterator* iterator_ = 0) in iterator() function
283 self_type& operator++() in operator ++()
302 self_type& operator++(int) in operator ++()
311 T const& operator*() const in operator *()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dparse.h94 typedef struct iterator { struct
95 struct iterator *next; /* linked list */ argument
106 } t_iterator; argument
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dparse.h94 typedef struct iterator { struct
95 struct iterator *next; /* linked list */ argument
106 } t_iterator; argument
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dparse.h94 typedef struct iterator { struct
95 struct iterator *next; /* linked list */ argument
106 } t_iterator; argument
/dports/devel/hyperscan/boost_1_75_0/boost/circular_buffer/
H A Ddetails.hpp199 struct iterator struct
230 const Buff* m_buff;
233 pointer m_it;
240 iterator() : m_buff(0), m_it(0) {} in iterator() argument
251 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() argument
255 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() argument
257 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() argument
294 iterator& operator ++ () { in operator ++()
304 iterator operator ++ (int) { in operator ++()
311 iterator& operator -- () { in operator --()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/circular_buffer/
H A Ddetails.hpp199 struct iterator struct
230 const Buff* m_buff;
233 pointer m_it;
240 iterator() : m_buff(0), m_it(0) {} in iterator() function
251 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() argument
255 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
257 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() argument
294 iterator& operator ++ () { in operator ++()
304 iterator operator ++ (int) { in operator ++()
311 iterator& operator -- () { in operator --()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/circular_buffer/
H A Ddetails.hpp199 struct iterator struct
230 const Buff* m_buff;
233 pointer m_it;
240 iterator() : m_buff(0), m_it(0) {} in iterator() argument
251 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() argument
255 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() argument
257 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() argument
294 iterator& operator ++ () { in operator ++()
304 iterator operator ++ (int) { in operator ++()
311 iterator& operator -- () { in operator --()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/circular_buffer/
H A Ddetails.hpp199 struct iterator struct
230 const Buff* m_buff;
233 pointer m_it;
240 iterator() : m_buff(0), m_it(0) {} in iterator() function
251 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() function
255 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
257 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() argument
294 iterator& operator ++ () { in operator ++()
304 iterator operator ++ (int) { in operator ++()
311 iterator& operator -- () { in operator --()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/circular_buffer/
H A Ddetails.hpp198 struct iterator : struct
242 const Buff* m_buff;
245 pointer m_it;
252 iterator() : m_buff(0), m_it(0) {} in iterator() function
263 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() function
267 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
269 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() argument
306 iterator& operator ++ () { in operator ++()
316 iterator operator ++ (int) { in operator ++()
323 iterator& operator -- () { in operator --()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/circular_buffer/
H A Ddetails.hpp199 struct iterator struct
230 const Buff* m_buff;
233 pointer m_it;
240 iterator() : m_buff(0), m_it(0) {} in iterator() function
251 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() argument
255 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
257 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() function
294 iterator& operator ++ () { in operator ++()
304 iterator operator ++ (int) { in operator ++()
311 iterator& operator -- () { in operator --()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/circular_buffer/
H A Ddetails.hpp198 struct iterator : struct
242 const Buff* m_buff;
245 pointer m_it;
252 iterator() : m_buff(0), m_it(0) {} in iterator() argument
263 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() function
267 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
269 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() function
306 iterator& operator ++ () { in operator ++()
316 iterator operator ++ (int) { in operator ++()
323 iterator& operator -- () { in operator --()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/circular_buffer/
H A Ddetails.hpp198 struct iterator : struct
242 const Buff* m_buff;
245 pointer m_it;
252 iterator() : m_buff(0), m_it(0) {} in iterator() argument
263 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() argument
267 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
269 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() function
306 iterator& operator ++ () { in operator ++()
316 iterator operator ++ (int) { in operator ++()
323 iterator& operator -- () { in operator --()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/circular_buffer/
H A Ddetails.hpp198 struct iterator : struct
242 const Buff* m_buff;
245 pointer m_it;
252 iterator() : m_buff(0), m_it(0) {} in iterator() function
263 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() argument
267 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() argument
269 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() function
306 iterator& operator ++ () { in operator ++()
316 iterator operator ++ (int) { in operator ++()
323 iterator& operator -- () { in operator --()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/circular_buffer/
H A Ddetails.hpp197 struct iterator : struct
241 const Buff* m_buff;
244 pointer m_it;
251 iterator() : m_buff(0), m_it(0) {} in iterator() argument
262 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() function
266 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
268 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() argument
305 iterator& operator ++ () { in operator ++()
315 iterator operator ++ (int) { in operator ++()
322 iterator& operator -- () { in operator --()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/circular_buffer/
H A Ddetails.hpp199 struct iterator struct
230 const Buff* m_buff;
233 pointer m_it;
240 iterator() : m_buff(0), m_it(0) {} in iterator() argument
251 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator() argument
255 iterator(const nonconst_self& it) : m_buff(it.m_buff), m_it(it.m_it) {} in iterator() function
257 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator() function
294 iterator& operator ++ () { in operator ++()
304 iterator operator ++ (int) { in operator ++()
311 iterator& operator -- () { in operator --()
[all …]

12345678910>>...396