Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit e827395

Browse files
committed
Bundle 3.12.4-1 (2023-01-29)
1 parent 7edc9eb commit e827395

File tree

114 files changed

+12088
-6429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+12088
-6429
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# protobuf 3.12.4-1
2+
3+
- mingw-w64-i686-protobuf-3.12.4-1-any.pkg.tar.xz
4+
- mingw-w64-x86_64-protobuf-3.12.4-1-any.pkg.tar.xz
5+
- mingw-w64-ucrt-x86_64-protobuf-3.12.4-1-any.pkg.tar.xz

bin32/protoc.exe

119 KB
Binary file not shown.

bin64/protoc.exe

114 KB
Binary file not shown.

include/google/protobuf/any.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class PROTOBUF_EXPORT AnyMetadata {
7373

7474
// Packs a message using the given type URL prefix. The type URL will be
7575
// constructed by concatenating the message type's full name to the prefix
76-
// with an optional "/" separator if the prefix doesn't already end up "/".
76+
// with an optional "/" separator if the prefix doesn't already end with "/".
7777
// For example, both PackFrom(message, "type.googleapis.com") and
7878
// PackFrom(message, "type.googleapis.com/") yield the same result type
7979
// URL: "type.googleapis.com/<message_full_name>".
@@ -96,7 +96,7 @@ class PROTOBUF_EXPORT AnyMetadata {
9696
bool UnpackTo(Message* message) const;
9797

9898
// Checks whether the type specified in the type URL matches the given type.
99-
// A type is consdiered matching if its full name matches the full name after
99+
// A type is considered matching if its full name matches the full name after
100100
// the last "/" in the type URL.
101101
template <typename T>
102102
bool Is() const {

include/google/protobuf/any.pb.h

Lines changed: 174 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)