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 3817bbb572 upb: create upb/mem/BUILD 1 year ago
..
BUILD upb: create upb/mem/BUILD 1 year ago
README.md first stab at a ZeroCopyStream api. 2 years ago
chunked_input_stream.c move portability stuff into upb/port/ 2 years ago
chunked_input_stream.h move portability stuff into upb/port/ 2 years ago
chunked_output_stream.c move portability stuff into upb/port/ 2 years ago
chunked_output_stream.h move portability stuff into upb/port/ 2 years ago
string.h add some formatted append functions to the string class 2 years ago
string_test.cc first stab at a Tokenizer api 2 years ago
tokenizer.c fix an error path in the (still completely unused) tokenizer 2 years ago
tokenizer.h create base/ subdir and expand :status build target to :base 2 years ago
tokenizer_test.cc Use "#if GTEST_HAS_DEATH_TEST" instead of "#ifdef GTEST_HAS_DEATH_TEST" 2 years ago
zero_copy_input_stream.h create base/ subdir and expand :status build target to :base 2 years ago
zero_copy_output_stream.h create base/ subdir and expand :status build target to :base 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.