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.
 
 
 
 
 
 
Eric Salo f3316e2d7d remove upb_String from the public tokenizer api 2 years ago
..
BUILD first stab at a Tokenizer api 2 years ago
README.md first stab at a ZeroCopyStream api. 2 years ago
chunked_input_stream.c first stab at a ZeroCopyStream api. 2 years ago
chunked_input_stream.h first stab at a ZeroCopyStream api. 2 years ago
chunked_output_stream.c first stab at a ZeroCopyStream api. 2 years ago
chunked_output_stream.h first stab at a ZeroCopyStream api. 2 years ago
string.h first stab at a Tokenizer api 2 years ago
string_test.cc first stab at a Tokenizer api 2 years ago
strtod.c first stab at a Tokenizer api 2 years ago
strtod.h first stab at a Tokenizer api 2 years ago
tokenizer.c remove upb_String from the public tokenizer api 2 years ago
tokenizer.h remove upb_String from the public tokenizer api 2 years ago
tokenizer_test.cc remove upb_String from the public tokenizer api 2 years ago
zero_copy_input_stream.h first stab at a ZeroCopyStream api. 2 years ago
zero_copy_output_stream.h first stab at a ZeroCopyStream api. 2 years ago
zero_copy_stream_test.cc first stab at a ZeroCopyStream api. 2 years ago

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.