| 158 | } |
| 159 | |
| 160 | void Destruct() { |
| 161 | if (arena_ == nullptr) { |
| 162 | std::launder(reinterpret_cast<absl::Status*>(&status_.val[0]))->~Status(); |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | google::protobuf::Arena* absl_nullable arena_; |
| 167 | union { |
no outgoing calls
no test coverage detected