| 308 | } |
| 309 | |
| 310 | void RestrictionCollector::AddFeatureId(uint32_t featureId, base::GeoObjectId osmId) |
| 311 | { |
| 312 | ::routing::AddFeatureId(osmId, featureId, m_osmIdToFeatureIds); |
| 313 | } |
| 314 | |
| 315 | void FromString(std::string_view str, Restriction::Type & type) |
| 316 | { |
nothing calls this directly
no test coverage detected