Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 5, 2024
1 parent b8844c3 commit 91fe9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tweaks/YTHoldForSpeed
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 46 files
+12 −9 hpb_generator/tests/child_model.proto
+1 −1 hpb_generator/tests/legacy-name.proto
+3 −3 hpb_generator/tests/naming_conflict.proto
+2 −1 hpb_generator/tests/no_package.proto
+2 −2 hpb_generator/tests/no_package_enum_user.proto
+5 −5 hpb_generator/tests/set_alias.proto
+1 −1 hpb_generator/tests/test_enum.proto
+5 −4 hpb_generator/tests/test_extension.proto
+77 −57 hpb_generator/tests/test_model.proto
+2 −2 src/google/protobuf/any.pb.cc
+6 −8 src/google/protobuf/any.pb.h
+6 −6 src/google/protobuf/api.pb.cc
+21 −28 src/google/protobuf/api.pb.h
+1 −3 src/google/protobuf/arena.h
+7 −7 src/google/protobuf/arena_align.h
+8 −7 src/google/protobuf/arenastring.h
+28 −30 src/google/protobuf/compiler/cpp/field_generators/string_field.cc
+18 −20 src/google/protobuf/compiler/cpp/field_generators/string_view_field.cc
+2 −2 src/google/protobuf/compiler/cpp/message.cc
+1 −1 src/google/protobuf/compiler/java/java_features.pb.cc
+8 −8 src/google/protobuf/compiler/plugin.pb.cc
+18 −24 src/google/protobuf/compiler/plugin.pb.h
+1 −1 src/google/protobuf/cpp_features.pb.cc
+64 −64 src/google/protobuf/descriptor.pb.cc
+111 −148 src/google/protobuf/descriptor.pb.h
+1 −1 src/google/protobuf/duration.pb.cc
+2 −2 src/google/protobuf/field_mask.pb.cc
+2 −2 src/google/protobuf/generated_enum_util.h
+5 −5 src/google/protobuf/generated_message_tctable_impl.h
+29 −32 src/google/protobuf/generated_message_tctable_lite.cc
+2 −2 src/google/protobuf/inlined_string_field.h
+2 −2 src/google/protobuf/message_lite.h
+16 −18 src/google/protobuf/parse_context.h
+12 −13 src/google/protobuf/port.h
+5 −5 src/google/protobuf/port_def.inc
+4 −5 src/google/protobuf/serial_arena.h
+2 −2 src/google/protobuf/source_context.pb.cc
+3 −4 src/google/protobuf/source_context.pb.h
+6 −6 src/google/protobuf/struct.pb.cc
+3 −4 src/google/protobuf/struct.pb.h
+1 −1 src/google/protobuf/timestamp.pb.cc
+10 −10 src/google/protobuf/type.pb.cc
+30 −40 src/google/protobuf/type.pb.h
+6 −7 src/google/protobuf/varint_shuffle.h
+11 −11 src/google/protobuf/wrappers.pb.cc
+6 −8 src/google/protobuf/wrappers.pb.h

0 comments on commit 91fe9bc

Please sign in to comment.