| 392 | } |
| 393 | |
| 394 | CustomMapValue Clone(google::protobuf::Arena* absl_nonnull arena) const override { |
| 395 | return CustomMapValue(google::protobuf::Arena::Create<RequestMapImpl>(arena), arena); |
| 396 | } |
| 397 | |
| 398 | protected: |
| 399 | // Called by `Find` after performing various argument checks. |
nothing calls this directly
no test coverage detected