| 117 | size_t Tell() const { return static_cast<size_t>(src_ - head_); } |
| 118 | |
| 119 | Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } |
| 120 | void Put(Ch) { RAPIDJSON_ASSERT(false); } |
| 121 | void Flush() { RAPIDJSON_ASSERT(false); } |
| 122 | size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } |
no outgoing calls
no test coverage detected