| 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; } |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected