| 65 | cel::GetMinimalDescriptorDatabase())) {} |
| 66 | |
| 67 | std::shared_ptr<const google::protobuf::DescriptorPool> |
| 68 | DescriptorPoolBuilder::Build() && { |
| 69 | auto alias = |
| 70 | std::shared_ptr<const google::protobuf::DescriptorPool>(state_, &state_->pool); |
| 71 | state_.reset(); |
| 72 | return alias; |
| 73 | } |
| 74 | |
| 75 | absl::Status DescriptorPoolBuilder::AddTransitiveDescriptorSet( |
| 76 | const google::protobuf::Descriptor* absl_nonnull desc) { |