| 240 | } |
| 241 | |
| 242 | static constexpr bool IsReferenceCount(uintptr_t ptr) noexcept { |
| 243 | return (ptr & kReferenceCountBit) != kNone; |
| 244 | } |
| 245 | |
| 246 | ABSL_ATTRIBUTE_RETURNS_NONNULL |
| 247 | static google::protobuf::Arena* absl_nonnull AsArena(uintptr_t ptr) noexcept { |
no outgoing calls
no test coverage detected