forked from YTLitePlus/YTLitePlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
798db30
commit 90b5401
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule protobuf
updated
23 files
+0 −14 | .github/CODEOWNERS | |
+1 −1 | java/core/src/main/java/com/google/protobuf/CodedOutputStream.java | |
+18 −10 | java/core/src/main/java/com/google/protobuf/ProtobufToStringOutput.java | |
+7 −1 | php/ext/google/protobuf/message.c | |
+56 −56 | php/ext/google/protobuf/php-upb.c | |
+744 −721 | php/ext/google/protobuf/php-upb.h | |
+40 −0 | php/tests/WellKnownTest.php | |
+1 −0 | pkg/BUILD.bazel | |
+56 −56 | ruby/ext/google/protobuf_c/ruby-upb.c | |
+744 −721 | ruby/ext/google/protobuf_c/ruby-upb.h | |
+2 −0 | src/file_lists.cmake | |
+14 −36 | src/google/protobuf/compiler/rust/generator.cc | |
+1 −1 | src/google/protobuf/map.cc | |
+18 −113 | src/google/protobuf/map.h | |
+8 −0 | src/google/protobuf/message.h | |
+7 −4 | src/google/protobuf/reflection_visit_field_info.h | |
+2 −2 | upb/message/BUILD | |
+8 −5 | upb/message/compare.c | |
+17 −0 | upb/message/internal/extension.h | |
+18 −8 | upb/message/internal/message.h | |
+7 −2 | upb/message/message.c | |
+2 −0 | upb/message/test.cc | |
+41 −51 | upb/mini_descriptor/decode.c |