protobuf/upb/util
Mike Kruskal 7662fdd8ed Fix toproto behavior for groups and required under editions
PiperOrigin-RevId: 619359463
2024-03-26 17:26:01 -07:00
..
BUILD Fix toproto behavior for groups and required under editions 2024-03-26 17:26:01 -07:00
README.md Reorganize upb file structure 2023-09-26 14:38:35 -07:00
def_to_proto.c Fix toproto behavior for groups and required under editions 2024-03-26 17:26:01 -07:00
def_to_proto.h Reorganize upb file structure 2023-09-26 14:38:35 -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 Reorganize upb file structure 2023-09-26 14:38:35 -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 Fix toproto behavior for groups and required under editions 2024-03-26 17:26:01 -07:00
def_to_proto_test.h Breaking change: Remove deprecated std::string error collector overrides 2023-12-13 16:05:13 -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
required_fields.c upb: use upb_alloc functions internally instead of stdlib malloc/free 2023-12-11 10:25:21 -08:00
required_fields.h Reorganize upb file structure 2023-09-26 14:38:35 -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 upb: add a non-void typedef for upb_Message 2023-12-21 08:12:16 -08:00
required_fields_test.proto Reorganize upb file structure 2023-09-26 14:38:35 -07:00

README.md

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.