Home
last modified time | relevance | path

Searched refs:pair4 (Results 1 – 25 of 56) sorted by relevance

123

/dports/sysutils/lnav/lnav-0.10.1/src/formats/logfmt/
H A Dlogfmt.parser.test.cc68 auto pair4 = p.step(); variable
70 CHECK(pair4.is<logfmt::parser::kvpair>());
72 CHECK(pair4.get<logfmt::parser::kvpair>().second
120 auto pair4 = p.step(); variable
122 CHECK(pair4.is<logfmt::parser::kvpair>());
123 CHECK(pair4.get<logfmt::parser::kvpair>().first == "f4");
124 CHECK(pair4.get<logfmt::parser::kvpair>().second
169 auto pair4 = p.step(); variable
171 CHECK(pair4.is<logfmt::parser::kvpair>());
172 CHECK(pair4.get<logfmt::parser::kvpair>().first == "bf4");
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DX509CertificatePairTest.java32 X509CertificatePair pair4 = new X509CertificatePair(rootCert, finalCert); in performTest() local
68 if (pair1.equals(pair4)) in performTest()
108 pair4 = new X509CertificatePair(rootCert, TestUtils.createExceptionCertificate(false)); in performTest()
112 pair4.getEncoded(); in performTest()
121 pair4 = new X509CertificatePair(rootCert, TestUtils.createExceptionCertificate(true)); in performTest()
125 pair4.getEncoded(); in performTest()
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
H A Dmap.cpp123 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
126 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
136 BOOST_TEST((deref(it4) == pair4("four"))); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
H A Dmap.cpp123 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
126 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
136 BOOST_TEST((deref(it4) == pair4("four"))); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
H A Dmap.cpp123 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
126 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
136 BOOST_TEST((deref(it4) == pair4("four"))); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
H A Dmap.cpp123 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
126 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
136 BOOST_TEST((deref(it4) == pair4("four"))); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
H A Dmap.cpp123 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
126 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
136 BOOST_TEST((deref(it4) == pair4("four"))); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
H A Dmap.cpp123 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
125 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
126 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
136 BOOST_TEST((deref(it4) == pair4("four"))); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Dreverse_view.cpp92 typedef pair<boost::mpl::int_<4>, std::string> pair4; in main() typedef
94 typedef map< pair0, pair1, pair2, pair3, pair4 > map_type; in main()
95 map_type m( pair0("zero"), pair1("one"), pair2("two"), pair3("three"), pair4("four") ); in main()
99 …BOOST_TEST((rev == make_vector( pair4("four"), pair3("three"), pair2("two"), pair1("one"), pair0("… in main()
100 BOOST_TEST((at_c<0>(rev) == pair4("four"))); in main()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dsellcsigmasparsematrixcontainertest.h53 std::pair<int, int> pair4(4, 5); in testGetRow_one()
54 row4.push_back(pair4); in testGetRow_one()
138 std::pair<int, int> pair4(4, 5); in testGetRow_two()
139 row4.push_back(pair4); in testGetRow_two()
226 std::pair<int, int> pair4(4, 5); in testGetRow_three()
227 row4.push_back(pair4); in testGetRow_three()
312 std::pair<int, int> pair4(4, 5); in testGetRow_fore()
313 row4.push_back(pair4); in testGetRow_fore()
416 std::pair<int, char> pair4(7, 'E'); in testGetRow_five()
419 row3.push_back(pair4); in testGetRow_five()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/dfsan/
H A Dpair.cpp102 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
103 int i4 = pair4.second; in test_simple_constructors()
104 int *ptr4 = pair4.first; in test_simple_constructors()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/dfsan/
H A Dpair.cpp102 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
103 int i4 = pair4.second; in test_simple_constructors()
104 int *ptr4 = pair4.first; in test_simple_constructors()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/dfsan/
H A Dpair.cpp102 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
103 int i4 = pair4.second; in test_simple_constructors()
104 int *ptr4 = pair4.first; in test_simple_constructors()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/dfsan/
H A Dpair.cpp100 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
101 int i4 = pair4.second; in test_simple_constructors()
102 int *ptr4 = pair4.first; in test_simple_constructors()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/dfsan/
H A Dpair.cpp102 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
103 int i4 = pair4.second; in test_simple_constructors()
104 int *ptr4 = pair4.first; in test_simple_constructors()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/dfsan/
H A Dpair.cpp102 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
103 int i4 = pair4.second; in test_simple_constructors()
104 int *ptr4 = pair4.first; in test_simple_constructors()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/dfsan/
H A Dpair.cpp100 std::pair<int *, int> pair4 = copy_pair3(std::move(pair1)); in test_simple_constructors() local
101 int i4 = pair4.second; in test_simple_constructors()
102 int *ptr4 = pair4.first; in test_simple_constructors()

123