Home
last modified time | relevance | path

Searched refs:int_iterator (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/net-im/biboumi/biboumi-9.0/external/src/catch/projects/SelfTest/UsageTests/
H A DToStringWhich.tests.cpp91 struct int_iterator { struct
98 int_iterator() = default; argument
99 int_iterator(int i) :val(i) {} in int_iterator() function
105 int_iterator operator++(int) { in operator ++() argument
115 int_iterator begin() const { return int_iterator{ 1 }; } in begin() argument
116 int_iterator end() const { return {}; } in end()
125 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
126 int_iterator end() const { return {}; } in end()
139 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
140 int_iterator end() const { return {}; } in end()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DToStringWhich.tests.cpp118 struct int_iterator { struct
125 int_iterator() = default;
126 int_iterator(int i) :val(i) {} in int_iterator() argument
132 int_iterator operator++(int) { in operator ++() argument
142 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
143 int_iterator end() const { return {}; } in end()
152 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
153 int_iterator end() const { return {}; } in end()
170 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
171 int_iterator end() const { return {}; } in end()
[all …]
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DToStringWhich.tests.cpp118 struct int_iterator { struct
125 int_iterator() = default;
126 int_iterator(int i) :val(i) {} in int_iterator() function
132 int_iterator operator++(int) { in operator ++() argument
142 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
143 int_iterator end() const { return {}; } in end()
152 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
153 int_iterator end() const { return {}; } in end()
170 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
171 int_iterator end() const { return {}; } in end()
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DToStringWhich.tests.cpp118 struct int_iterator { struct
125 int_iterator() = default;
126 int_iterator(int i) :val(i) {} in int_iterator() argument
132 int_iterator operator++(int) { in operator ++() argument
142 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
143 int_iterator end() const { return {}; } in end()
152 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
153 int_iterator end() const { return {}; } in end()
170 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
171 int_iterator end() const { return {}; } in end()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringWhich.tests.cpp118 struct int_iterator { struct
125 int_iterator() = default;
126 int_iterator(int i) :val(i) {} in int_iterator() function
132 int_iterator operator++(int) { in operator ++() argument
142 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
143 int_iterator end() const { return {}; } in end()
152 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
153 int_iterator end() const { return {}; } in end()
170 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
171 int_iterator end() const { return {}; } in end()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringWhich.tests.cpp118 struct int_iterator { struct
125 int_iterator() = default;
126 int_iterator(int i) :val(i) {} in int_iterator() argument
132 int_iterator operator++(int) { in operator ++() argument
142 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
143 int_iterator end() const { return {}; } in end()
152 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
153 int_iterator end() const { return {}; } in end()
170 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
171 int_iterator end() const { return {}; } in end()
[all …]
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DToStringWhich.tests.cpp118 struct int_iterator { struct
125 int_iterator() = default;
126 int_iterator(int i) :val(i) {} in int_iterator() argument
132 int_iterator operator++(int) { in operator ++() argument
142 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
143 int_iterator end() const { return {}; } in end()
152 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
153 int_iterator end() const { return {}; } in end()
170 int_iterator begin() const { return int_iterator{ 1 }; } in begin()
171 int_iterator end() const { return {}; } in end()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/devel/R-cran-BH/BH/inst/include/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/databases/percona57-server/boost_1_59_0/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/databases/xtrabackup/boost_1_59_0/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/databases/percona57-client/boost_1_59_0/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/devel/boost-libs/boost_1_72_0/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/devel/boost-python-libs/boost_1_72_0/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/devel/hyperscan/boost_1_75_0/boost/pending/detail/
H A Dint_iterator.hpp25 class int_iterator class
27 typedef int_iterator self;
35 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
37 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
62 inline int_iterator<IntT>
63 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
68 using iterators::int_iterator;
75 using ::int_iterator;
77 using ::int_iterator;
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/pending/detail/
H A Dint_iterator.hpp24 class int_iterator class
26 typedef int_iterator self;
34 inline int_iterator() : _i(0) { } in int_iterator() function in boost::iterators::int_iterator
35 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::iterators::int_iterator
36 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::iterators::int_iterator
61 inline int_iterator<IntT>
62 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
67 using iterators::int_iterator;
74 using ::int_iterator;
76 using ::int_iterator;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/pending/detail/
H A Dint_iterator.hpp23 class int_iterator class
25 typedef int_iterator self;
33 inline int_iterator() : _i(0) { } in int_iterator() function in boost::int_iterator
34 inline int_iterator(IntT i) : _i(i) { } in int_iterator() function in boost::int_iterator
35 inline int_iterator(const self& x) : _i(x._i) { } in int_iterator() function in boost::int_iterator
60 inline int_iterator<IntT>
61 operator+(IntT n, int_iterator<IntT> t) { t += n; return t; } in operator +()
69 using ::int_iterator;

1234567