| 22 | {} |
| 23 | |
| 24 | VTableMissing::VTableMissing(const char *name) |
| 25 | :All("Missing vtable address: " + safe_str(name)), |
| 26 | name(name) |
| 27 | {} |
| 28 | |
| 29 | SymbolsXmlParse::SymbolsXmlParse(const char* desc, int id, int row, int col) |
| 30 | :AllSymbols(fmt::format("error {}: {}, at row {} col {}", id, desc, row, col)), |
nothing calls this directly
no test coverage detected