Home
last modified time | relevance | path

Searched refs:sum_of_args_4 (Results 26 – 36 of 36) sorted by relevance

12

/dports/databases/percona57-client/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
93 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
105 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
117 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
129 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
144 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
154 bind(&sum_of_args_4, // 12 in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
93 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
105 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
117 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
129 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
144 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
154 bind(&sum_of_args_4, // 12 in test_main()
/dports/devel/boost-docs/boost_1_72_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/lambda/test/
H A Dbind_tests_simple.cpp28 int sum_of_args_4(int a, int b, int c, int d) { return a+b+c+d; } in sum_of_args_4() function
110 BOOST_CHECK(bind(&sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
122 BOOST_CHECK(bind(&sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
134 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
146 BOOST_CHECK(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
161 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
171 bind(&sum_of_args_4, // 12 in test_main()

12