Searched refs:line_empty (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | test_empty_geometry.hpp | 48 bg::model::linestring<Point> line_empty; in test_more_empty_input_pointlike_linear() local 61 test_empty_input(point, line_empty, strategy); in test_more_empty_input_pointlike_linear() 65 test_empty_input(multipoint_empty, line_empty, strategy); in test_more_empty_input_pointlike_linear() 117 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_linear() local 124 test_empty_input(line_empty, line, strategy); in test_more_empty_input_linear_linear() 128 test_empty_input(line, line_empty, strategy); in test_more_empty_input_linear_linear() 132 test_empty_input(line_empty, line_empty, strategy); in test_more_empty_input_linear_linear() 133 test_empty_input(multiline_empty, line_empty, strategy); in test_more_empty_input_linear_linear() 149 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_areal() local 161 test_empty_input(line_empty, polygon, strategy); in test_more_empty_input_linear_areal() [all …]
|
D | distance_ca_l_l.cpp | 262 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_linear() local 269 test_empty_input(line_empty, line, strategy); in test_more_empty_input_linear_linear() 273 test_empty_input(line, line_empty, strategy); in test_more_empty_input_linear_linear() 277 test_empty_input(line_empty, line_empty, strategy); in test_more_empty_input_linear_linear() 278 test_empty_input(line_empty, multiline_empty, strategy); in test_more_empty_input_linear_linear()
|
D | distance_ca_l_ar.cpp | 866 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_areal() local 882 test_empty_input(line_empty, polygon, strategy); in test_more_empty_input_linear_areal() 883 test_empty_input(line_empty, ring, strategy); in test_more_empty_input_linear_areal() 893 test_empty_input(line_empty, polygon_empty, strategy); in test_more_empty_input_linear_areal() 894 test_empty_input(line_empty, multipolygon_empty, strategy); in test_more_empty_input_linear_areal() 895 test_empty_input(line_empty, ring_empty, strategy); in test_more_empty_input_linear_areal()
|
D | distance.cpp | 378 bg::model::linestring<P> line_empty; in test_empty_input() local 384 test_empty_input(p, line_empty); in test_empty_input()
|
/third_party/gn/src/gn/ |
D | json_project_writer.cc | 310 bool line_empty = (line_end == 0 || (line_end == 1 && json[0] == '\r')); in AddJSONDict() local 311 if (!first_line && !line_empty) in AddJSONDict()
|