| 114 | Ch Peek() const { CEREAL_RAPIDJSON_ASSERT(false); return 0;} |
| 115 | Ch Take() { CEREAL_RAPIDJSON_ASSERT(false); return 0;} |
| 116 | size_t Tell() const { CEREAL_RAPIDJSON_ASSERT(false); return 0; } |
| 117 | Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; } |
| 118 | size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; } |
| 119 |
nothing calls this directly
no outgoing calls
no test coverage detected