Checks that the instance of `google.protobuf.Struct` has a descriptor which is well formed.
| 89 | // Checks that the instance of `google.protobuf.Struct` has a descriptor which |
| 90 | // is well formed. |
| 91 | inline absl::Status CheckJsonMap(const google::protobuf::Struct&) { |
| 92 | return absl::OkStatus(); |
| 93 | } |
| 94 | absl::Status CheckJsonMap(const google::protobuf::MessageLite& message); |
| 95 | |
| 96 | // Produces a debug string for the given instance of `google.protobuf.Value`. |
no outgoing calls