dep-protobuf/upb/util
Protobuf Team Bot 2a36520396 fix missed oom handling in unset required
PiperOrigin-RevId: 956610684
2026-07-30 10:42:17 -07:00
..
BUILD Handle return values in cpp code in upb/hpb 2026-07-29 15:12:49 -07:00
def_to_proto.c Add UPB support for FileDescriptorProto.option_dependency. 2026-07-13 10:43:20 -07:00
def_to_proto.h Add UPB_NODISCARD in many places, prioritizing ones that use the return value to indicate an error 2026-04-20 14:07:50 -07:00
def_to_proto_editions_test.proto Fix toproto behavior for groups and required under editions 2024-03-26 17:26:01 -07:00
def_to_proto_fuzz_test.cc Add UPB support for FileDescriptorProto.option_dependency. 2026-07-13 10:43:20 -07:00
def_to_proto_public_import_test.proto Reorganize upb file structure 2023-09-26 14:38:35 -07:00
def_to_proto_regular_import_test.proto Reorganize upb file structure 2023-09-26 14:38:35 -07:00
def_to_proto_test.cc Add UPB support for FileDescriptorProto.option_dependency. 2026-07-13 10:43:20 -07:00
def_to_proto_test.h Breaking change: Add [[nodiscard]] to many APIs. 2026-01-05 08:41:35 -08:00
def_to_proto_test.proto Reorganize upb file structure 2023-09-26 14:38:35 -07:00
def_to_proto_weak_import_test.proto Reorganize upb file structure 2023-09-26 14:38:35 -07:00
def_to_proto_wweak_import_test.proto Reorganize upb file structure 2023-09-26 14:38:35 -07:00
README.md Reorganize upb file structure 2023-09-26 14:38:35 -07:00
required_fields.c fix missed oom handling in unset required 2026-07-30 10:42:17 -07:00
required_fields.h fix missed oom handling in unset required 2026-07-30 10:42:17 -07:00
required_fields_editions_test.proto Enabled editions support for upb generated code. 2023-11-07 12:24:34 -08:00
required_fields_test.cc fix missed oom handling in unset required 2026-07-30 10:42:17 -07:00
required_fields_test.proto Reorganize upb file structure 2023-09-26 14:38:35 -07:00

upb util library

The libraries in this directory contain useful functionality that is layered on top of the main upb APIs. In other words, the APIs in this directory have no special access to upb internals; you could easily implement the same things yourself.