mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
json/upb: Implement json EnumValueName for upb
PiperOrigin-RevId: 956632937
This commit is contained in:
parent
2a36520396
commit
8111a7473d
38 changed files with 1026 additions and 147 deletions
4
python/dist/BUILD.bazel
vendored
4
python/dist/BUILD.bazel
vendored
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue