Sign in
flutter
/
third_party
/
protobuf
/
06e65a29de31efc65d4ab4e07b19c1636fc45d9c
/
src
57828b0
More refactoring in preparation for RepeatedField SOO.
by Protobuf Team Bot
· 6 months ago
1aefa57
Upgrade input parameters in UnknownFieldSet from `const std::string&` to
by Protobuf Team Bot
· 6 months ago
1b6869e
Move Rep out of RepeatedField and rename to HeapRep.
by Protobuf Team Bot
· 6 months ago
339261f
[ObjC] Validate MessageSet expectations.
by Thomas Van Lenten
· 6 months ago
b8cb34d
Prepare the code for migrating return types from `const std::string&` to
by Protobuf Team Bot
· 6 months ago
34136b3
Comment-only change: update and clarify code comments for io::Printer.
by Tony Liao
· 6 months ago
f70ba64
Change reflection based accessors to not modify the instance unless it is
by Protobuf Team Bot
· 6 months ago
7fa8718
In RepeatedField, rename members and use member accessors.
by Protobuf Team Bot
· 6 months ago
77047d9
Auto-generate files after cl/651119789
by Protobuf Team Bot
· 7 months ago
89cd4cf
Auto-generate files after cl/651113583
by Protobuf Team Bot
· 7 months ago
c97a042
In the custom vtable mode invert how the static/non-static overloads versions work for ByteSizeLong and _InternalSerialize. That way the public entry point and the function pointer both end up being the same. Currently, the static function is a separate function than the one called externally, forcing two functions to exist.
by Protobuf Team Bot
· 7 months ago
f9dd9ce
UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like how it's expected for the usual text format using reflection.
by Protobuf Team Bot
· 7 months ago
21c545c
Delete dead code
by Marcel Hlopko
· 7 months ago
759b25e
Update old comment to reflect that Java lite bit encodes enum closedness rather than just map fields with closed proto2 enum values pre-editions.
by Sandy Zhang
· 7 months ago
94f172d
internal changes to plugin
by Protobuf Team Bot
· 7 months ago
55a5f0c
Remove TODO that we won't do and leave a comment explaining in its place
by Protobuf Team Bot
· 7 months ago
08da921
Remove the defensive copy on singular string setter
by Jakob Buchgraber
· 7 months ago
0d6e979
Migrate Repeated::{push, set} and Map::insert to use the IntoProxied trait.
by Jakob Buchgraber
· 7 months ago
e530d40
Improve failure message for unexpected descriptor.proto contents.
by Mike Kruskal
· 7 months ago
e931905
Auto-generate files after cl/649160060
by Protobuf Team Bot
· 7 months ago
79c55cb
Omit the `_raw_default_instance_` declaration when using DLL linkage.
by Protobuf Team Bot
· 7 months ago
f810cc5
Enable MessageLite::DebugString to use Message::DebugString where possible.
by Protobuf Team Bot
· 7 months ago
6d0c9d5
Internal changes
by Mike Kruskal
· 7 months ago
de099bb
Auto-generate files after cl/648806976
by Protobuf Team Bot
· 7 months ago
550e428
Cleanup map entry code generation to use a simple Emit.
by Protobuf Team Bot
· 7 months ago
8d1efdd
Revert workaround for std::mutex issues on github windows runners.
by Mike Kruskal
· 7 months ago
c07de7c
Change to proto2_rust C prefix and proto2::rust C++ namespace
by Protobuf Team Bot
· 7 months ago
0ddeb6c
Internal Change
by Hong Shin
· 7 months ago
2f1e142
Remove clear thunk from repeated fields.
by Protobuf Team Bot
· 7 months ago
5bb8c51
Add C++ protobuf runtime to Rust proto deps and add specific #includes in the Rust .cc codegen.
by Protobuf Team Bot
· 7 months ago
a9bc366
Stop using double underscores for our C function names and standardize on the 'rust_proto_' prefix.
by Protobuf Team Bot
· 7 months ago
04182f0
Internal changes
by Mike Kruskal
· 7 months ago
4ccf168
Auto-generate files after cl/648412330
by Protobuf Team Bot
· 7 months ago
685df5d
Add DebugCounter utility for measuring internal behavior of the
by Protobuf Team Bot
· 7 months ago
a3a49d0
Auto-generate files after cl/648377537
by Protobuf Team Bot
· 7 months ago
ff5b0b4
Minor refactor the ClassData/TcParseTable. Put the prototype in ClassData and
by Protobuf Team Bot
· 7 months ago
32bedd9
Automated rollback of commit 10c00b82af551f7b1ec7ffd5fbbec48eac08d858.
by Protobuf Team Bot
· 7 months ago
647ee98
Add #include "third_party/protobuf/port_undef.inc" a bunch of many .cc files
by Protobuf Team Bot
· 7 months ago
10c00b8
Migrate `const std::string&` to alternatives:
by Protobuf Team Bot
· 7 months ago
419760f
Split up cpp_api.h/.cc into smaller units.
by Protobuf Team Bot
· 7 months ago
643b0a6
Internal changes
by Mike Kruskal
· 7 months ago
c96ad4f
Minor refactor of how messages are created in the parser.
by Protobuf Team Bot
· 7 months ago
b39a043
Provide an option for DescriptorPoolDatabase to preserve source code info.
by Mike Kruskal
· 7 months ago
dfe3300
Indicate if a message is a DynamicMessage in the class data and improve the
by Protobuf Team Bot
· 7 months ago
237332e
Add merge_from to Msg and MsgMut codegen. Cpp Kernel uses new thunk to typed MergeFrom() and Upb Kernel uses new upb_Message_MergeFrom() function
by Derek Benson
· 7 months ago
3836fd3
Enable Unity(Jumbo) builds (#16454)
by jslap-ubi
· 7 months ago
f4b57b9
Auto-generate files after cl/646470242
by Protobuf Team Bot
· 7 months ago
6429885
Emit all string fields on Rust-upb regardless of ctype set.
by Protobuf Team Bot
· 7 months ago
0302c4c
Fix typos in parse_context.h.
by Protobuf Team Bot
· 7 months ago
7d395b8
Auto-generate files after cl/645480157
by Protobuf Team Bot
· 7 months ago
dfbe987
Fix a bug in which proto code uses ctype instead of string_type internally.
by Protobuf Team Bot
· 7 months ago
7ab844d
Workaround `ERROR_RETRY` and `ERROR_TIMEOUT` macros on WIN32
by Protobuf Team Bot
· 7 months ago
c826a69
Introduce `TypeId` as a replacement for `typeid` for protobuf message types.
by Protobuf Team Bot
· 7 months ago
6fb2049
Mark LazyField as zero initializable.
by Protobuf Team Bot
· 7 months ago
dcde39e
Use preserve_none calling convention for protocol buffer parsing functions.
by Protobuf Team Bot
· 7 months ago
594a71f
Add an optimization that prevents an exponential number of comparisons on deeply
by Protobuf Team Bot
· 7 months ago
6b7e814
Add ProtoString/Bytes owned types
by Marcel Hlopko
· 7 months ago
ccbed29
Rust protobuf: make `serialize()` method return `Vec<u8>`
by Adam Cozzette
· 7 months ago
9f6a8bd
Removes msvc warning in map (#17013)
by Matthias Möller
· 7 months ago
4151486
Immutable java: Use new lower-allocation extension serialization APIs from gencode
by Mark Hansen
· 7 months ago
115b4c4
In the Kotlin DSL, access `oneof` discriminators as properties not methods.
by Éamonn McManus
· 7 months ago
40ffd46
Automated rollback of commit a30b25578a0435c9c692f9a54b7b060a234dc6b3.
by Mike Kruskal
· 7 months ago
a30b255
Automated rollback of commit 901b2e548c0c7b52ce824423fd92fef870ba6e2e.
by Mike Kruskal
· 7 months ago
901b2e5
Reorganize our bootstrapped feature gencode.
by Mike Kruskal
· 7 months ago
ce7446a
Auto-generate files after cl/643051561
by Protobuf Team Bot
· 7 months ago
091492e
Change MapEntry instances to also generate a TDP table.
by Protobuf Team Bot
· 7 months ago
bf306b3
Update the comment for ctype to note that it's deprecated.
by Protobuf Team Bot
· 7 months ago
8dd8107
Auto-generate files after cl/642691974
by Protobuf Team Bot
· 7 months ago
4dffa93
When not in custom vtable mode, strip the initializer code via preprocessor.
by Protobuf Team Bot
· 7 months ago
fe69639
Rename IntoProxied::into -> IntoProxied::into_proxied
by Marcel Hlopko
· 7 months ago
435c182
Update linker version script globs to include `*pb::*` instead of just `pb::*`
by Adam Cozzette
· 7 months ago
61a2df3
Allow non-repeated StringPiece accessors to be generated.
by Protobuf Team Bot
· 7 months ago
8c7b1ec
Replace FindHelper() with BucketNumber() when only the bucket number is required.
by Protobuf Team Bot
· 8 months ago
54d8f03
LSC: Move expensive variables on their last use to avoid copies.
by Protobuf Team Bot
· 8 months ago
08a6c36
Auto-generate files after cl/641170174
by Protobuf Team Bot
· 8 months ago
31ead24
Use a template to collapse the 5 different set_ and add_ methods for repeated string fields into one for each overload set.
by Protobuf Team Bot
· 8 months ago
851ca21
Make sure the generated pool is initialized before building any other pools.
by Mike Kruskal
· 8 months ago
81c0ec3
Avoid calling absl::InitializeLog in protoc with MSVC
by Mike Kruskal
· 8 months ago
f3c0c59
Fix a bug in edition defaults calculation.
by Mike Kruskal
· 8 months ago
d3a0f59
Remove temporary opt-in for extension support of weak descriptor messages.
by Protobuf Team Bot
· 8 months ago
6a70bcf
Make real_containing_oneof friendly to the optimizer when we only care about
by Protobuf Team Bot
· 8 months ago
93d517e
Only generate the immediate forward declarations when generating one file per
by Protobuf Team Bot
· 8 months ago
986ef8d
Always report plugin support errors from protoc.
by Mike Kruskal
· 8 months ago
5619d0c
Auto-generate files after cl/639033776
by Protobuf Team Bot
· 8 months ago
806be9d
Initial working version of messages with a custom vtable, disabled by default.
by Protobuf Team Bot
· 8 months ago
d0e79cf
Actually make Serialize fallible on Rust-cpp.
by Protobuf Team Bot
· 8 months ago
35b3425
Stop supporting EDITION_PROTO2 as an alias for EDITION_LEGACY.
by Mike Kruskal
· 8 months ago
094565b
Internal changes
by Mike Kruskal
· 8 months ago
bd7078d
Move back deprecation of java utf8 feature to 2024.
by Mike Kruskal
· 8 months ago
c1c275c
Auto-generate files after cl/638676816
by Protobuf Team Bot
· 8 months ago
9e83842
Miscelaneous refactoring to prepare the code for the custom vtables changes.
by Protobuf Team Bot
· 8 months ago
4814bda
Automated rollback of commit 05e5107d98452f3c1db2737a3c72c8e54f7a4ba0.
by Protobuf Team Bot
· 8 months ago
fdc7f65
Make serialization correctly be fallible in the Rust Protobuf API.
by Protobuf Team Bot
· 8 months ago
18da465
Rename `DynamicCastToGenerated`/`DownCastToGenerated` to
by Protobuf Team Bot
· 8 months ago
05e5107
Avoid allocating new ExtensionWriters when serializing messages with no extensions
by Mark Hansen
· 8 months ago
81041ed
Fix latent bug disallowing certain MessageSet extensions
by Mike Kruskal
· 8 months ago
433ca3e
Internal changes
by Mike Kruskal
· 8 months ago
2a07c57
Internal change
by Protobuf Team Bot
· 8 months ago
0730adb
rename upb_Message_WhichOneof to upb_Message_WhichOneofByDef
by Hong Shin
· 8 months ago
dffec0c
Internal Change
by Protobuf Team Bot
· 8 months ago
Next »