| 322 | } |
| 323 | |
| 324 | static Borrower Arena(google::protobuf::Arena* absl_nonnull arena |
| 325 | ABSL_ATTRIBUTE_LIFETIME_BOUND) noexcept { |
| 326 | ABSL_DCHECK(arena != nullptr); |
| 327 | return Borrower(reinterpret_cast<uintptr_t>(arena) | Owner::kArenaBit); |
| 328 | } |
| 329 | |
| 330 | static Borrower Arena(std::nullptr_t) = delete; |
| 331 |