| 184 | } |
| 185 | |
| 186 | ByteString ByteString::FromExternal(absl::string_view string) { |
| 187 | return ByteString(ExternalStringTag{}, string); |
| 188 | } |
| 189 | |
| 190 | google::protobuf::Arena* absl_nullable ByteString::GetArena() const { |
| 191 | switch (GetKind()) { |
nothing calls this directly
no test coverage detected