Home
last modified time | relevance | path

Searched defs:line_string (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dline_string.hpp12 struct line_string : Cont<point<T> > struct
14 using coordinate_type = T;
15 using point_type = point<T>;
16 using container_type = Cont<point_type>;
17 using size_type = typename container_type::size_type;
20 line_string(Args&&... args) : container_type(std::forward<Args>(args)...) {} in line_string() argument
21 line_string(std::initializer_list<point_type> args) in line_string() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson.hpp14 using line_string = mapbox::geometry::line_string<double>; typedef
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_dbg.c1212 static int cmd_disassemble(char *line_string) in cmd_disassemble()