| 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; } |
| 165 | |
| 166 | private: |
| 167 | AutoUTFInputStream(const AutoUTFInputStream&); |
nothing calls this directly
no outgoing calls
no test coverage detected