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 f6fd9c8276 Remove unused variadic arg in hpb msg gen 3 months ago
..
tests Automated rollback of commit 9a9e5cf7ff. 3 months ago
BUILD Move keywords.h/keywords.cc to hpb generator. 3 months ago
README.md
gen_accessors.cc Remove unused variadic arg in hpb msg gen 3 months ago
gen_accessors.h
gen_enums.cc
gen_enums.h
gen_extensions.cc
gen_extensions.h
gen_messages.cc hpb: Migrate MoveMessage out of internal to interop 3 months ago
gen_messages.h
gen_repeated_fields.cc Migrate UpbStrToStringView from hpb to hpb::interop::upb::FromUpbStringView 3 months ago
gen_repeated_fields.h
gen_utils.cc
gen_utils.h
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
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.