| 14972 | {} |
| 14973 | |
| 14974 | void write_character(CharType c) override |
| 14975 | { |
| 14976 | v.push_back(c); |
| 14977 | } |
| 14978 | |
| 14979 | JSON_HEDLEY_NON_NULL(2) |
| 14980 | void write_characters(const CharType* s, std::size_t length) override |
no outgoing calls
no test coverage detected