| 77 | }; |
| 78 | |
| 79 | string DebugPrint(RestrictionUTurnForTests const & r) |
| 80 | { |
| 81 | std::ostringstream ss; |
| 82 | ss << "[" << DebugPrint(r.m_type) << "]: " |
| 83 | << "feature: " << r.m_featureId << ", " |
| 84 | << "isFirstPoint: " << r.m_viaIsFirstPoint; |
| 85 | |
| 86 | return ss.str(); |
| 87 | } |
| 88 | |
| 89 | void BuildEmptyMwm(LocalCountryFile & country) |
| 90 | { |
no outgoing calls
no test coverage detected