Home
last modified time | relevance | path

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

12

/dports/devel/boost-docs/boost_1_72_0/libs/lambda/test/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
/dports/devel/boost-docs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
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-python-libs/boost_1_72_0/libs/lambda/test/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
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/databases/xtrabackup/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
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/databases/percona57-pam-for-mysql/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
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/databases/percona57-pam-for-mysql/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
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/databases/percona57-server/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
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/databases/xtrabackup/boost_1_59_0/libs/lambda/test/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 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_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 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_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 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_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 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_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/lambda/test/
H A Dbind_tests_simple_f_refs.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
71 BOOST_CHECK(bind(sum_of_args_4, 1, 2, 3, 4)()==10); in test_main()
83 BOOST_CHECK(bind(sum_of_args_4, _1, 2, 3, 4)(i)==10); in test_main()
95 BOOST_CHECK(bind(sum_of_args_4, _1, _2, 3, 4)(i, j)==10); in test_main()
107 BOOST_CHECK(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k)==10); in test_main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in test_main()
132 bind(sum_of_args_4, // 12 in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/phoenix/test/bll_compatibility/
H A Dbind_tests_simple_f_refs.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
71 BOOST_TEST_EQ(bind(sum_of_args_4, 1, 2, 3, 4)(), 10); in main()
83 BOOST_TEST_EQ(bind(sum_of_args_4, _1, 2, 3, 4)(i), 10); in main()
95 BOOST_TEST_EQ(bind(sum_of_args_4, _1, _2, 3, 4)(i, j), 10); in main()
107 BOOST_TEST_EQ(bind(sum_of_args_4, _1, _2, _3, 4)(i, j, k), 10); in main()
122 bind(sum_of_args_4, _1, _2, _3, 4), // 10 in main()
132 bind(sum_of_args_4, // 12 in main()
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
94 BOOST_TEST_EQ(bind(&sum_of_args_4, 1, 2, 3, 4)(), 10); in main()
106 BOOST_TEST_EQ(bind(&sum_of_args_4, _1, 2, 3, 4)(i), 10); in main()
118 BOOST_TEST_EQ(bind(&sum_of_args_4, _1, _2, 3, 4)(i, j), 10); in main()
130 BOOST_TEST_EQ(bind(&sum_of_args_4, _1, _2, _3, 4)(i, j, k), 10); in main()
145 bind(&sum_of_args_4, _1, _2, _3, 4), // 10 in main()
155 bind(&sum_of_args_4, // 12 in main()

12