| 215 | bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); } |
| 216 | bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } |
| 217 | bool StartArray() { return static_cast<Override&>(*this).Default(); } |
| 218 | bool EndArray(SizeType) { return static_cast<Override&>(*this).Default(); } |
| 219 | }; |
| 220 |
no test coverage detected