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 c75e50febb Obliterate protos namespace from hpb.h! 10 months ago
..
tests Obliterate protos namespace from hpb.h! 10 months ago
BUILD Internal Change 10 months ago
README.md move upb/hpb_generator -> protobuf/compiler/hpb 11 months ago
gen_accessors.cc Fold 80% of `protos::internal` into `hpb::internal`: 10 months ago
gen_accessors.h Update hpb generator plugin namespace protos -> hpb 10 months ago
gen_enums.cc Update hpb generator plugin namespace protos -> hpb 10 months ago
gen_enums.h Update hpb generator plugin namespace protos -> hpb 10 months ago
gen_extensions.cc Automated rollback of commit 74f6da4d26. 10 months ago
gen_extensions.h Automated rollback of commit 74f6da4d26. 10 months ago
gen_messages.cc Obliterate protos namespace from hpb.h! 10 months ago
gen_messages.h Update hpb generator plugin namespace protos -> hpb 10 months ago
gen_repeated_fields.cc Fold 80% of `protos::internal` into `hpb::internal`: 10 months ago
gen_repeated_fields.h Update hpb generator plugin namespace protos -> hpb 10 months ago
gen_utils.cc Prepare the code for migrating return types from `const std::string&` to 10 months ago
gen_utils.h Prepare the code for migrating return types from `const std::string&` to 10 months ago
names.cc fold Ptr into hpb namespace 10 months ago
names.h Update hpb generator plugin namespace protos -> hpb 10 months ago
output.cc Update hpb generator plugin namespace protos -> hpb 10 months ago
output.h Update hpb generator plugin namespace protos -> hpb 10 months ago
protoc-gen-upb-protos.cc Internal changes 10 months 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.