| 124 | return true; |
| 125 | } |
| 126 | bool Key(const char *str, SizeType length, bool) |
| 127 | { |
| 128 | st_ = kHasKey; |
| 129 | v_.SetString(str, length); |
| 130 | return true; |
| 131 | } |
| 132 | bool EndObject(SizeType) |
| 133 | { |
| 134 | st_ = kExitingObject; |
nothing calls this directly
no outgoing calls
no test coverage detected