| 14844 | {} |
| 14845 | |
| 14846 | void write_character(CharType c) override |
| 14847 | { |
| 14848 | v.push_back(c); |
| 14849 | } |
| 14850 | |
| 14851 | JSON_HEDLEY_NON_NULL(2) |
| 14852 | void write_characters(const CharType* s, std::size_t length) override |
no outgoing calls
no test coverage detected