Home
last modified time | relevance | path

Searched refs:test_wkt (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/io/wkt/
Dwkt.cpp50 void test_wkt(std::string const& wkt, std::string const& expected, in test_wkt() function
80 void test_wkt(std::string const& wkt, in test_wkt() function
83 test_wkt<G>(wkt, wkt, n, len, ar, peri); in test_wkt()
166 test_wkt<PCWC>(wkt_cwc, 5, 0, 4, 8); in test_order_closure()
167 test_wkt<PCWO>(wkt_cwc, 4, 0, 4, 8); in test_order_closure()
168 test_wkt<PCWO>(wkt_cwo, wkt_cwc, 4, 0, 4, 8); in test_order_closure()
169 test_wkt<PCCWC>(wkt_ccwc, 5, 0, 4, 8); in test_order_closure()
170 test_wkt<PCCWO>(wkt_ccwc, 4, 0, 4, 8); in test_order_closure()
171 test_wkt<PCCWO>(wkt_ccwo, wkt_ccwc, 4, 0, 4, 8); in test_order_closure()
179 test_wkt<PCWC>(wkt_cwc, 10, 0, 8, 16); in test_order_closure()
[all …]
Dwkt_multi.cpp61 test_wkt<MPCWC>(wkt_cwc, wkt_cwc, 15, 0, 12, 24); in test_order_closure()
62 test_wkt<MPCWO>(wkt_cwc, wkt_cwc, 12, 0, 12, 24); in test_order_closure()
63 test_wkt<MPCWO>(wkt_cwo, wkt_cwc, 12, 0, 12, 24); in test_order_closure()
64 test_wkt<MPCCWC>(wkt_ccwc, wkt_ccwc, 15, 0, 12, 24); in test_order_closure()
65 test_wkt<MPCCWO>(wkt_ccwc, wkt_ccwc, 12, 0, 12, 24); in test_order_closure()
66 test_wkt<MPCCWO>(wkt_ccwo, wkt_ccwc, 12, 0, 12, 24); in test_order_closure()
75 test_wkt<bg::model::multi_point<P> >("multipoint((1 2),(3 4))", 2); in test_all()
76test_wkt<bg::model::multi_linestring<bg::model::linestring<P> > >("multilinestring((1 1,2 2,3 3),(… in test_all()
77test_wkt<bg::model::multi_polygon<bg::model::polygon<P> > >("multipolygon(((0 0,0 2,2 2,2 0,0 0),(… in test_all()
/third_party/boost/libs/geometry/test/util/
Drational.cpp30 void test_wkt(std::string const& wkt, std::string const expected_wkt) in test_wkt() function
55 test_wkt("POINT(1.5 2.75)", "POINT(3/2 11/4)"); in test_main()
56 test_wkt("POINT(3/2 11/4)", "POINT(3/2 11/4)"); in test_main()
57 test_wkt("POINT(-1.5 2.75)", "POINT(-3/2 11/4)"); in test_main()
58 test_wkt("POINT(-3/2 11/4)", "POINT(-3/2 11/4)"); in test_main()