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 396d661767 Add support for setting extensions with Ptr<Extension> in Upb C++ protos. 7 months ago
..
tests Add support for setting extensions with Ptr<Extension> in Upb C++ protos. 7 months ago
BUILD Move private definitions out of //bazel 8 months ago
README.md Reorganize upb file structure 1 year ago
gen_accessors.cc upb: add a non-void typedef for upb_Message 11 months ago
gen_accessors.h update protos_generator to shortened license 1 year ago
gen_enums.cc update protos_generator to shortened license 1 year ago
gen_enums.h update protos_generator to shortened license 1 year ago
gen_extensions.cc update protos_generator to shortened license 1 year ago
gen_extensions.h update protos_generator to shortened license 1 year ago
gen_messages.cc Generate extension and k[FieldName]FieldNumber as constexpr int(s). 7 months ago
gen_messages.h update protos_generator to shortened license 1 year ago
gen_repeated_fields.cc update protos_generator to shortened license 1 year ago
gen_repeated_fields.h update protos_generator to shortened license 1 year ago
gen_utils.cc update protos_generator to shortened license 1 year ago
gen_utils.h update protos_generator to shortened license 1 year ago
names.cc update protos_generator to shortened license 1 year ago
names.h update protos_generator to shortened license 1 year ago
output.cc update protos_generator to shortened license 1 year ago
output.h update protos_generator to shortened license 1 year ago
protoc-gen-upb-protos.cc Internal change 9 months ago

README.md

protos Generator

This directory contains the generator for the protos API, an experimental C++ protobuf implementation. Most users should use the standard C++ implementation here.