| 426 | } |
| 427 | |
| 428 | bool WriteAlias(ostream_wrapper& out, const std::string& str) { |
| 429 | out << "*"; |
| 430 | return WriteAliasName(out, str); |
| 431 | } |
| 432 | |
| 433 | bool WriteAnchor(ostream_wrapper& out, const std::string& str) { |
| 434 | out << "&"; |
no test coverage detected