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 565c8fe66e upb: copy the wire decode recursion-depth-checking code to the wire encoder 2 years ago
..
common.h Add upb_MiniTable_FindUnknown depth_limit parameter. 2 years ago
common_internal.h move portability stuff into upb/port/ 2 years ago
decode.c Require that dynamic tree shaking in oneofs apply to all members. 2 years ago
decode.h Update UPB dependency 2 years ago
decode_fast.c Moved aliasing logic for string field parsing into EpsCopyInputStream. 2 years ago
decode_fast.h clean up the :mini_table build target 2 years ago
decode_internal.h Incremental step towards fixing nonstandard/nonportable uses of setjmp. 2 years ago
encode.c Hide `upb_MiniTableField.descriptortype` with `UPB_PRIVATE()` macro 2 years ago
encode.h upb: copy the wire decode recursion-depth-checking code to the wire encoder 2 years ago
eps_copy_input_stream.c Created a new upb_WireReader interface for parsing wire data directly. 2 years ago
eps_copy_input_stream.h Allow dynamic tree shaking for groups, and disallow groups for map entry sub-messages. 2 years ago
eps_copy_input_stream_test.cc Migrated the text format encoder to upb_WireReader. 2 years ago
reader.c Ported more cases of wire format parsing to upb_WireReader. 2 years ago
reader.h Ported more cases of wire format parsing to upb_WireReader. 2 years ago
swap_internal.h create base/ subdir and expand :status build target to :base 2 years ago
types.h move the wire type definitions into upb/wire/ where they belong 2 years ago