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.
 
 
 
 
 
 
Protobuf Team Bot 65cd34dd00 The mini descriptor encoder now uses the internal api (upb_MessageDef, upb_FileDef, etc) instead of dealing directly with the proto fields. So much simpler and cleaner! 2 years ago
..
bindings/lua Update to the latest protobuf. 3 years ago
fuzz Fixed clang-format. 3 years ago
internal Fixed the mingw build by adding compatibility code for vsnprintf() 3 years ago
util Fixed the mingw build by adding compatibility code for vsnprintf() 3 years ago
collections.c Fixed a Python test by adding a new map insert function that distinguishes between insert and update. 3 years ago
collections.h Fixed a Python test by adding a new map insert function that distinguishes between insert and update. 3 years ago
conformance_upb.c Update to the latest protobuf. 3 years ago
conformance_upb_failures.txt Added a README.md for the Lua bindings, and a comment for the failure list. 3 years ago
decode.c Fixed a Python test by adding a new map insert function that distinguishes between insert and update. 3 years ago
decode.h Switch to a single upb_Decode. 3 years ago
decode_fast.c Reverted decode_fast.c changes. They are not necessary for this PR. 3 years ago
decode_fast.h upb_extreg, upb_msg 3 years ago
decode_internal.h upb_extreg, upb_msg 3 years ago
def.c The mini descriptor encoder now uses the internal api (upb_MessageDef, upb_FileDef, etc) instead of dealing directly with the proto fields. So much simpler and cleaner! 2 years ago
def.h The mini descriptor encoder now uses the internal api (upb_MessageDef, upb_FileDef, etc) instead of dealing directly with the proto fields. So much simpler and cleaner! 2 years ago
def.hpp Fix mistake in previous rename: upb_MessageDef_FindFieldByNameWithSize. 3 years ago
empty.proto Internal change 3 years ago
encode.c Fixed UBSAN errors. 3 years ago
encode.h Single encode. 3 years ago
json_decode.c Fix mistake in previous rename: upb_MessageDef_FindFieldByNameWithSize. 3 years ago
json_decode.h upb_extreg, upb_msg 3 years ago
json_encode.c add json encoder option to render enums as ints 3 years ago
json_encode.h add json encoder option to render enums as ints 3 years ago
json_test.cc add json encoder option to render enums as ints 3 years ago
json_test.proto add json encoder option to render enums as ints 3 years ago
mini_descriptor.c The mini descriptor encoder now uses the internal api (upb_MessageDef, upb_FileDef, etc) instead of dealing directly with the proto fields. So much simpler and cleaner! 2 years ago
mini_descriptor.h The mini descriptor encoder now uses the internal api (upb_MessageDef, upb_FileDef, etc) instead of dealing directly with the proto fields. So much simpler and cleaner! 2 years ago
mini_table.c Fix GetMutableMessage not updating presence and storing new instance. 3 years ago
mini_table.h Mini table accessors Part2 (repeated fields). 3 years ago
mini_table.hpp Implemented MiniDescriptors for proto2 enums. 3 years ago
mini_table_accessors.c Fix GetMutableMessage not updating presence and storing new instance. 3 years ago
mini_table_accessors.h Allow GetMessage API to be used for Groups. 3 years ago
mini_table_accessors_internal.h Add mini table accessors 3 years ago
mini_table_accessors_test.cc Fix GetMutableMessage not updating presence and storing new instance. 3 years ago
mini_table_test.cc Fix upb_MiniTable_Build not handling kUpb_MessageModifier_IsExtendable. 3 years ago
msg.c Updated API for accessing extensions. 3 years ago
msg.h WIP. 3 years ago
msg_internal.h Changed upb's arena alignment from 16 to 8. 3 years ago
msg_test.cc Update to the latest protobuf. 3 years ago
msg_test.proto Update to the latest protobuf. 3 years ago
port_def.inc Changed upb's arena alignment from 16 to 8. 3 years ago
port_undef.inc Changed upb's arena alignment from 16 to 8. 3 years ago
reflection.c Move upb_Array and upb_Map into collections target. 3 years ago
reflection.h Move upb_Array and upb_Map into collections target. 3 years ago
reflection.hpp Mass API rename and clang-reformat (#485) 3 years ago
table.c Change parameter to const void*. 3 years ago
table_internal.h strtable keys are no longer required to be NULL-terminated so update the comments 3 years ago
test.proto Add Extensions to mini table based reflection apis. 3 years ago
test_cpp.cc Moved tests into the main source tree. 3 years ago
test_cpp.proto Moved tests into the main source tree. 3 years ago
test_generated_code.cc Changed upb's arena alignment from 16 to 8. 3 years ago
test_table.cc Small fixes to compile with stricter warnings 3 years ago
text_encode.c Fixed the mingw build by adding compatibility code for vsnprintf() 3 years ago
text_encode.h upb_TextEncode. 3 years ago
upb.c Changed upb's arena alignment from 16 to 8. 3 years ago
upb.h Explicit casting to avoid 64 to 32 bit conversion clang warning 3 years ago
upb.hpp Mass API rename and clang-reformat (#485) 3 years ago
upb_internal.h Added GitHub Action to test for clang-format. 3 years ago