Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/
H A Dread.hpp482 bool& has_z, in handle_empty_z_m() argument
486 has_z = false; in handle_empty_z_m()
495 || one_of(it, "Z", has_z) in handle_empty_z_m()
497 || one_of(it, "MZ", has_m, has_z) in handle_empty_z_m()
498 || one_of(it, "ZM", has_z, has_m) in handle_empty_z_m()
522 bool has_empty, has_z, has_m; in initialize() local
524 handle_empty_z_m(it, end, has_empty, has_z, has_m); in initialize()
532 if (has_z && dimension<Geometry>::type::value < 3) in initialize()
691 bool has_empty, has_z, has_m; in apply() local
692 handle_empty_z_m(it, end, has_empty, has_z, has_m); in apply()