| 228 | const cel::TypeProvider& type_provider() { return type_provider_; } |
| 229 | |
| 230 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool() const { |
| 231 | return descriptor_pool_; |
| 232 | } |
| 233 | |
| 234 | google::protobuf::MessageFactory* absl_nonnull message_factory() const { |
| 235 | return message_factory_; |
no outgoing calls
no test coverage detected