| 372 | UInt64 beginObject(const char* type=NULL) { return 0; } |
| 373 | void endObject() {} |
| 374 | UInt64 beginArray(UInt32 size) { return 0; } |
| 375 | void endArray() {} |
| 376 | |
| 377 | void writePropertyName(const char* value) { |
nothing calls this directly
no outgoing calls
no test coverage detected