.gitignore
.perlcriticrc
.perltidyrc
bench/message_merge.pl
bin/conformance_perl.pl
bin/conformance_perl_wrapper.sh
bin/protoc-gen-perl-pb
BUILD
build_defs.bzl
c_test_config.bzl
Changes
conformance-failures.txt
cpanfile
doc/architecture/API_DESIGN.md
doc/architecture/OVERVIEW.md
doc/architecture/XS_CORE_DEEP_DIVE.md
doc/guidelines/CODING_REMINDERS.md
doc/guidelines/conventions.md
doc/guidelines/execute-development-project.md
doc/guidelines/how-to-prepare-an-llm-to-succeed.md
doc/guidelines/how-to-write-perl-good.md
doc/guidelines/llm-guidance.md
doc/guidelines/LLM_DEV_FLOW.md
doc/guidelines/MOCKING_GUIDELINES.md
doc/guidelines/test-work-guidance.md
doc/guidelines/xs-and-c-layer.md
doc/IMPLEMENTATION_PLAN.md
doc/plan/010_Build.md
doc/plan/010_Test.md
doc/plan/015_Makefile_Refactor.md
doc/plan/020_Protobuf_Core.md
doc/plan/030_Integration_Protobuf.md
doc/plan/040_Convert.md
doc/plan/050_Integration_Convert.md
doc/plan/060_Descriptor.md
doc/plan/070_Integration_Descriptor.md
doc/plan/080_Descriptor_Containers.md
doc/plan/090_Integration_Descriptor_Containers.md
doc/plan/100_Descriptor_Pool.md
doc/plan/110_Integration_Descriptor_Pool.md
doc/plan/120_Extension_Dict.md
doc/plan/130_Integration_Extension_Dict.md
doc/plan/140_Map.md
doc/plan/150_Integration_Map.md
doc/plan/160_Message.md
doc/plan/170_Integration_Message.md
doc/plan/180_Repeated.md
doc/plan/190_Integration_Repeated.md
doc/plan/200_Unknown_Fields.md
doc/plan/210_Integration_Unknown_Fields.md
doc/plan/220_C_Layer_Final_Integration.md
doc/plan/230_Perl_Arena.md
doc/plan/235_Shared_Object_Cache.md
doc/plan/240_Integration_Perl_Arena.md
doc/plan/240_Perl_DescriptorPool.md
doc/plan/250_Perl_DescriptorPool.md
doc/plan/250_Perl_Descriptors.md
doc/plan/260_Integration_Perl_DescriptorPool.md
doc/plan/260_Perl_Message.md
doc/plan/270_Perl_Descriptor.md
doc/plan/280_Integration_Perl_Descriptor.md
doc/plan/290_Perl_Message.md
doc/plan/290_Perl_Message_Overview.md
doc/plan/291_Message_Class_Generation.md
doc/plan/292_Scalar_Field_Accessors.md
doc/plan/293_Scalar_Field_Mutators.md
doc/plan/294_SubMessage_Fields.md
doc/plan/295_Enum_Fields.md
doc/plan/296_Repeated_Scalar_Fields.md
doc/plan/297_Repeated_Message_Fields.md
doc/plan/298_Map_Fields.md
doc/plan/299_B_Compat_Testing.md
doc/plan/299_Integration_and_Unknowns.md
doc/plan/299_Message_Serialization.md
doc/plan/300_Integration_Perl_Message.md
doc/plan/310_Perl_RepeatedField.md
doc/plan/320_Integration_Perl_RepeatedField.md
doc/plan/330_Perl_Map.md
doc/plan/340_Integration_Perl_Map.md
doc/plan/350_Perl_WKT.md
doc/plan/360_Integration_Perl_WKT.md
doc/plan/370_Perl_TextFormat.md
doc/plan/380_Integration_Perl_TextFormat.md
doc/plan/390_Perl_JSON.md
doc/plan/400_Integration_Perl_JSON.md
doc/plan/410_Perl_Final_Integration.md
doc/plan/412_Cross_Language_IPC_and_Fuzzing.md
doc/plan/415-Benchmarking.md
doc/plan/415_Thread_Safety_Rails.md
doc/plan/416_Type_Tiny_Integration.md
doc/plan/420_Protoc.md
doc/plan/430_Release.md
doc/plan/500_Pure_Perl_Engine.md
doc/README.md
inc/templates/bazel.tt
inc/templates/BUILD.bazel.tt
inc/templates/makefile.tt
lib/Conformance/Conformance.pm
lib/Conformance/Conformance/Types.pm
lib/Google/Protobuf/Any.pm
lib/Google/Protobuf/Any/Types.pm
lib/Google/Protobuf/Duration.pm
lib/Google/Protobuf/Duration/Types.pm
lib/Google/Protobuf/Empty.pm
lib/Google/Protobuf/Empty/Types.pm
lib/Google/Protobuf/FieldMask.pm
lib/Google/Protobuf/FieldMask/Types.pm
lib/Google/Protobuf/Struct.pm
lib/Google/Protobuf/Struct/Types.pm
lib/Google/Protobuf/Timestamp.pm
lib/Google/Protobuf/Timestamp/Types.pm
lib/Google/Protobuf/Wrappers.pm
lib/Google/Protobuf/Wrappers/Types.pm
lib/Protobuf.pm
lib/Protobuf/Arena.pm
lib/Protobuf/Arena.xs.part
lib/Protobuf/ClassGenerator.pm
lib/Protobuf/Descriptor/Base/PurePerl.pm
lib/Protobuf/Descriptor/Enum.pm
lib/Protobuf/Descriptor/Enum.xs.part
lib/Protobuf/Descriptor/EnumDef/PurePerl.pm
lib/Protobuf/Descriptor/EnumValue.pm
lib/Protobuf/Descriptor/EnumValue.xs.part
lib/Protobuf/Descriptor/EnumValueDef/PurePerl.pm
lib/Protobuf/Descriptor/Field.pm
lib/Protobuf/Descriptor/Field.xs.part
lib/Protobuf/Descriptor/FieldDef/PurePerl.pm
lib/Protobuf/Descriptor/File.pm
lib/Protobuf/Descriptor/File.xs.part
lib/Protobuf/Descriptor/File/PurePerl.pm
lib/Protobuf/Descriptor/MessageDef.pm
lib/Protobuf/Descriptor/MessageDef.xs.part
lib/Protobuf/Descriptor/MessageDef/PurePerl.pm
lib/Protobuf/Descriptor/OneofDef.pm
lib/Protobuf/Descriptor/OneofDef.xs.part
lib/Protobuf/Descriptor/OneofDef/PurePerl.pm
lib/Protobuf/DescriptorPool.pm
lib/Protobuf/DescriptorPool.xs.part
lib/Protobuf/DescriptorPool/PurePerl.pm
lib/Protobuf/Engine.pm
lib/Protobuf/Engine/PurePerl.pm
lib/Protobuf/Engine/PurePerl/DescriptorParser.pm
lib/Protobuf/Engine/XS.pm
lib/Protobuf/Internal.pm
lib/Protobuf/Internal.xs.part
lib/Protobuf/Internal/Map.pm
lib/Protobuf/Internal/Map.xs.part
lib/Protobuf/Internal/MapIterator.pm
lib/Protobuf/Internal/MapIterator.xs.part
lib/Protobuf/Internal/Proxy.pm
lib/Protobuf/Internal/Repeated.pm
lib/Protobuf/Internal/Repeated.xs.part
lib/Protobuf/Message.pm
lib/Protobuf/Message.xs.part
lib/Protobuf/UnknownFieldSet.pm
lib/Protobuf/UnknownFieldSet.xs.part
lib/Protobuf/WKT.pm
lib/Protobuf/WKT/Any.pm
lib/Protobuf/WKT/Duration.pm
lib/Protobuf/WKT/FieldMask.pm
lib/Protobuf/WKT/Struct.pm
lib/Protobuf/WKT/Timestamp.pm
lib/Protobuf_test_messages/Proto2/TestMessagesProto2.pm
lib/Protobuf_test_messages/Proto2/TestMessagesProto2/Types.pm
lib/Protobuf_test_messages/Proto3/TestMessagesProto3.pm
lib/Protobuf_test_messages/Proto3/TestMessagesProto3/Types.pm
libprotobufperl.map
LICENSE
maint/gen_build_bazel.pl
maint/generate_xs.pl
maint/prove-dash-jay.sh
maint/vendor_upb.pl
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
perlobject.map
ppport.h
Protobuf.xs
protoc/generator.cc
protoc/generator.h
protoc/helpers.cc
protoc/helpers.h
protoc/perl_generator.h
protoc/plugin_main.cc
README.md
t/001_arena.t
t/002_descriptor_pool.t
t/003_descriptors.t
t/004_obj_cache_audit.t
t/005_message_291_class.t
t/006_message_292_getters.t
t/007_message_293_mutators.t
t/008_message_294_submessage.t
t/009_message_295_enum.t
t/010_message_296_repeated_scalar.t
t/011_message_297_repeated_message.t
t/012_message_298_map.t
t/013_message_299_integration.t
t/014_message_base.t
t/014_message_methods.t
t/015_any.t
t/015_error_reporting.t
t/016_arena_reset.t
t/016_duration.t
t/017_timestamp.t
t/018_fieldmask.t
t/019_numeric_limits.t
t/020_struct.t
t/021_wrappers.t
t/022_text_format.t
t/023_json_format.t
t/024_threads.t
t/025_type_tiny.t
t/026_compatibility_aliases.t
t/027_pureperl_kernels.t
t/028_pureperl_descriptor_parser.t
t/029_pureperl_wire_format.t
t/030_pureperl_reflection.t
t/031_pureperl_lifecycle.t
t/040_primitive_roundtrip.t
t/210_unknown_field_scrubbing.t
t/310_class_generator.t
t/410_wkt.t
t/510_serialization.t
t/900_integration.t
t/98-generated.t
t/98-protoc-plugin.t
t/980_generated.t
t/99-dataproc.t
t/c/benchmark/obj_cache.c
t/c/benchmark/serialize.c
t/c/c_test_config.json
t/c/convert/sv_to_upb.c
t/c/convert/test_util.c
t/c/convert/test_util.h
t/c/convert/types/bool.c
t/c/convert/types/bool.h
t/c/convert/types/bytes.c
t/c/convert/types/bytes.h
t/c/convert/types/double.c
t/c/convert/types/double.h
t/c/convert/types/enum.c
t/c/convert/types/enum.h
t/c/convert/types/fixed32.c
t/c/convert/types/fixed32.h
t/c/convert/types/fixed64.c
t/c/convert/types/fixed64.h
t/c/convert/types/float.c
t/c/convert/types/float.h
t/c/convert/types/group.c
t/c/convert/types/group.h
t/c/convert/types/int32.c
t/c/convert/types/int32.h
t/c/convert/types/int64.c
t/c/convert/types/int64.h
t/c/convert/types/message.c
t/c/convert/types/message.h
t/c/convert/types/sfixed32.c
t/c/convert/types/sfixed32.h
t/c/convert/types/sfixed64.c
t/c/convert/types/sfixed64.h
t/c/convert/types/sint32.c
t/c/convert/types/sint32.h
t/c/convert/types/sint64.c
t/c/convert/types/sint64.h
t/c/convert/types/string.c
t/c/convert/types/string.h
t/c/convert/types/uint32.c
t/c/convert/types/uint32.h
t/c/convert/types/uint64.c
t/c/convert/types/uint64.h
t/c/convert/upb_to_sv.c
t/c/coro_util.h
t/c/descriptor/base.c
t/c/descriptor/enum.c
t/c/descriptor/enum_value.c
t/c/descriptor/field.c
t/c/descriptor/file.c
t/c/descriptor/message.c
t/c/descriptor/method.c
t/c/descriptor/oneof.c
t/c/descriptor/service.c
t/c/descriptor_containers/by_name_map.c
t/c/descriptor_containers/by_number_map.c
t/c/descriptor_containers/generic_sequence.c
t/c/descriptor_containers/iterators.c
t/c/descriptor_pool/add.c
t/c/descriptor_pool/find.c
t/c/descriptor_pool/pool.c
t/c/extension_dict/dict.c
t/c/extension_dict/iterator.c
t/c/harness/leak_thread.c
t/c/harness/skip.c
t/c/integration/030_asan_test.c
t/c/integration/030_protobuf.c
t/c/integration/030_protobuf_coro.c
t/c/integration/030_protobuf_multi_interp.c
t/c/integration/035_croak_test.c
t/c/integration/036_asan_leak_test.c
t/c/integration/050_convert.c
t/c/integration/050_convert_coro.c
t/c/integration/070_descriptor.c
t/c/integration/070_descriptor_coro.c
t/c/integration/090_descriptor_containers.c
t/c/integration/090_descriptor_containers_coro.c
t/c/integration/110_descriptor_pool.c
t/c/integration/110_descriptor_pool_coro.c
t/c/integration/130_extension_dict.c
t/c/integration/130_extension_dict_coro.c
t/c/integration/150_map.c
t/c/integration/150_map_coro.c
t/c/integration/170_message.c
t/c/integration/170_message_coro.c
t/c/integration/190_repeated.c
t/c/integration/190_repeated_coro.c
t/c/integration/210_unknown_fields.c
t/c/integration/210_unknown_fields_coro.c
t/c/integration/220_all_c_layers.c
t/c/integration/220_all_c_layers_coro.c
t/c/integration/eval_croak_test.c
t/c/map/map.c
t/c/message/init.c
t/c/message/message.c
t/c/message/wkt.c
t/c/protobuf/arena.c
t/c/protobuf/obj_cache.c
t/c/protobuf/obj_cache_coro.c
t/c/protobuf/obj_cache_lru.c
t/c/protobuf/obj_cache_threads.c
t/c/protobuf/shared_object_cache.c
t/c/protobuf/utils.c
t/c/protobuf/utils.h
t/c/repeated/composite.c
t/c/repeated/repeated.c
t/c/repeated/scalar.c
t/c/Test.c
t/c/test.proto
t/c/test_util.h
t/c/unknown_fields/build.c
t/c/unknown_fields/set.c
t/c/upb-perl-test.c
t/c/upb-perl-test.h
t/c/upb_descriptor_load.c
t/integration/260_descriptor_pool.t
t/integration/280_descriptor.t
t/integration/299_1_string_bytes.t
t/integration/299_2_types.t
t/integration/299_3_error.t
t/integration/299_4_package.t
t/integration/299_5_embedded.t
t/integration/300_message.t
t/integration/320_repeated_field.t
t/integration/340_map.t
t/integration/360_wkt.t
t/integration/380_textformat.t
t/integration/400_json.t
t/integration/410_final.t
t/integration/412_tmpfs_ipc.t
t/integration/430_release.t
t/lib/Protobuf/Internal/Test.pm
t/lib/Protobuf/Internal/Test.xs
t/lib/TestHelpers.pm
t/proto/hardening.proto
t/protos/embedded_error.proto
t/protos/error.proto
t/protos/messages.proto
t/protos/service.proto
t/protos/string_bytes.proto
t/protos/types.proto
THANKS.md
typemap
vendor/.clang-format
vendor/libcoro/coro.c
vendor/libcoro/coro.h
vendor/libcoro/LICENSE
vendor/src/google/protobuf/any.proto
vendor/src/google/protobuf/any_test.proto
vendor/src/google/protobuf/api.proto
vendor/src/google/protobuf/bridge/message_set.proto
vendor/src/google/protobuf/compiler/cpp/test_bad_identifiers_editions.proto
vendor/src/google/protobuf/compiler/cpp/test_bad_identifiers_proto2.proto
vendor/src/google/protobuf/compiler/cpp/test_large_enum_value.proto
vendor/src/google/protobuf/compiler/cpp/tools/analyze_profile_proto_test.proto
vendor/src/google/protobuf/compiler/java/message_serialization_unittest.proto
vendor/src/google/protobuf/compiler/plugin.proto
vendor/src/google/protobuf/compiler/ruby/ruby_generated_code.proto
vendor/src/google/protobuf/compiler/ruby/ruby_generated_code_proto2.proto
vendor/src/google/protobuf/compiler/ruby/ruby_generated_code_proto2_import.proto
vendor/src/google/protobuf/compiler/ruby/ruby_generated_pkg_explicit.proto
vendor/src/google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy.proto
vendor/src/google/protobuf/compiler/ruby/ruby_generated_pkg_implicit.proto
vendor/src/google/protobuf/cpp_features.proto
vendor/src/google/protobuf/descriptor.proto
vendor/src/google/protobuf/duration.proto
vendor/src/google/protobuf/edition_unittest.proto
vendor/src/google/protobuf/empty.proto
vendor/src/google/protobuf/field_mask.proto
vendor/src/google/protobuf/internal_metadata_locator_test.proto
vendor/src/google/protobuf/internal_options.proto
vendor/src/google/protobuf/late_loaded_option.proto
vendor/src/google/protobuf/late_loaded_option_user.proto
vendor/src/google/protobuf/map_lite_unittest.proto
vendor/src/google/protobuf/map_proto2_unittest.proto
vendor/src/google/protobuf/map_proto3_unittest.proto
vendor/src/google/protobuf/map_unittest.proto
vendor/src/google/protobuf/only_one_enum_test.proto
vendor/src/google/protobuf/sample_messages_edition.proto
vendor/src/google/protobuf/source_context.proto
vendor/src/google/protobuf/struct.proto
vendor/src/google/protobuf/test_messages_proto2.proto
vendor/src/google/protobuf/test_messages_proto3.proto
vendor/src/google/protobuf/timestamp.proto
vendor/src/google/protobuf/type.proto
vendor/src/google/protobuf/unittest.proto
vendor/src/google/protobuf/unittest_arena.proto
vendor/src/google/protobuf/unittest_custom_features.proto
vendor/src/google/protobuf/unittest_custom_options.proto
vendor/src/google/protobuf/unittest_custom_options_unlinked.proto
vendor/src/google/protobuf/unittest_delimited.proto
vendor/src/google/protobuf/unittest_delimited_import.proto
vendor/src/google/protobuf/unittest_drop_unknown_fields.proto
vendor/src/google/protobuf/unittest_embed_optimize_for.proto
vendor/src/google/protobuf/unittest_empty.proto
vendor/src/google/protobuf/unittest_enormous_descriptor.proto
vendor/src/google/protobuf/unittest_extension_set.proto
vendor/src/google/protobuf/unittest_features.proto
vendor/src/google/protobuf/unittest_fuzz_extensions.proto
vendor/src/google/protobuf/unittest_import.proto
vendor/src/google/protobuf/unittest_import_lite.proto
vendor/src/google/protobuf/unittest_import_option.proto
vendor/src/google/protobuf/unittest_import_public.proto
vendor/src/google/protobuf/unittest_import_public_lite.proto
vendor/src/google/protobuf/unittest_invalid_features.proto
vendor/src/google/protobuf/unittest_lazy_dependencies.proto
vendor/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto
vendor/src/google/protobuf/unittest_lazy_dependencies_enum.proto
vendor/src/google/protobuf/unittest_legacy_features.proto
vendor/src/google/protobuf/unittest_lite.proto
vendor/src/google/protobuf/unittest_lite_edition_2024.proto
vendor/src/google/protobuf/unittest_lite_imports_nonlite.proto
vendor/src/google/protobuf/unittest_mset.proto
vendor/src/google/protobuf/unittest_mset_wire_format.proto
vendor/src/google/protobuf/unittest_no_field_presence.proto
vendor/src/google/protobuf/unittest_no_generic_services.proto
vendor/src/google/protobuf/unittest_optimize_for.proto
vendor/src/google/protobuf/unittest_preserve_unknown_enum.proto
vendor/src/google/protobuf/unittest_preserve_unknown_enum2.proto
vendor/src/google/protobuf/unittest_proto3.proto
vendor/src/google/protobuf/unittest_proto3_arena.proto
vendor/src/google/protobuf/unittest_proto3_arena_lite.proto
vendor/src/google/protobuf/unittest_proto3_bad_macros.proto
vendor/src/google/protobuf/unittest_proto3_extensions.proto
vendor/src/google/protobuf/unittest_proto3_lite.proto
vendor/src/google/protobuf/unittest_proto3_optional.proto
vendor/src/google/protobuf/unittest_redaction.proto
vendor/src/google/protobuf/unittest_retention.proto
vendor/src/google/protobuf/unittest_string_type.proto
vendor/src/google/protobuf/unittest_string_view.proto
vendor/src/google/protobuf/unittest_utf8_string_extensions.proto
vendor/src/google/protobuf/unittest_well_known_types.proto
vendor/src/google/protobuf/util/field_mask_util_test.proto
vendor/src/google/protobuf/util/json_format.proto
vendor/src/google/protobuf/util/json_format_proto3.proto
vendor/src/google/protobuf/util/message_differencer_unittest.proto
vendor/src/google/protobuf/util/message_differencer_unittest_proto3.proto
vendor/src/google/protobuf/util/python/testdata/test_messages.proto
vendor/src/google/protobuf/wrappers.proto
vendor/third_party/protobuf/test_messages_proto2.proto
vendor/third_party/utf8_range/utf8_range.c
vendor/third_party/utf8_range/utf8_range.h
vendor/third_party/utf8_range/utf8_range_neon.inc
vendor/third_party/utf8_range/utf8_range_sse.inc
vendor/third_party/utf8_range/utf8_validity.h
vendor/upb/base/descriptor_constants.h
vendor/upb/base/error_handler.h
vendor/upb/base/internal/endian.h
vendor/upb/base/internal/log2.h
vendor/upb/base/status.c
vendor/upb/base/status.h
vendor/upb/base/string_view.h
vendor/upb/base/upcast.h
vendor/upb/conformance/conformance_upb.c
vendor/upb/generated_code_support.h
vendor/upb/hash/common.c
vendor/upb/hash/common.h
vendor/upb/hash/int_table.h
vendor/upb/hash/str_table.h
vendor/upb/io/chunked_input_stream.c
vendor/upb/io/chunked_input_stream.h
vendor/upb/io/chunked_output_stream.c
vendor/upb/io/chunked_output_stream.h
vendor/upb/io/string.h
vendor/upb/io/tokenizer.c
vendor/upb/io/tokenizer.h
vendor/upb/io/zero_copy_input_stream.h
vendor/upb/io/zero_copy_output_stream.h
vendor/upb/json/decode.c
vendor/upb/json/decode.h
vendor/upb/json/encode.c
vendor/upb/json/encode.h
vendor/upb/lex/atoi.c
vendor/upb/lex/atoi.h
vendor/upb/lex/round_trip.c
vendor/upb/lex/round_trip.h
vendor/upb/lex/strtod.c
vendor/upb/lex/strtod.h
vendor/upb/lex/unicode.c
vendor/upb/lex/unicode.h
vendor/upb/mem/alloc.c
vendor/upb/mem/alloc.h
vendor/upb/mem/arena.c
vendor/upb/mem/arena.h
vendor/upb/mem/internal/arena.h
vendor/upb/message/accessors.c
vendor/upb/message/accessors.h
vendor/upb/message/accessors_split64.h
vendor/upb/message/array.c
vendor/upb/message/array.h
vendor/upb/message/compare.c
vendor/upb/message/compare.h
vendor/upb/message/compat.c
vendor/upb/message/compat.h
vendor/upb/message/copy.c
vendor/upb/message/copy.h
vendor/upb/message/internal/accessors.h
vendor/upb/message/internal/array.h
vendor/upb/message/internal/compare_unknown.c
vendor/upb/message/internal/compare_unknown.h
vendor/upb/message/internal/extension.c
vendor/upb/message/internal/extension.h
vendor/upb/message/internal/iterator.c
vendor/upb/message/internal/iterator.h
vendor/upb/message/internal/map.h
vendor/upb/message/internal/map_entry.h
vendor/upb/message/internal/map_sorter.h
vendor/upb/message/internal/message.c
vendor/upb/message/internal/message.h
vendor/upb/message/internal/types.h
vendor/upb/message/map.c
vendor/upb/message/map.h
vendor/upb/message/map_gencode_util.h
vendor/upb/message/map_sorter.c
vendor/upb/message/merge.c
vendor/upb/message/merge.h
vendor/upb/message/message.c
vendor/upb/message/message.h
vendor/upb/message/promote.c
vendor/upb/message/promote.h
vendor/upb/message/value.h
vendor/upb/mini_descriptor/build_enum.c
vendor/upb/mini_descriptor/build_enum.h
vendor/upb/mini_descriptor/decode.c
vendor/upb/mini_descriptor/decode.h
vendor/upb/mini_descriptor/internal/base92.c
vendor/upb/mini_descriptor/internal/base92.h
vendor/upb/mini_descriptor/internal/decoder.h
vendor/upb/mini_descriptor/internal/encode.c
vendor/upb/mini_descriptor/internal/encode.h
vendor/upb/mini_descriptor/internal/modifiers.h
vendor/upb/mini_descriptor/internal/wire_constants.h
vendor/upb/mini_descriptor/link.c
vendor/upb/mini_descriptor/link.h
vendor/upb/mini_table/compat.c
vendor/upb/mini_table/compat.h
vendor/upb/mini_table/debug_string.c
vendor/upb/mini_table/debug_string.h
vendor/upb/mini_table/enum.h
vendor/upb/mini_table/extension.h
vendor/upb/mini_table/extension_registry.c
vendor/upb/mini_table/extension_registry.h
vendor/upb/mini_table/field.h
vendor/upb/mini_table/file.h
vendor/upb/mini_table/generated_registry.c
vendor/upb/mini_table/generated_registry.h
vendor/upb/mini_table/internal/enum.h
vendor/upb/mini_table/internal/extension.h
vendor/upb/mini_table/internal/field.h
vendor/upb/mini_table/internal/file.h
vendor/upb/mini_table/internal/generated_registry.h
vendor/upb/mini_table/internal/message.c
vendor/upb/mini_table/internal/message.h
vendor/upb/mini_table/internal/size_log2.h
vendor/upb/mini_table/internal/sub.h
vendor/upb/mini_table/message.c
vendor/upb/mini_table/message.h
vendor/upb/mini_table/sub.h
vendor/upb/port/atomic.h
vendor/upb/port/def.inc
vendor/upb/port/port.c
vendor/upb/port/sanitizers.h
vendor/upb/port/undef.inc
vendor/upb/port/vsnprintf_compat.h
vendor/upb/reflection/cmake/google/protobuf/descriptor.upb.h
vendor/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.c
vendor/upb/reflection/cmake/google/protobuf/descriptor.upb_minitable.h
vendor/upb/reflection/common.h
vendor/upb/reflection/def.h
vendor/upb/reflection/def_pool.c
vendor/upb/reflection/def_pool.h
vendor/upb/reflection/def_type.c
vendor/upb/reflection/def_type.h
vendor/upb/reflection/desc_state.c
vendor/upb/reflection/descriptor_bootstrap.h
vendor/upb/reflection/enum_def.c
vendor/upb/reflection/enum_def.h
vendor/upb/reflection/enum_reserved_range.c
vendor/upb/reflection/enum_reserved_range.h
vendor/upb/reflection/enum_value_def.c
vendor/upb/reflection/enum_value_def.h
vendor/upb/reflection/extension_range.c
vendor/upb/reflection/extension_range.h
vendor/upb/reflection/field_def.c
vendor/upb/reflection/field_def.h
vendor/upb/reflection/file_def.c
vendor/upb/reflection/file_def.h
vendor/upb/reflection/internal/def_builder.c
vendor/upb/reflection/internal/def_builder.h
vendor/upb/reflection/internal/def_pool.h
vendor/upb/reflection/internal/desc_state.h
vendor/upb/reflection/internal/enum_def.h
vendor/upb/reflection/internal/enum_reserved_range.h
vendor/upb/reflection/internal/enum_value_def.h
vendor/upb/reflection/internal/extension_range.h
vendor/upb/reflection/internal/field_def.h
vendor/upb/reflection/internal/file_def.h
vendor/upb/reflection/internal/message_def.h
vendor/upb/reflection/internal/message_reserved_range.h
vendor/upb/reflection/internal/method_def.h
vendor/upb/reflection/internal/oneof_def.h
vendor/upb/reflection/internal/service_def.h
vendor/upb/reflection/internal/strdup2.c
vendor/upb/reflection/internal/strdup2.h
vendor/upb/reflection/internal/upb_edition_defaults.h
vendor/upb/reflection/message.c
vendor/upb/reflection/message.h
vendor/upb/reflection/message_def.c
vendor/upb/reflection/message_def.h
vendor/upb/reflection/message_reserved_range.c
vendor/upb/reflection/message_reserved_range.h
vendor/upb/reflection/method_def.c
vendor/upb/reflection/method_def.h
vendor/upb/reflection/oneof_def.c
vendor/upb/reflection/oneof_def.h
vendor/upb/reflection/service_def.c
vendor/upb/reflection/service_def.h
vendor/upb/reflection/stage0/google/protobuf/descriptor.upb.c
vendor/upb/reflection/stage0/google/protobuf/descriptor.upb.h
vendor/upb/test/fuzz_util.h
vendor/upb/test/parse_text_proto.h
vendor/upb/text/debug_string.c
vendor/upb/text/debug_string.h
vendor/upb/text/encode.c
vendor/upb/text/encode.h
vendor/upb/text/internal/encode.c
vendor/upb/text/internal/encode.h
vendor/upb/text/options.h
vendor/upb/util/def_to_proto.c
vendor/upb/util/def_to_proto.h
vendor/upb/util/def_to_proto_test.h
vendor/upb/util/required_fields.c
vendor/upb/util/required_fields.h
vendor/upb/wire/byte_size.c
vendor/upb/wire/byte_size.h
vendor/upb/wire/decode.c
vendor/upb/wire/decode.h
vendor/upb/wire/decode_fast/cardinality.c
vendor/upb/wire/decode_fast/cardinality.h
vendor/upb/wire/decode_fast/combinations.h
vendor/upb/wire/decode_fast/data.h
vendor/upb/wire/decode_fast/dispatch.c
vendor/upb/wire/decode_fast/dispatch.h
vendor/upb/wire/decode_fast/field_fixed.c
vendor/upb/wire/decode_fast/field_message.c
vendor/upb/wire/decode_fast/field_parsers.h
vendor/upb/wire/decode_fast/field_string.c
vendor/upb/wire/decode_fast/field_varint.c
vendor/upb/wire/decode_fast/function_array.c
vendor/upb/wire/decode_fast/function_array.h
vendor/upb/wire/decode_fast/select.c
vendor/upb/wire/decode_fast/select.h
vendor/upb/wire/encode.c
vendor/upb/wire/encode.h
vendor/upb/wire/eps_copy_input_stream.c
vendor/upb/wire/eps_copy_input_stream.h
vendor/upb/wire/internal/constants.h
vendor/upb/wire/internal/decoder.c
vendor/upb/wire/internal/decoder.h
vendor/upb/wire/internal/eps_copy_input_stream.h
vendor/upb/wire/internal/reader.h
vendor/upb/wire/reader.c
vendor/upb/wire/reader.h
vendor/upb/wire/test_util/field_types.h
vendor/upb/wire/test_util/make_mini_table.h
vendor/upb/wire/test_util/wire_message.h
vendor/upb/wire/types.h
vendor/upb/wire/writer.h
vendor/upb_generator/c/names.h
vendor/upb_generator/c/names_internal.h
vendor/upb_generator/cmake/google/protobuf/compiler/plugin.upb.h
vendor/upb_generator/cmake/google/protobuf/compiler/plugin.upb_minitable.c
vendor/upb_generator/cmake/google/protobuf/compiler/plugin.upb_minitable.h
vendor/upb_generator/common.h
vendor/upb_generator/common/cpp_to_upb_def.h
vendor/upb_generator/common/names.h
vendor/upb_generator/file_layout.h
vendor/upb_generator/minitable/generator.h
vendor/upb_generator/minitable/names.h
vendor/upb_generator/minitable/names_internal.h
vendor/upb_generator/plugin.h
vendor/upb_generator/plugin_bootstrap.h
vendor/upb_generator/reflection/context.h
vendor/upb_generator/reflection/header.h
vendor/upb_generator/reflection/names.h
vendor/upb_generator/reflection/source.h
vendor/upb_generator/stage0/google/protobuf/compiler/plugin.upb.c
vendor/upb_generator/stage0/google/protobuf/compiler/plugin.upb.h
xlib/Sideload/Build/FileLists.pm
xs/all_descriptors.h
xs/convert.c
xs/convert.h
xs/convert/sv_to_upb.c
xs/convert/sv_to_upb.h
xs/convert/upb_to_sv.c
xs/convert/upb_to_sv.h
xs/descriptor.c
xs/descriptor.h
xs/descriptor/base.h
xs/descriptor/enum.c
xs/descriptor/enum.h
xs/descriptor/enum_value.c
xs/descriptor/enum_value.h
xs/descriptor/field.c
xs/descriptor/field.h
xs/descriptor/file.c
xs/descriptor/file.h
xs/descriptor/message.c
xs/descriptor/message.h
xs/descriptor/method.c
xs/descriptor/method.h
xs/descriptor/oneof.c
xs/descriptor/oneof.h
xs/descriptor/service.c
xs/descriptor/service.h
xs/descriptor_containers.c
xs/descriptor_containers.h
xs/descriptor_containers/by_name_map.c
xs/descriptor_containers/by_name_map.h
xs/descriptor_containers/by_number_map.c
xs/descriptor_containers/by_number_map.h
xs/descriptor_containers/generic_sequence.c
xs/descriptor_containers/generic_sequence.h
xs/descriptor_containers/iterators.c
xs/descriptor_containers/iterators.h
xs/descriptor_pool.c
xs/descriptor_pool.h
xs/descriptor_pool/add.c
xs/descriptor_pool/add.h
xs/descriptor_pool/find.c
xs/descriptor_pool/find.h
xs/descriptor_pool/pool.c
xs/descriptor_pool/pool.h
xs/extension_dict.c
xs/extension_dict.h
xs/extension_dict/dict.c
xs/extension_dict/dict.h
xs/extension_dict/iterator.c
xs/extension_dict/iterator.h
xs/map.c
xs/map.h
xs/map/iterator.c
xs/map/iterator.h
xs/map/map.c
xs/map/map.h
xs/message.c
xs/message.h
xs/message/access.c
xs/message/access.h
xs/message/compare.c
xs/message/compare.h
xs/message/message.c
xs/message/message.h
xs/message/meta.c
xs/message/meta.h
xs/message/serialize.c
xs/message/serialize.h
xs/protobuf.c
xs/protobuf.h
xs/protobuf/arena.c
xs/protobuf/arena.h
xs/protobuf/arena_tmpfs.c
xs/protobuf/fast_accessors.c
xs/protobuf/message.c
xs/protobuf/message.h
xs/protobuf/obj_cache.c
xs/protobuf/obj_cache.h
xs/protobuf/port.h
xs/protobuf/registry.c
xs/protobuf/registry.h
xs/protobuf/utils.c
xs/protobuf/utils.h
xs/repeated.c
xs/repeated.h
xs/repeated/composite.c
xs/repeated/composite.h
xs/repeated/repeated.c
xs/repeated/repeated.h
xs/unknown_fields.c
xs/unknown_fields.h
xs/unknown_fields/set.c
xs/unknown_fields/set.h
xt/01_critic.t
xt/03-moo_immutable.t
xt/98-pod.t
xt/98-pod_coverage.t
xt/author/perlcritic.t
xt/author/pod.t
xt/benchmark/anyevent.t
xt/benchmark/bench.proto
xt/benchmark/core.t
xt/benchmark/coro.t
xt/benchmark/head_to_head.t
xt/benchmark/io_async.t
xt/benchmark/matrix.t
xt/benchmark/memoization.t
xt/benchmark/performance_guard.t
xt/benchmark/profiles.t
xt/benchmark/throughput.t
xt/benchmark/vpp_simd.t
xt/benchmark/zero_copy.t
xt/coro/240_arena.t
xt/coro/260_descriptor_pool.t
xt/coro/280_descriptor.t
xt/coro/300_message.t
xt/coro/320_repeated_field.t
xt/coro/340_map.t
xt/coro/360_wkt.t
xt/coro/380_textformat.t
xt/coro/400_json.t
xt/mojo/240_arena.t
xt/mojo/260_descriptor_pool.t
xt/mojo/280_descriptor.t
xt/mojo/300_message.t
xt/mojo/320_repeated_field.t
xt/mojo/340_map.t
xt/mojo/360_wkt.t
xt/mojo/380_textformat.t
xt/mojo/400_json.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)
