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
c482a8a583
|
1 year ago | |
---|---|---|
.. | ||
tests | 1 year ago | |
BUILD | 1 year ago | |
README.md | 1 year ago | |
gen_accessors.cc | 1 year ago | |
gen_accessors.h | 1 year ago | |
gen_enums.cc | 1 year ago | |
gen_enums.h | 1 year ago | |
gen_extensions.cc | 1 year ago | |
gen_extensions.h | 1 year ago | |
gen_messages.cc | 1 year ago | |
gen_messages.h | 1 year ago | |
gen_repeated_fields.cc | 1 year ago | |
gen_repeated_fields.h | 1 year ago | |
gen_utils.cc | 1 year ago | |
gen_utils.h | 1 year ago | |
names.cc | 1 year ago | |
names.h | 1 year ago | |
output.cc | 1 year ago | |
output.h | 1 year ago | |
protoc-gen-upb-protos.cc | 1 year 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.