Checks that the instance of `google.protobuf.ListValue` has a descriptor which is well formed.
| 82 | // Checks that the instance of `google.protobuf.ListValue` has a descriptor |
| 83 | // which is well formed. |
| 84 | inline absl::Status CheckJsonList(const google::protobuf::ListValue&) { |
| 85 | return absl::OkStatus(); |
| 86 | } |
| 87 | absl::Status CheckJsonList(const google::protobuf::MessageLite& message); |
| 88 | |
| 89 | // Checks that the instance of `google.protobuf.Struct` has a descriptor which |
no outgoing calls