Not implemented
| 159 | |
| 160 | // Not implemented |
| 161 | void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); } |
| 162 | void Flush() { CEREAL_RAPIDJSON_ASSERT(false); } |
| 163 | Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; } |
| 164 | size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; } |
nothing calls this directly
no outgoing calls
no test coverage detected