Home
last modified time | relevance | path

Searched defs:line_empty (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_empty_geometry.hpp48 bg::model::linestring<Point> line_empty; in test_more_empty_input_pointlike_linear() local
117 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_linear() local
149 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_areal() local
Ddistance_ca_l_l.cpp262 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_linear() local
Ddistance_ca_l_ar.cpp866 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_areal() local
Ddistance.cpp378 bg::model::linestring<P> line_empty; in test_empty_input() local
/third_party/gn/src/gn/
Djson_project_writer.cc310 bool line_empty = (line_end == 0 || (line_end == 1 && json[0] == '\r')); in AddJSONDict() local