# Generated by scripts/extract_native_sources.py -- do not edit.
# C++ sources the extension compiles, relative to this crate's directory.
# A `windows:`/`linux:`/`macos:` prefix compiles a file on that OS only.
gen/cel/expr/checked.pb.cc
gen/cel/expr/syntax.pb.cc
gen/cel/expr/value.pb.cc
gen/parser/internal/CelBaseVisitor.cpp
gen/parser/internal/CelLexer.cpp
gen/parser/internal/CelParser.cpp
gen/parser/internal/CelVisitor.cpp
third_party/cel-cpp/base/attribute.cc
third_party/cel-cpp/base/function_result_set.cc
third_party/cel-cpp/base/internal/unknown_set.cc
third_party/cel-cpp/checker/internal/builtins_arena.cc
third_party/cel-cpp/checker/type_check_issue.cc
third_party/cel-cpp/checker/validation_result.cc
third_party/cel-cpp/common/any.cc
third_party/cel-cpp/common/ast.cc
third_party/cel-cpp/common/ast/constant_proto.cc
third_party/cel-cpp/common/ast/expr_proto.cc
third_party/cel-cpp/common/ast/metadata.cc
third_party/cel-cpp/common/ast/navigable_ast_kinds.cc
third_party/cel-cpp/common/ast/source_info_proto.cc
third_party/cel-cpp/common/ast_proto.cc
third_party/cel-cpp/common/ast_rewrite.cc
third_party/cel-cpp/common/ast_traverse.cc
third_party/cel-cpp/common/constant.cc
third_party/cel-cpp/common/container.cc
third_party/cel-cpp/common/decl.cc
third_party/cel-cpp/common/expr.cc
third_party/cel-cpp/common/function_descriptor.cc
third_party/cel-cpp/common/internal/byte_string.cc
third_party/cel-cpp/common/internal/reference_count.cc
third_party/cel-cpp/common/internal/signature.cc
third_party/cel-cpp/common/kind.cc
third_party/cel-cpp/common/legacy_value.cc
third_party/cel-cpp/common/memory.cc
third_party/cel-cpp/common/navigable_ast.cc
third_party/cel-cpp/common/operators.cc
third_party/cel-cpp/common/source.cc
third_party/cel-cpp/common/type.cc
third_party/cel-cpp/common/type_introspector.cc
third_party/cel-cpp/common/typeinfo.cc
third_party/cel-cpp/common/types/basic_struct_type.cc
third_party/cel-cpp/common/types/enum_type.cc
third_party/cel-cpp/common/types/function_type.cc
third_party/cel-cpp/common/types/function_type_pool.cc
third_party/cel-cpp/common/types/list_type.cc
third_party/cel-cpp/common/types/list_type_pool.cc
third_party/cel-cpp/common/types/map_type.cc
third_party/cel-cpp/common/types/map_type_pool.cc
third_party/cel-cpp/common/types/message_type.cc
third_party/cel-cpp/common/types/opaque_type.cc
third_party/cel-cpp/common/types/opaque_type_pool.cc
third_party/cel-cpp/common/types/optional_type.cc
third_party/cel-cpp/common/types/struct_type.cc
third_party/cel-cpp/common/types/type_pool.cc
third_party/cel-cpp/common/types/type_type.cc
third_party/cel-cpp/common/types/type_type_pool.cc
third_party/cel-cpp/common/value.cc
third_party/cel-cpp/common/values/bool_value.cc
third_party/cel-cpp/common/values/bytes_value.cc
third_party/cel-cpp/common/values/custom_list_value.cc
third_party/cel-cpp/common/values/custom_map_value.cc
third_party/cel-cpp/common/values/custom_struct_value.cc
third_party/cel-cpp/common/values/double_value.cc
third_party/cel-cpp/common/values/duration_value.cc
third_party/cel-cpp/common/values/error_value.cc
third_party/cel-cpp/common/values/int_value.cc
third_party/cel-cpp/common/values/legacy_list_value.cc
third_party/cel-cpp/common/values/legacy_map_value.cc
third_party/cel-cpp/common/values/legacy_struct_value.cc
third_party/cel-cpp/common/values/list_value.cc
third_party/cel-cpp/common/values/map_value.cc
third_party/cel-cpp/common/values/message_value.cc
third_party/cel-cpp/common/values/null_value.cc
third_party/cel-cpp/common/values/opaque_value.cc
third_party/cel-cpp/common/values/optional_value.cc
third_party/cel-cpp/common/values/parsed_json_list_value.cc
third_party/cel-cpp/common/values/parsed_json_map_value.cc
third_party/cel-cpp/common/values/parsed_json_value.cc
third_party/cel-cpp/common/values/parsed_map_field_value.cc
third_party/cel-cpp/common/values/parsed_message_value.cc
third_party/cel-cpp/common/values/parsed_repeated_field_value.cc
third_party/cel-cpp/common/values/string_value.cc
third_party/cel-cpp/common/values/struct_value.cc
third_party/cel-cpp/common/values/struct_value_builder.cc
third_party/cel-cpp/common/values/timestamp_value.cc
third_party/cel-cpp/common/values/type_value.cc
third_party/cel-cpp/common/values/uint_value.cc
third_party/cel-cpp/common/values/unknown_value.cc
third_party/cel-cpp/common/values/value_builder.cc
third_party/cel-cpp/common/values/value_variant.cc
third_party/cel-cpp/eval/compiler/cel_expression_builder_flat_impl.cc
third_party/cel-cpp/eval/compiler/check_ast_extensions.cc
third_party/cel-cpp/eval/compiler/comprehension_vulnerability_check.cc
third_party/cel-cpp/eval/compiler/constant_folding.cc
third_party/cel-cpp/eval/compiler/flat_expr_builder.cc
third_party/cel-cpp/eval/compiler/flat_expr_builder_extensions.cc
third_party/cel-cpp/eval/compiler/qualified_reference_resolver.cc
third_party/cel-cpp/eval/compiler/regex_precompilation_optimization.cc
third_party/cel-cpp/eval/compiler/resolver.cc
third_party/cel-cpp/eval/eval/attribute_trail.cc
third_party/cel-cpp/eval/eval/attribute_utility.cc
third_party/cel-cpp/eval/eval/cel_expression_flat_impl.cc
third_party/cel-cpp/eval/eval/compiler_constant_step.cc
third_party/cel-cpp/eval/eval/comprehension_step.cc
third_party/cel-cpp/eval/eval/container_access_step.cc
third_party/cel-cpp/eval/eval/create_list_step.cc
third_party/cel-cpp/eval/eval/create_map_step.cc
third_party/cel-cpp/eval/eval/create_struct_step.cc
third_party/cel-cpp/eval/eval/direct_expression_step.cc
third_party/cel-cpp/eval/eval/equality_steps.cc
third_party/cel-cpp/eval/eval/evaluator_core.cc
third_party/cel-cpp/eval/eval/evaluator_stack.cc
third_party/cel-cpp/eval/eval/function_step.cc
third_party/cel-cpp/eval/eval/ident_step.cc
third_party/cel-cpp/eval/eval/jump_step.cc
third_party/cel-cpp/eval/eval/lazy_init_step.cc
third_party/cel-cpp/eval/eval/logic_step.cc
third_party/cel-cpp/eval/eval/optional_or_step.cc
third_party/cel-cpp/eval/eval/regex_match_step.cc
third_party/cel-cpp/eval/eval/select_step.cc
third_party/cel-cpp/eval/eval/shadowable_value_step.cc
third_party/cel-cpp/eval/eval/ternary_step.cc
third_party/cel-cpp/eval/internal/adapter_activation_impl.cc
third_party/cel-cpp/eval/internal/cel_value_equal.cc
third_party/cel-cpp/eval/internal/errors.cc
third_party/cel-cpp/eval/public/activation.cc
third_party/cel-cpp/eval/public/builtin_func_registrar.cc
third_party/cel-cpp/eval/public/cel_attribute.cc
third_party/cel-cpp/eval/public/cel_expr_builder_factory.cc
third_party/cel-cpp/eval/public/cel_function.cc
third_party/cel-cpp/eval/public/cel_function_registry.cc
third_party/cel-cpp/eval/public/cel_number.cc
third_party/cel-cpp/eval/public/cel_options.cc
third_party/cel-cpp/eval/public/cel_type_registry.cc
third_party/cel-cpp/eval/public/cel_value.cc
third_party/cel-cpp/eval/public/containers/container_backed_map_impl.cc
third_party/cel-cpp/eval/public/containers/field_access.cc
third_party/cel-cpp/eval/public/containers/internal_field_backed_list_impl.cc
third_party/cel-cpp/eval/public/containers/internal_field_backed_map_impl.cc
third_party/cel-cpp/eval/public/string_extension_func_registrar.cc
third_party/cel-cpp/eval/public/structs/cel_proto_wrap_util.cc
third_party/cel-cpp/eval/public/structs/cel_proto_wrapper.cc
third_party/cel-cpp/eval/public/structs/field_access_impl.cc
third_party/cel-cpp/eval/public/structs/legacy_type_provider.cc
third_party/cel-cpp/eval/public/structs/proto_message_type_adapter.cc
third_party/cel-cpp/eval/public/structs/protobuf_descriptor_type_provider.cc
third_party/cel-cpp/eval/public/unknown_function_result_set.cc
third_party/cel-cpp/extensions/formatting.cc
third_party/cel-cpp/extensions/protobuf/internal/map_reflection.cc
third_party/cel-cpp/extensions/protobuf/internal/qualify.cc
third_party/cel-cpp/extensions/protobuf/memory_manager.cc
third_party/cel-cpp/extensions/select_optimization.cc
third_party/cel-cpp/extensions/strings.cc
third_party/cel-cpp/internal/empty_descriptors.cc
third_party/cel-cpp/internal/json.cc
third_party/cel-cpp/internal/lexis.cc
third_party/cel-cpp/internal/message_equality.cc
third_party/cel-cpp/internal/new.cc
third_party/cel-cpp/internal/overflow.cc
third_party/cel-cpp/internal/proto_time_encoding.cc
third_party/cel-cpp/internal/string_pool.cc
third_party/cel-cpp/internal/strings.cc
third_party/cel-cpp/internal/time.cc
third_party/cel-cpp/internal/utf8.cc
third_party/cel-cpp/internal/well_known_types.cc
third_party/cel-cpp/parser/macro.cc
third_party/cel-cpp/parser/macro_expr_factory.cc
third_party/cel-cpp/parser/macro_registry.cc
third_party/cel-cpp/parser/parser.cc
third_party/cel-cpp/runtime/activation.cc
third_party/cel-cpp/runtime/function_registry.cc
third_party/cel-cpp/runtime/internal/activation_attribute_matcher_access.cc
third_party/cel-cpp/runtime/internal/convert_constant.cc
third_party/cel-cpp/runtime/internal/errors.cc
third_party/cel-cpp/runtime/internal/runtime_env.cc
third_party/cel-cpp/runtime/internal/runtime_impl.cc
third_party/cel-cpp/runtime/internal/runtime_type_provider.cc
third_party/cel-cpp/runtime/standard/arithmetic_functions.cc
third_party/cel-cpp/runtime/standard/comparison_functions.cc
third_party/cel-cpp/runtime/standard/container_functions.cc
third_party/cel-cpp/runtime/standard/container_membership_functions.cc
third_party/cel-cpp/runtime/standard/equality_functions.cc
third_party/cel-cpp/runtime/standard/logical_functions.cc
third_party/cel-cpp/runtime/standard/regex_functions.cc
third_party/cel-cpp/runtime/standard/string_functions.cc
third_party/cel-cpp/runtime/standard/time_functions.cc
third_party/cel-cpp/runtime/standard/type_conversion_functions.cc
third_party/cel-cpp/runtime/type_registry.cc
third_party/cel-cpp/validator/validator.cc
