| 29 | "should be explicit. If you do not need struct creation, use " |
| 30 | "`cel::GetMinimalDescriptorPool()`.") |
| 31 | inline std::unique_ptr<CelExpressionBuilder> CreateCelExpressionBuilder( |
| 32 | const InterpreterOptions& options = InterpreterOptions()) { |
| 33 | return CreateCelExpressionBuilder(google::protobuf::DescriptorPool::generated_pool(), |
| 34 | google::protobuf::MessageFactory::generated_factory(), |
| 35 | options); |
| 36 | } |
| 37 | |
| 38 | } // namespace runtime |
| 39 | } // namespace expr |
no outgoing calls