protobuf/upb/message
Eric Salo f93565c20c upb: publish and start using the new non-universal setters out in the wild
PiperOrigin-RevId: 632663127
2024-05-10 19:09:28 -07:00
..
internal upb: publish and start using the new non-universal setters out in the wild 2024-05-10 19:09:28 -07:00
BUILD Move private definitions out of //bazel 2024-04-03 01:37:51 -07:00
accessors.c Replace direct access to MiniTable subs with calls to the encapsulated functions. 2024-04-19 15:31:49 -07:00
accessors.h upb: publish and start using the new non-universal setters out in the wild 2024-05-10 19:09:28 -07:00
accessors_split64.h Reorganize upb file structure 2023-09-26 14:38:35 -07:00
accessors_test.cc upb: publish and start using the new non-universal setters out in the wild 2024-05-10 19:09:28 -07:00
array.c upb: attempt to reduce the direct use of UPB_PRIVATE() fields 2024-01-28 21:43:08 -08:00
array.h upb: make upb_Array_Reserve() a public function 2024-03-29 11:58:25 -07:00
array_test.cc Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
compare.c upb: define kUpb_CompareOption_IncludeUnknownFields flag for upb_Message_IsEqual() 2024-04-05 18:44:54 -07:00
compare.h upb: define kUpb_CompareOption_IncludeUnknownFields flag for upb_Message_IsEqual() 2024-04-05 18:44:54 -07:00
compat.c upb: upb_Message_FindExtensionByNumber() no longer returns a (upb_Extension*) 2024-01-25 10:43:11 -08:00
compat.h upb: upb_Message_FindExtensionByNumber() no longer returns a (upb_Extension*) 2024-01-25 10:43:11 -08:00
copy.c upb: finish cleaning up message/accessors.h and message/internal/accessors.h 2024-05-07 18:25:25 -07:00
copy.h upb: clean up and consolidate the upb/message/ build targets 2023-12-29 17:31:55 -08:00
copy_test.cc upb: remove the unused (upb_MiniTable*) arg from upb_Message_SetMessage() 2024-05-09 14:22:25 -07:00
map.c upb: implement immutability 2024-01-26 13:12:34 -08:00
map.h upb: delete upb_Map_Delete2() 2024-03-12 14:17:32 -07:00
map_gencode_util.h Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
map_sorter.c upb: fix the map encoder to stop dying under ubsan 2024-01-23 21:54:30 -08:00
map_test.cc Update remainder of upb to new short license style. 2023-11-20 13:43:32 -08:00
message.c upb: implement immutability 2024-01-26 13:12:34 -08:00
message.h upb: clean up the UPB_TRACING_ENABLED code 2024-05-06 06:22:50 -07:00
promote.c upb: remove the unused (upb_MiniTable*) arg from upb_Message_SetMessage() 2024-05-09 14:22:25 -07:00
promote.h upb: use upb_MessageValue in upb_Extension 2024-01-30 11:17:15 -08:00
promote_test.cc upb: remove the default arg from upb_Message_GetMessage() 2024-01-31 18:59:53 -08:00
tagged_ptr.h upb: Simplify inline functions in mini_table/ and mem/ and wire/ and message/ 2024-02-08 13:40:02 -08:00
test.cc Rename 'length delimited' to 'length prefixed' 2024-04-03 12:13:54 -07:00
test.proto upb: implement immutability 2024-01-26 13:12:34 -08:00
utf8_test.cc Add kUpb_DecodeOption_AlwaysValidateUtf8 decode option, to force UTF-8 validation of proto2 strings. 2024-01-10 13:35:12 -08:00
utf8_test.proto Add kUpb_DecodeOption_AlwaysValidateUtf8 decode option, to force UTF-8 validation of proto2 strings. 2024-01-10 13:35:12 -08:00
utf8_test_proto2.proto Add kUpb_DecodeOption_AlwaysValidateUtf8 decode option, to force UTF-8 validation of proto2 strings. 2024-01-10 13:35:12 -08:00
value.h upb: remove duplicate typedef for upb_TaggedMessagePtr 2024-01-08 14:59:01 -08:00