| 46 | using ::cel::well_known_types::ValueReflection; |
| 47 | |
| 48 | std::string ParsedMapFieldValue::DebugString() const { |
| 49 | if (ABSL_PREDICT_FALSE(field_ == nullptr)) { |
| 50 | return "INVALID"; |
| 51 | } |
| 52 | return "VALID"; |
| 53 | } |
| 54 | |
| 55 | absl::Status ParsedMapFieldValue::SerializeTo( |
| 56 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |