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 c29dfb5e2d Disallow toplevel hpb::Ptr access to it's internal arena 2 months ago
..
tests Temporary removal of hpb BUILD files for OSS while we refactor. 2 months ago
README.md move upb/hpb_generator -> protobuf/compiler/hpb 5 months ago
gen_accessors.cc Remove unused variadic arg in hpb msg gen 2 months ago
gen_accessors.h Update hpb generator plugin namespace protos -> hpb 5 months ago
gen_enums.cc Internal change 3 months ago
gen_enums.h Update hpb generator plugin namespace protos -> hpb 5 months ago
gen_extensions.cc Abrogate protos::internal::ExtensionIdentifier in favor of hpb::internal::ExtensionIdentifier 3 months ago
gen_extensions.h Automated rollback of commit 74f6da4d26. 4 months ago
gen_messages.cc Disallow toplevel hpb::Ptr access to it's internal arena 2 months ago
gen_messages.h Update hpb generator plugin namespace protos -> hpb 5 months ago
gen_repeated_fields.cc Migrate UpbStrToStringView from hpb to hpb::interop::upb::FromUpbStringView 2 months ago
gen_repeated_fields.h Update hpb generator plugin namespace protos -> hpb 5 months ago
gen_utils.cc Prepare the code for migrating return types from `const std::string&` to 5 months ago
gen_utils.h Prepare the code for migrating return types from `const std::string&` to 5 months 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 Move keywords.h/keywords.cc to hpb generator. 3 months ago
names.h protos::Ptr -> hpb::Ptr parte deux 3 months ago
output.cc Created proper `names.h` headers for all upb generators. 3 months ago
output.h Created proper `names.h` headers for all upb generators. 3 months ago
protoc-gen-upb-protos.cc hpb: Migrate MoveMessage out of internal to interop 3 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.