| 356 | } |
| 357 | |
| 358 | void Decode(DecodeFunT fn, DeltasT const & deltas, GeometryCodingParams const & params, OutPointsT & points, |
| 359 | size_t reserveF) |
| 360 | { |
| 361 | DecodeImpl(fn, deltas, params, points, reserveF); |
| 362 | } |
| 363 | |
| 364 | void Decode(DecodeFunT fn, DeltasT const & deltas, GeometryCodingParams const & params, |
| 365 | std::vector<m2::PointD> & points, size_t reserveF) |
no test coverage detected