| 49 | Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } |
| 50 | void Put(Ch) { RAPIDJSON_ASSERT(false); } |
| 51 | void Flush() { RAPIDJSON_ASSERT(false); } |
| 52 | size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } |
| 53 | |
| 54 | // For encoding detection only. |
nothing calls this directly
no outgoing calls
no test coverage detected