| 116 | } |
| 117 | |
| 118 | CustomMapValue Clone(google::protobuf::Arena* absl_nonnull arena) const override { |
| 119 | return CustomMapValue( |
| 120 | (::new (arena->AllocateAligned(sizeof(CustomMapValueInterfaceTest), |
| 121 | alignof(CustomMapValueInterfaceTest))) |
| 122 | CustomMapValueInterfaceTest()), |
| 123 | arena); |
| 124 | } |
| 125 | |
| 126 | private: |
| 127 | absl::StatusOr<bool> Find( |
nothing calls this directly
no test coverage detected