| 116 | return Status::NotImplemented("JSON parsing of ", not_impl); |
| 117 | } |
| 118 | Status SetKind(Kind::type kind) { |
| 119 | *kind_ = kind; |
| 120 | return Status::OK(); |
| 121 | } |
| 122 | Kind::type* kind_; |
| 123 | } visitor = {kind}; |
| 124 | return VisitTypeInline(type, &visitor); |
no test coverage detected