| 47 | size_t Tell() const { return static_cast<size_t>(src_ - begin_); } |
| 48 | |
| 49 | Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; } |
| 50 | void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); } |
| 51 | void Flush() { CEREAL_RAPIDJSON_ASSERT(false); } |
| 52 | size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; } |
nothing calls this directly
no outgoing calls
no test coverage detected