| 75 | google::protobuf::Arena* absl_nullable arena |
| 76 | ABSL_ATTRIBUTE_LIFETIME_BOUND); |
| 77 | static BytesValue Wrap(absl::string_view value) = delete; |
| 78 | static BytesValue Wrap(const absl::Cord& value); |
| 79 | static BytesValue Wrap(std::string&& value) = delete; |
| 80 | static BytesValue Wrap(std::string&& value, |
no outgoing calls