Home
last modified time | relevance | path

Searched refs:has_m (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.hpp483 bool& has_m) in handle_empty_z_m() argument
487 has_m = false; in handle_empty_z_m()
494 && (one_of(it, "M", has_m) 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()
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()