Home
last modified time | relevance | path

Searched +refs:two +refs:arg (Results 1 – 25 of 32106) sorted by relevance

12345678910>>...1285

/dports/devel/boost-docs/boost_1_72_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp24 String arg, argh, one, two, three, four; in test_to_hex() local
27 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
30 BOOST_CHECK ( one == two ); in test_to_hex()
39 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_to_hex_lower() local
52 boost::algorithm::hex_lower ( arg, std::back_inserter ( two )); in test_to_hex_lower()
55 BOOST_CHECK ( one == two ); in test_to_hex_lower()
64 BOOST_CHECK ( one == two ); in test_to_hex_lower()
75 String arg, argh, one, two, three, four; in test_from_hex_success() local
78 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test3.cpp31 String arg, argh; in test_to_hex() local
32 Stream one, two, three; in test_to_hex() local
33 arg.assign ( *p ); in test_to_hex()
35 boost::algorithm::hex ( arg, Iter ( two )); in test_to_hex()
36 boost::algorithm::hex ( arg.begin (), arg.end (), Iter ( three )); in test_to_hex()
37 boost::algorithm::hex ( arg ); in test_to_hex()
59 String arg, argh; in test_from_hex_success() local
60 Stream one, two, three; in test_from_hex_success() local
61 arg.assign ( *p ); in test_from_hex_success()
63 boost::algorithm::unhex ( arg, Iter ( two )); in test_from_hex_success()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp23 String arg, argh, one, two, three, four; in test_to_hex() local
24 arg.assign ( *p ); in test_to_hex()
26 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
29 BOOST_CHECK ( one == two ); in test_to_hex()
33 one.clear (); two.clear (); three.clear (); four.clear (); in test_to_hex()
38 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_from_hex_success() local
52 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
55 BOOST_CHECK ( one == two ); in test_from_hex_success()
64 BOOST_CHECK ( one == two ); in test_from_hex_success()
[all …]
H A Dhex_test3.cpp31 String arg, argh; in test_to_hex() local
32 Stream one, two, three; in test_to_hex() local
33 arg.assign ( *p ); in test_to_hex()
35 boost::algorithm::hex ( arg, Iter ( two )); in test_to_hex()
36 boost::algorithm::hex ( arg.begin (), arg.end (), Iter ( three )); in test_to_hex()
37 boost::algorithm::hex ( arg ); in test_to_hex()
59 String arg, argh; in test_from_hex_success() local
60 Stream one, two, three; in test_from_hex_success() local
61 arg.assign ( *p ); in test_from_hex_success()
63 boost::algorithm::unhex ( arg, Iter ( two )); in test_from_hex_success()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp23 String arg, argh, one, two, three, four; in test_to_hex() local
24 arg.assign ( *p ); in test_to_hex()
26 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
29 BOOST_CHECK ( one == two ); in test_to_hex()
33 one.clear (); two.clear (); three.clear (); four.clear (); in test_to_hex()
38 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_from_hex_success() local
52 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
55 BOOST_CHECK ( one == two ); in test_from_hex_success()
64 BOOST_CHECK ( one == two ); in test_from_hex_success()
[all …]
H A Dhex_test3.cpp31 String arg, argh; in test_to_hex() local
32 Stream one, two, three; in test_to_hex() local
33 arg.assign ( *p ); in test_to_hex()
35 boost::algorithm::hex ( arg, Iter ( two )); in test_to_hex()
36 boost::algorithm::hex ( arg.begin (), arg.end (), Iter ( three )); in test_to_hex()
37 boost::algorithm::hex ( arg ); in test_to_hex()
59 String arg, argh; in test_from_hex_success() local
60 Stream one, two, three; in test_from_hex_success() local
61 arg.assign ( *p ); in test_from_hex_success()
63 boost::algorithm::unhex ( arg, Iter ( two )); in test_from_hex_success()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp23 String arg, argh, one, two, three, four; in test_to_hex() local
24 arg.assign ( *p ); in test_to_hex()
26 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
29 BOOST_CHECK ( one == two ); in test_to_hex()
33 one.clear (); two.clear (); three.clear (); four.clear (); in test_to_hex()
38 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_from_hex_success() local
52 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
55 BOOST_CHECK ( one == two ); in test_from_hex_success()
64 BOOST_CHECK ( one == two ); in test_from_hex_success()
[all …]
H A Dhex_test3.cpp31 String arg, argh; in test_to_hex() local
32 Stream one, two, three; in test_to_hex() local
33 arg.assign ( *p ); in test_to_hex()
35 boost::algorithm::hex ( arg, Iter ( two )); in test_to_hex()
36 boost::algorithm::hex ( arg.begin (), arg.end (), Iter ( three )); in test_to_hex()
37 boost::algorithm::hex ( arg ); in test_to_hex()
59 String arg, argh; in test_from_hex_success() local
60 Stream one, two, three; in test_from_hex_success() local
61 arg.assign ( *p ); in test_from_hex_success()
63 boost::algorithm::unhex ( arg, Iter ( two )); in test_from_hex_success()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp23 String arg, argh, one, two, three, four; in test_to_hex() local
24 arg.assign ( *p ); in test_to_hex()
26 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
29 BOOST_CHECK ( one == two ); in test_to_hex()
33 one.clear (); two.clear (); three.clear (); four.clear (); in test_to_hex()
38 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_from_hex_success() local
52 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
55 BOOST_CHECK ( one == two ); in test_from_hex_success()
64 BOOST_CHECK ( one == two ); in test_from_hex_success()
[all …]
H A Dhex_test3.cpp31 String arg, argh; in test_to_hex() local
32 Stream one, two, three; in test_to_hex() local
33 arg.assign ( *p ); in test_to_hex()
35 boost::algorithm::hex ( arg, Iter ( two )); in test_to_hex()
36 boost::algorithm::hex ( arg.begin (), arg.end (), Iter ( three )); in test_to_hex()
37 boost::algorithm::hex ( arg ); in test_to_hex()
59 String arg, argh; in test_from_hex_success() local
60 Stream one, two, three; in test_from_hex_success() local
61 arg.assign ( *p ); in test_from_hex_success()
63 boost::algorithm::unhex ( arg, Iter ( two )); in test_from_hex_success()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp24 String arg, argh, one, two, three, four; in test_to_hex() local
27 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
30 BOOST_CHECK ( one == two ); in test_to_hex()
39 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_to_hex_lower() local
52 boost::algorithm::hex_lower ( arg, std::back_inserter ( two )); in test_to_hex_lower()
55 BOOST_CHECK ( one == two ); in test_to_hex_lower()
64 BOOST_CHECK ( one == two ); in test_to_hex_lower()
75 String arg, argh, one, two, three, four; in test_from_hex_success() local
78 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test3.cpp31 String arg, argh; in test_to_hex() local
32 Stream one, two, three; in test_to_hex() local
33 arg.assign ( *p ); in test_to_hex()
35 boost::algorithm::hex ( arg, Iter ( two )); in test_to_hex()
36 boost::algorithm::hex ( arg.begin (), arg.end (), Iter ( three )); in test_to_hex()
37 boost::algorithm::hex ( arg ); in test_to_hex()
59 String arg, argh; in test_from_hex_success() local
60 Stream one, two, three; in test_from_hex_success() local
61 arg.assign ( *p ); in test_from_hex_success()
63 boost::algorithm::unhex ( arg, Iter ( two )); in test_from_hex_success()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp24 String arg, argh, one, two, three, four; in test_to_hex() local
27 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
30 BOOST_CHECK ( one == two ); in test_to_hex()
39 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_to_hex_lower() local
52 boost::algorithm::hex_lower ( arg, std::back_inserter ( two )); in test_to_hex_lower()
55 BOOST_CHECK ( one == two ); in test_to_hex_lower()
64 BOOST_CHECK ( one == two ); in test_to_hex_lower()
75 String arg, argh, one, two, three, four; in test_from_hex_success() local
78 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test3.cpp31 String arg, argh; in test_to_hex() local
32 Stream one, two, three; in test_to_hex() local
33 arg.assign ( *p ); in test_to_hex()
35 boost::algorithm::hex ( arg, Iter ( two )); in test_to_hex()
36 boost::algorithm::hex ( arg.begin (), arg.end (), Iter ( three )); in test_to_hex()
37 boost::algorithm::hex ( arg ); in test_to_hex()
59 String arg, argh; in test_from_hex_success() local
60 Stream one, two, three; in test_from_hex_success() local
61 arg.assign ( *p ); in test_from_hex_success()
63 boost::algorithm::unhex ( arg, Iter ( two )); in test_from_hex_success()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp23 String arg, argh, one, two, three, four; in test_to_hex() local
24 arg.assign ( *p ); in test_to_hex()
26 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
29 BOOST_CHECK ( one == two ); in test_to_hex()
33 one.clear (); two.clear (); three.clear (); four.clear (); in test_to_hex()
38 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_from_hex_success() local
52 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
55 BOOST_CHECK ( one == two ); in test_from_hex_success()
64 BOOST_CHECK ( one == two ); in test_from_hex_success()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/algorithm/test/
H A Dhex_test2.cpp40 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
41 boost::algorithm::hex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_to_hex()
53 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_to_hex()
62 boost::algorithm::hex ( arg, std::front_inserter ( two )); in test_to_hex()
63 boost::algorithm::hex ( arg.begin (), arg.end (), std::front_inserter ( three )); in test_to_hex()
76 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.rbegin ())); // reverse in test_to_hex()
93 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
94 boost::algorithm::unhex ( arg.begin (), arg.end (), std::back_inserter ( three )); in test_from_hex_success()
106 BOOST_CHECK ( std::equal ( two.begin (), two.end (), arg.begin ())); in test_from_hex_success()
115 boost::algorithm::unhex ( arg, std::front_inserter ( two )); in test_from_hex_success()
[all …]
H A Dhex_test1.cpp24 String arg, argh, one, two, three, four; in test_to_hex() local
27 boost::algorithm::hex ( arg, std::back_inserter ( two )); in test_to_hex()
30 BOOST_CHECK ( one == two ); in test_to_hex()
39 BOOST_CHECK ( one == two ); in test_to_hex()
49 String arg, argh, one, two, three, four; in test_to_hex_lower() local
52 boost::algorithm::hex_lower ( arg, std::back_inserter ( two )); in test_to_hex_lower()
55 BOOST_CHECK ( one == two ); in test_to_hex_lower()
64 BOOST_CHECK ( one == two ); in test_to_hex_lower()
75 String arg, argh, one, two, three, four; in test_from_hex_success() local
78 boost::algorithm::unhex ( arg, std::back_inserter ( two )); in test_from_hex_success()
[all …]

12345678910>>...1285