Home
last modified time | relevance | path

Searched refs:one_of_equal (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/test/
H A Done_of_test.cpp42 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
44 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
47 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
49 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
69 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
72 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
76 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
88 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
90 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/algorithm/test/
H A Done_of_test.cpp43 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
45 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
48 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
50 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
70 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
73 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
78 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
89 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
91 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/test/
H A Done_of_test.cpp43 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
45 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
48 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
50 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
70 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
73 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
78 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
89 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
91 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/test/
H A Done_of_test.cpp43 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
45 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
48 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
50 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
70 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
73 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
78 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
89 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
91 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/test/
H A Done_of_test.cpp43 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
45 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
48 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
50 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
70 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
73 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
78 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
89 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
91 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/test/
H A Done_of_test.cpp42 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
44 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
47 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
49 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
69 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
72 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
76 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
88 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
90 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/test/
H A Done_of_test.cpp42 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
44 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
47 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
49 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
69 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
72 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
76 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
88 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
90 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/test/
H A Done_of_test.cpp43 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
45 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
48 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
50 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
70 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
73 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
78 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
89 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
91 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/test/
H A Done_of_test.cpp42 BOOST_CHECK (!ba::one_of_equal ( vi, 1 )); in test_one()
44 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 1 )); in test_one()
47 BOOST_CHECK (!ba::one_of_equal ( vi, 0 )); in test_one()
49 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.end(), 0 )); in test_one()
69 BOOST_CHECK (!ba::one_of_equal ( vc, '!' )); in test_one()
72 BOOST_CHECK (!ba::one_of_equal ( vc, 'n' )); in test_one()
76 BOOST_CHECK (!ba::one_of_equal ( vi.begin(), vi.begin(), 1 )); in test_one()
77 BOOST_CHECK (!ba::one_of_equal ( vc.begin(), vc.begin(), 'a' )); in test_one()
88 BOOST_CHECK (!ba::one_of_equal ( li.begin(), l_iter, 1 )); in test_one()
90 BOOST_CHECK ( ba::one_of_equal ( li.begin(), l_iter, 2 )); in test_one()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/doc/
H A Done_of.qbk16 The routine `one_of_equal` takes a sequence and a value. It will return true if one element in the …
34 The function `one_of_equal` is similar to `one_of`, but instead of taking a predicate to test the e…
39 bool one_of_equal ( InputIterator first, InputIterator last, V const &val );
41 bool one_of_equal ( const Range &r, V const &val );
57 one_of_equal ( c, 3 ) --> true
58 one_of_equal ( c.begin (), c.begin () + 3, 3 ) --> false
59 one_of_equal ( c.begin (), c.begin (), 99 ) --> false // empty range
64 `one_of` and `one_of_equal` work on all iterators except output iterators.
68 All of the variants of `one_of` and `one_of_equal` run in ['O(N)] (linear) time; that is, they comp…
72 All of the variants of `one_of` and `one_of_equal` take their parameters by value or const referenc…
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/algorithm/cxx11/
H A Done_of.hpp65 BOOST_CXX14_CONSTEXPR bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() function
84 BOOST_CXX14_CONSTEXPR bool one_of_equal ( const Range &r, const V &val ) in one_of_equal() function
86 return boost::algorithm::one_of_equal ( boost::begin (r), boost::end (r), val ); in one_of_equal()
/dports/devel/R-cran-BH/BH/inst/include/boost/algorithm/cxx11/
H A Done_of.hpp65 BOOST_CXX14_CONSTEXPR bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() function
84 BOOST_CXX14_CONSTEXPR bool one_of_equal ( const Range &r, const V &val ) in one_of_equal() function
86 return boost::algorithm::one_of_equal ( boost::begin (r), boost::end (r), val ); in one_of_equal()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/algorithm/cxx11/
H A Done_of.hpp60 bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() function
75 bool one_of_equal ( const Range &r, const V &val ) in one_of_equal() function
77 return boost::algorithm::one_of_equal ( boost::begin (r), boost::end (r), val ); in one_of_equal()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/algorithm/cxx11/
H A Done_of.hpp65 BOOST_CXX14_CONSTEXPR bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() function
84 BOOST_CXX14_CONSTEXPR bool one_of_equal ( const Range &r, const V &val ) in one_of_equal() function
86 return boost::algorithm::one_of_equal ( boost::begin (r), boost::end (r), val ); in one_of_equal()
/dports/databases/xtrabackup/boost_1_59_0/boost/algorithm/cxx11/
H A Done_of.hpp60 bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() function
75 bool one_of_equal ( const Range &r, const V &val ) in one_of_equal() function
77 return boost::algorithm::one_of_equal ( boost::begin (r), boost::end (r), val ); in one_of_equal()
/dports/databases/percona57-server/boost_1_59_0/boost/algorithm/cxx11/
H A Done_of.hpp60 bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() function
75 bool one_of_equal ( const Range &r, const V &val ) in one_of_equal() function
77 return boost::algorithm::one_of_equal ( boost::begin (r), boost::end (r), val ); in one_of_equal()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/algorithm/cxx11/
H A Done_of.hpp63 BOOST_CXX14_CONSTEXPR bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() function
82 BOOST_CXX14_CONSTEXPR bool one_of_equal ( const Range &r, const V &val ) in one_of_equal() function
84 return boost::algorithm::one_of_equal ( boost::begin (r), boost::end (r), val ); in one_of_equal()

12