Home
last modified time | relevance | path

Searched refs:is_next_expected (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.hpp283 inline void append(Geometry geom, point_type const& point, bool is_next_expected) in append()
296 = is_next_expected in append()
335 bool const is_next_expected = it != end && *it == ","; in apply() local
337 appender.append(out, point, is_next_expected); in apply()
339 if (is_next_expected) in apply()