| 194 | |
| 195 | bool StartObject() { return true; } |
| 196 | bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); } |
| 197 | bool EndObject(SizeType memberCount) { |
| 198 | uint64_t h = Hash(0, kObjectType); |
| 199 | uint64_t* kv = stack_.template Pop<uint64_t>(memberCount * 2); |