| 407 | } |
| 408 | |
| 409 | google::protobuf::Arena* absl_nullable GetMediumArena() const { |
| 410 | ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kMedium); |
| 411 | return GetMediumArena(rep_.medium); |
| 412 | } |
| 413 | |
| 414 | static google::protobuf::Arena* absl_nullable GetMediumArena( |
| 415 | const MediumByteStringRep& rep); |