| 75 | } |
| 76 | |
| 77 | CustomListValue Clone(google::protobuf::Arena* absl_nonnull arena) const override { |
| 78 | return CustomListValue(&EmptyListValue::Get(), arena); |
| 79 | } |
| 80 | |
| 81 | int size() const override { return 0; } |
| 82 |
nothing calls this directly
no test coverage detected