| 87 | Ch Take() { RAPIDJSON_ASSERT(false); } |
| 88 | size_t Tell() const { RAPIDJSON_ASSERT(false); return 0; } |
| 89 | Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } |
| 90 | size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } |
| 91 | |
| 92 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected