| 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 | |
| 40 | OutputHandler& out_; |
| 41 | std::vector<char> buffer_; |
nothing calls this directly
no outgoing calls
no test coverage detected