| 120 | void Put(Ch) { RAPIDJSON_ASSERT(false); } |
| 121 | void Flush() { RAPIDJSON_ASSERT(false); } |
| 122 | size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } |
| 123 | |
| 124 | const Ch* src_; //!< Current read position. |
| 125 | const Ch* head_; //!< Original head of the string. |
no outgoing calls
no test coverage detected