| 32 | StringWriter(std::string& buffer) : _pString(&buffer) {} |
| 33 | |
| 34 | UInt64 beginObject(const char* type = NULL) { return 0; } |
| 35 | void endObject() {} |
| 36 | |
| 37 | void writePropertyName(const char* name) { append(name); } |
nothing calls this directly
no outgoing calls
no test coverage detected