| 198 | bool Uint64(uint64_t) { return static_cast<Override&>(*this).Default(); } |
| 199 | bool Double(double) { return static_cast<Override&>(*this).Default(); } |
| 200 | bool String(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); } |
| 201 | bool StartObject() { return static_cast<Override&>(*this).Default(); } |
| 202 | bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); } |
| 203 | bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); } |
no test coverage detected