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 64dbf0dba4 upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal 11 months ago
..
BUILD upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal 11 months ago
README.md Reorganize upb file structure 1 year ago
chunked_input_stream.c Reorganize upb file structure 1 year ago
chunked_input_stream.h Reorganize upb file structure 1 year ago
chunked_output_stream.c Reorganize upb file structure 1 year ago
chunked_output_stream.h Reorganize upb file structure 1 year ago
string.h Reorganize upb file structure 1 year ago
string_test.cc Reorganize upb file structure 1 year ago
tokenizer.c Reorganize upb file structure 1 year ago
tokenizer.h Reorganize upb file structure 1 year ago
tokenizer_test.cc upb: s/NULL/nullptr in C++ unit tests 1 year ago
zero_copy_input_stream.h Reorganize upb file structure 1 year ago
zero_copy_output_stream.h Reorganize upb file structure 1 year ago
zero_copy_stream_test.cc Reorganize upb file structure 1 year 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.