| 187 | } |
| 188 | |
| 189 | string TestPlace::ToDebugString() const |
| 190 | { |
| 191 | ostringstream os; |
| 192 | os << "TestPlace { " << DebugPrint(m_names) << ", " << DebugPrint(m_center) << ", " |
| 193 | << classif().GetReadableObjectName(m_type) << ", " << int(m_rank) << " }"; |
| 194 | return os.str(); |
| 195 | } |
| 196 | |
| 197 | void TestPlace::SetType(base::StringIL const & e) |
| 198 | { |
no test coverage detected