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.
 
 
 
 
 
 
Hong Shin 9bd8e01c10 hpb: Establish plumbing for returning a default msg for extensions 2 weeks ago
..
tests hpb: test protos proto3 cleanup 2 weeks ago
README.md move upb/hpb_generator -> protobuf/compiler/hpb 5 months ago
context.h hpb: utilize layout_index as opposed to raw index 4 weeks ago
gen_accessors.cc hpb: utilize layout_index as opposed to raw index 4 weeks ago
gen_accessors.h hpb_generator: abrogate output in favour of io::Printer 1 month ago
gen_enums.cc hpb: update gen_enums.cc and start gen_messages from .EmitLegacy to .Emit 4 weeks ago
gen_enums.h hpb_generator: abrogate output in favour of io::Printer 1 month ago
gen_extensions.cc hpb: fully migrate gen_extensions from .EmitLegacy to .Emit 4 weeks ago
gen_extensions.h hpb_generator: abrogate output in favour of io::Printer 1 month ago
gen_messages.cc hpb: update gen_enums.cc and start gen_messages from .EmitLegacy to .Emit 4 weeks ago
gen_messages.h hpb_generator: abrogate output in favour of io::Printer 1 month ago
gen_repeated_fields.cc Allow aliasing submessages when owning arenas are fused 4 weeks ago
gen_repeated_fields.h hpb_generator: abrogate output in favour of io::Printer 1 month ago
gen_utils.cc hpb: Establish plumbing for returning a default msg for extensions 2 weeks ago
gen_utils.h Implement GetExtension for numeric (int32 and int64) 4 weeks ago
keywords.cc Move keywords.h/keywords.cc to hpb generator. 3 months ago
keywords.h Move keywords.h/keywords.cc to hpb generator. 3 months ago
names.cc Utilize WrapNamespace in protoc-gen-hpb and remove {WriteStartNamespace, WriteEndNameSpace} 4 weeks ago
names.h hpb_generator: abrogate output in favour of io::Printer 1 month ago
protoc-gen-hpb.cc hpb: utilize layout_index as opposed to raw index 4 weeks ago

README.md

hpb Generator

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