| 34 | bool StartObject() { return out_.StartObject(); } |
| 35 | bool Key(const char* str, SizeType length, bool copy) { return String(str, length, copy); } |
| 36 | bool EndObject(SizeType memberCount) { return out_.EndObject(memberCount); } |
| 37 | bool StartArray() { return out_.StartArray(); } |
| 38 | bool EndArray(SizeType elementCount) { return out_.EndArray(elementCount); } |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected