/third_party/boost/libs/geometry/test/arithmetic/ |
D | infinite_line_functions.cpp | 44 typedef bg::model::infinite_line<T> line_type; in test_side_value() typedef 47 line_type line = bg::detail::make::make_infinite_line<T>(0, 0, 10, 0); in test_side_value() 81 typedef bg::model::infinite_line<T> line_type; in test_get_intersection() typedef 85 line_type p = bg::detail::make::make_infinite_line<T>(5, 2, -7, 10); in test_get_intersection() 86 line_type q = bg::detail::make::make_infinite_line<T>(4, 7, 0, 1); in test_get_intersection() 102 typedef bg::model::infinite_line<T> line_type; in test_degenerate() typedef 104 line_type line = bg::detail::make::make_infinite_line<T>(0, 0, 10, 0); in test_degenerate()
|
/third_party/boost/libs/geometry/example/ |
D | 07_b_graph_route_example.cpp | 153 typedef typename boost::tuples::element<0, road_type>::type line_type; in add_roads_and_connect_cities() typedef 154 typedef typename boost::geometry::point_type<line_type>::type point_type; in add_roads_and_connect_cities() 167 line_type const& line = road.template get<0>(); in add_roads_and_connect_cities() 171 boost::add_edge(from, to, bg_edge_property<line_type>(line), graph); in add_roads_and_connect_cities() 255 typedef boost::geometry::model::linestring<point_type> line_type; in main() typedef 264 , bg_edge_property<line_type> in main() 282 typedef boost::tuple<line_type, std::string> road_type; in main() 284 read_wkt<line_type>("data/roads.wkt", roads, box); in main() 298 line_type route; in main() 309 boost::get(&bg_edge_property<line_type>::length, graph), in main()
|
D | 07_a_graph_route_example.cpp | 168 typedef typename boost::tuples::element<0, road_type>::type line_type; in add_roads_and_connect_cities() typedef 169 typedef typename boost::geometry::point_type<line_type>::type point_type; in add_roads_and_connect_cities() 182 line_type const& line = road.template get<0>(); in add_roads_and_connect_cities() 186 boost::add_edge(from, to, bg_edge_property<line_type>(line), graph); in add_roads_and_connect_cities() 270 typedef boost::geometry::model::linestring<point_type> line_type; in main() typedef 277 , boost::property<edge_bg_property_t, bg_edge_property<line_type> > in main() 293 typedef boost::tuple<line_type, std::string> road_type; in main() 295 read_wkt<line_type>("data/roads.wkt", roads, box); in main() 312 line_type route; in main()
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | line_line_intersection.hpp | 35 typedef model::infinite_line<ct> line_type; in apply() typedef 37 line_type const p = detail::make::make_infinite_line<ct>(pi, pj); in apply() 38 line_type const q = detail::make::make_infinite_line<ct>(qi, qj); in apply()
|
/third_party/grpc/tools/profiling/latency_profile/ |
D | profile_analyzer.py | 109 line_type = line['type'] 110 self.signature.update(line_type) 112 if line_type == '{': 115 elif line_type == '}': 124 elif line_type == '.' or line_type == '!': 129 raise Exception('Unknown line type: \'%s\'' % line_type)
|
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/ |
D | doxygen_4.cpp | 220 typedef boost::geometry::linestring<point_type> line_type; in svg_intersection_roads() typedef 222 typedef boost::tuple<line_type, std::string> road_type; in svg_intersection_roads() 228 read_wkt<line_type>("../../../example/data/roads.wkt", roads, bbox); in svg_intersection_roads() 232 std::vector<line_type> intersected; in svg_intersection_roads() 237 …boost::geometry::intersection_inserter<line_type>(clip, roads[i].get<0>(), std::back_inserter(inte… in svg_intersection_roads()
|
/third_party/boost/libs/geometry/test/geometries/ |
D | infinite_line.cpp | 43 typedef bg::model::infinite_line<T> line_type; in test_make() typedef 46 line_type line = bg::detail::make::make_infinite_line<T>(0, 0, 10, 0); in test_make()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | get_distance_measure.hpp | 110 typedef model::infinite_line<CalculationType> line_type; in apply() typedef 111 line_type const line = detail::make::make_infinite_line<CalculationType>(p1, p2); in apply()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | turn_in_ring_winding.hpp | 120 typedef model::infinite_line<CalculationType> line_type; in apply_on_boundary() typedef 122 line_type const line in apply_on_boundary()
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | direction_code.hpp | 55 typedef model::infinite_line<calc_t> line_type; in apply() typedef 69 line_type const line in apply()
|
/third_party/python/Lib/http/ |
D | client.py | 1515 def __init__(self, line_type): argument 1517 % (_MAXLINE, line_type))
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 1239 line_type = "unassigned" 1241 line_type = "cp" 1242 WriteFieldsRangeProps([line_type], start, end, props, out_file)
|