| 41 | {} |
| 42 | |
| 43 | SymbolsXmlUnderspecifiedEntry::SymbolsXmlUnderspecifiedEntry(const char *where) |
| 44 | :AllSymbols("Underspecified symbol file entry, each entry needs to set both the name attribute and have a value. parent: " + safe_str(where)), |
| 45 | where(safe_str(where)) |
| 46 | {} |
nothing calls this directly
no test coverage detected