| 206 | } |
| 207 | |
| 208 | std::string DebugPrint(RestrictionWriter::ViaType const & type) |
| 209 | { |
| 210 | switch (type) |
| 211 | { |
| 212 | case RestrictionWriter::ViaType::Node: return RestrictionWriter::kNodeString; |
| 213 | case RestrictionWriter::ViaType::Way: return RestrictionWriter::kWayString; |
| 214 | case RestrictionWriter::ViaType::Count: UNREACHABLE(); |
| 215 | } |
| 216 | UNREACHABLE(); |
| 217 | } |
| 218 | } // namespace routing_builder |