Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Protobuf Team Bot 347ac4ac3b Don't add LayoutItems for non-oneof fields. This simplifies the code, and since the vast majority of messages don't have oneof, should also speed things up. 3 months ago
..
internal Fix issue where a tmp buffer could have been too small when handling a serialized FeatureSet. 3 months ago
BUILD Use `default_compatible_with` instead of specifying `compatible_with` on every target. 6 months ago
build_enum.c Tighten up size calculation for flexible array members 3 months ago
build_enum.h upb: replace upb_MiniDescriptor_BuildEnum() with upb_MiniTableEnum_Build() 11 months ago
decode.c Don't add LayoutItems for non-oneof fields. This simplifies the code, and since the vast majority of messages don't have oneof, should also speed things up. 3 months ago
decode.h
link.c Add an indirection to sub-messages pointers to allow for static tree shaking. 9 months ago
link.h