| 115 | Ch Peek() const { return *src_; } |
| 116 | Ch Take() { return *src_++; } |
| 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); } |
no outgoing calls
no test coverage detected