| 423 | const MediumByteStringRep& rep); |
| 424 | |
| 425 | uintptr_t GetMediumOwner() const { |
| 426 | ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kMedium); |
| 427 | return rep_.medium.owner; |
| 428 | } |
| 429 | |
| 430 | absl::Cord& GetLarge() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| 431 | ABSL_DCHECK_EQ(GetKind(), ByteStringKind::kLarge); |