| 164 | void Put(Ch) { RAPIDJSON_ASSERT(false); } |
| 165 | void Flush() { RAPIDJSON_ASSERT(false); } |
| 166 | size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } |
| 167 | |
| 168 | const Ch* src_; //!< Current read position. |
| 169 | const Ch* head_; //!< Original head of the string. |
no outgoing calls
no test coverage detected