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.
 
 
 
 
 
 
Nathan Baulch e4cbc79ab4 Fix minor typos (#17682) 2 months ago
..
BUILD Harmonize license rules between google3 and OSS 3 months ago
README.md
chunked_input_stream.c
chunked_input_stream.h
chunked_output_stream.c
chunked_output_stream.h
string.h Fix minor typos (#17682) 2 months ago
string_test.cc
tokenizer.c Fix minor typos (#17682) 2 months ago
tokenizer.h
tokenizer_test.cc
zero_copy_input_stream.h
zero_copy_output_stream.h
zero_copy_stream_test.cc

README.md

This subdir originated as a best-effort C approximation of the C++ code in in third_party/protobuf/io/ but over time the two will invariably diverge. Comments have generally been copied verbatim and may therefore refer to C++ symbol names instead of C symbol names.