| 653 | } |
| 654 | |
| 655 | google::protobuf::Arena* absl_nullable ByteString::GetMediumArena( |
| 656 | const MediumByteStringRep& rep) { |
| 657 | if ((rep.owner & kMetadataOwnerBits) == kMetadataOwnerArenaBit) { |
| 658 | return reinterpret_cast<google::protobuf::Arena*>(rep.owner & |
| 659 | kMetadataOwnerPointerMask); |
| 660 | } |
| 661 | return nullptr; |
| 662 | } |
| 663 | |
| 664 | const ReferenceCount* absl_nullable ByteString::GetMediumReferenceCount( |
| 665 | const MediumByteStringRep& rep) { |
no outgoing calls
no test coverage detected