| 440 | } |
| 441 | |
| 442 | absl::Status CustomMapValueInterface::Equal( |
| 443 | const MapValue& other, |
| 444 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
| 445 | google::protobuf::MessageFactory* absl_nonnull message_factory, |
| 446 | google::protobuf::Arena* absl_nonnull arena, Value* absl_nonnull result) const { |
| 447 | return MapValueEqual(*this, other, descriptor_pool, message_factory, arena, |
| 448 | result); |
| 449 | } |
| 450 | |
| 451 | CustomMapValue::CustomMapValue() { |
| 452 | content_ = CustomMapValueContent::From(CustomMapValueInterface::Content{ |
nothing calls this directly
no test coverage detected