json/upb: Implement json EnumValueName for upb

PiperOrigin-RevId: 956632937
This commit is contained in:
Tony Liao 2026-07-30 11:17:22 -07:00 committed by Copybara-Service
parent 2a36520396
commit 8111a7473d
38 changed files with 1026 additions and 147 deletions

View file

@ -252,7 +252,11 @@ pkg_files(
"//src/google/protobuf:descriptor_upb_c_proto",
"//src/google/protobuf:descriptor_upb_minitable_proto",
"//src/google/protobuf:descriptor_upb_reflection_proto",
"//src/google/protobuf:json_enumvalue_options_upb_c_proto",
"//src/google/protobuf:json_enumvalue_options_upb_minitable_proto",
"//src/google/protobuf:json_enumvalue_options_upb_reflection_proto",
"//upb/reflection:descriptor_upb_proto",
"//upb/reflection:json_enumvalue_options_upb_proto",
],
prefix = "google/protobuf",
)