Searched refs:is_next_expected (Results 1 – 1 of 1) sorted by relevance
283 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() local337 appender.append(out, point, is_next_expected); in apply()339 if (is_next_expected) in apply()