protobuf 6.32.0rc1__tar.gz → 6.32.0rc2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of protobuf might be problematic. Click here for more details.
- {protobuf-6.32.0rc1/protobuf.egg-info → protobuf-6.32.0rc2}/PKG-INFO +1 -1
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/__init__.py +1 -1
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/any_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/api_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/compiler/plugin_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/duration_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/empty_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/field_mask_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/python_edition_defaults.py +1 -1
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/runtime_version.py +1 -1
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/source_context_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/struct_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/timestamp_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/type_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/wrappers_pb2.py +2 -2
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2/protobuf.egg-info}/PKG-INFO +1 -1
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/upb_edition_defaults.h +1 -1
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/LICENSE +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/MANIFEST.in +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/README.md +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/__init__.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/any.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/compiler/__init__.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor.upb.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor.upb.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor.upb_minitable.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor.upb_minitable.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor.upbdefs.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor.upbdefs.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor_database.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/descriptor_pool.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/duration.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/__init__.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/api_implementation.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/builder.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/containers.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/decoder.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/encoder.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/enum_type_wrapper.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/extension_dict.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/field_mask.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/message_listener.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/python_message.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/testing_refleaks.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/type_checkers.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/well_known_types.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/wire_format.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/json_format.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/message.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/message_factory.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/proto.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/proto_builder.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/proto_json.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/proto_text.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/pyext/__init__.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/pyext/cpp_message.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/reflection.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/service_reflection.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/symbol_database.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/testdata/__init__.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/text_encoding.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/text_format.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/timestamp.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/unknown_fields.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/util/__init__.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/protobuf.egg-info/SOURCES.txt +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/protobuf.egg-info/dependency_links.txt +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/protobuf.egg-info/top_level.txt +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/convert.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/convert.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/descriptor.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/descriptor.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/descriptor_containers.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/descriptor_containers.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/descriptor_pool.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/descriptor_pool.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/extension_dict.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/extension_dict.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/map.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/map.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/message.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/message.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/protobuf.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/protobuf.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/python_api.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/repeated.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/repeated.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/unknown_fields.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/python/unknown_fields.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/setup.cfg +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/setup.py +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/base/descriptor_constants.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/base/internal/endian.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/base/internal/log2.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/base/status.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/base/status.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/base/string_view.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/base/upcast.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/generated_code_support.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/hash/common.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/hash/common.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/hash/int_table.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/hash/str_table.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/atoi.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/atoi.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/round_trip.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/round_trip.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/strtod.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/strtod.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/unicode.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/lex/unicode.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mem/alloc.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mem/alloc.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mem/arena.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mem/arena.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mem/internal/arena.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/accessors.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/accessors.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/accessors_split64.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/array.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/array.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/compare.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/compare.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/compat.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/compat.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/copy.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/copy.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/accessors.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/array.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/compare_unknown.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/compare_unknown.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/extension.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/extension.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/iterator.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/iterator.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/map.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/map_entry.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/map_sorter.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/message.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/message.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/tagged_ptr.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/internal/types.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/map.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/map.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/map_gencode_util.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/map_sorter.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/merge.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/merge.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/message.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/message.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/promote.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/promote.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/tagged_ptr.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/message/value.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/build_enum.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/build_enum.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/decode.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/decode.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/internal/base92.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/internal/base92.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/internal/decoder.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/internal/encode.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/internal/encode.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/internal/modifiers.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/internal/wire_constants.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/link.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_descriptor/link.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/compat.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/compat.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/enum.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/extension.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/extension_registry.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/extension_registry.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/field.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/file.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/enum.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/extension.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/field.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/file.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/message.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/message.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/size_log2.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/internal/sub.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/message.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/message.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/mini_table/sub.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/port/atomic.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/port/def.inc +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/port/sanitizers.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/port/undef.inc +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/port/vsnprintf_compat.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/common.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/def_pool.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/def_pool.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/def_type.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/def_type.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/desc_state.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/descriptor_bootstrap.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/enum_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/enum_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/enum_reserved_range.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/enum_reserved_range.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/enum_value_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/enum_value_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/extension_range.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/extension_range.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/field_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/field_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/file_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/file_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/def_builder.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/def_builder.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/def_pool.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/desc_state.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/enum_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/enum_reserved_range.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/enum_value_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/extension_range.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/field_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/file_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/message_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/message_reserved_range.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/method_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/oneof_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/service_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/strdup2.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/internal/strdup2.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/message.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/message.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/message_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/message_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/message_reserved_range.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/message_reserved_range.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/method_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/method_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/oneof_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/oneof_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/service_def.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/reflection/service_def.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/text/debug_string.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/text/debug_string.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/text/encode.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/text/encode.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/text/internal/encode.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/text/internal/encode.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/text/options.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/util/def_to_proto.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/util/def_to_proto.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/util/required_fields.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/util/required_fields.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/byte_size.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/byte_size.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/decode.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/decode.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/encode.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/encode.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/eps_copy_input_stream.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/eps_copy_input_stream.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/internal/constants.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/internal/decoder.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/internal/decoder.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/internal/reader.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/reader.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/reader.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/types.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/upb/wire/writer.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/utf8_range/utf8_range.c +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/utf8_range/utf8_range.h +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/utf8_range/utf8_range_neon.inc +0 -0
- {protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/utf8_range/utf8_range_sse.inc +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/any.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/any.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/api.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/api.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/compiler/plugin.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/compiler/plugin.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/descriptor.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/descriptor.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/duration.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/duration.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/empty.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/empty.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/field_mask.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/field_mask.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
{protobuf-6.32.0rc1 → protobuf-6.32.0rc2}/google/protobuf/internal/python_edition_defaults.py
RENAMED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
This file contains the serialized FeatureSetDefaults object corresponding to
|
|
3
3
|
the Pure Python runtime. This is used for feature resolution under Editions.
|
|
4
4
|
"""
|
|
5
|
-
_PROTOBUF_INTERNAL_PYTHON_EDITION_DEFAULTS = b"\n\027\030\204\007\"\000*\020\010\001\020\002\030\002 \003(\0010\0028\002@\001\n\027\030\347\007\"\000*\020\010\002\020\001\030\001 \002(\0010\0018\002@\001\n\027\030\350\007\"\014\010\001\020\001\030\001 \002(\0010\001*\0048\002@\001 \346\007(\
|
|
5
|
+
_PROTOBUF_INTERNAL_PYTHON_EDITION_DEFAULTS = b"\n\027\030\204\007\"\000*\020\010\001\020\002\030\002 \003(\0010\0028\002@\001\n\027\030\347\007\"\000*\020\010\002\020\001\030\001 \002(\0010\0018\002@\001\n\027\030\350\007\"\014\010\001\020\001\030\001 \002(\0010\001*\0048\002@\001\n\027\030\351\007\"\020\010\001\020\001\030\001 \002(\0010\0018\001@\002*\000 \346\007(\351\007"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/source_context.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/source_context.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/struct.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/struct.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/timestamp.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/timestamp.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/type.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/type.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/wrappers.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.0-
|
|
5
|
+
# Protobuf Python Version: 6.32.0-rc2
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -14,7 +14,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
16
|
0,
|
|
17
|
-
'-
|
|
17
|
+
'-rc2',
|
|
18
18
|
'google/protobuf/wrappers.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// features. This is used for feature resolution under Editions.
|
|
14
14
|
// NOLINTBEGIN
|
|
15
15
|
// clang-format off
|
|
16
|
-
#define UPB_INTERNAL_UPB_EDITION_DEFAULTS "\n\027\030\204\007\"\000*\020\010\001\020\002\030\002 \003(\0010\0028\002@\001\n\027\030\347\007\"\000*\020\010\002\020\001\030\001 \002(\0010\0018\002@\001\n\027\030\350\007\"\014\010\001\020\001\030\001 \002(\0010\001*\0048\002@\001 \346\007(\
|
|
16
|
+
#define UPB_INTERNAL_UPB_EDITION_DEFAULTS "\n\027\030\204\007\"\000*\020\010\001\020\002\030\002 \003(\0010\0028\002@\001\n\027\030\347\007\"\000*\020\010\002\020\001\030\001 \002(\0010\0018\002@\001\n\027\030\350\007\"\014\010\001\020\001\030\001 \002(\0010\001*\0048\002@\001\n\027\030\351\007\"\020\010\001\020\001\030\001 \002(\0010\0018\001@\002*\000 \346\007(\351\007"
|
|
17
17
|
// clang-format on
|
|
18
18
|
// NOLINTEND
|
|
19
19
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|