grpc 1.62.3 → 1.63.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +415 -1962
- data/include/grpc/byte_buffer.h +1 -2
- data/include/grpc/census.h +1 -2
- data/include/grpc/compression.h +1 -2
- data/include/grpc/event_engine/endpoint_config.h +2 -2
- data/include/grpc/event_engine/event_engine.h +4 -2
- data/include/grpc/event_engine/extensible.h +2 -2
- data/include/grpc/event_engine/internal/memory_allocator_impl.h +1 -2
- data/include/grpc/event_engine/memory_allocator.h +1 -2
- data/include/grpc/event_engine/memory_request.h +2 -2
- data/include/grpc/event_engine/slice.h +1 -2
- data/include/grpc/event_engine/slice_buffer.h +1 -2
- data/include/grpc/grpc.h +1 -8
- data/include/grpc/grpc_audit_logging.h +1 -2
- data/include/grpc/grpc_crl_provider.h +2 -2
- data/include/grpc/grpc_cronet.h +1 -2
- data/include/grpc/grpc_posix.h +1 -2
- data/include/grpc/grpc_security.h +1 -2
- data/include/grpc/impl/call.h +1 -2
- data/include/grpc/impl/channel_arg_names.h +4 -0
- data/include/grpc/impl/grpc_types.h +1 -2
- data/include/grpc/impl/slice_type.h +2 -2
- data/include/grpc/module.modulemap +1 -0
- data/include/grpc/slice.h +1 -2
- data/include/grpc/slice_buffer.h +1 -2
- data/include/grpc/support/alloc.h +2 -2
- data/include/grpc/support/json.h +2 -2
- data/include/grpc/support/log.h +2 -2
- data/include/grpc/support/metrics.h +51 -0
- data/include/grpc/support/string_util.h +0 -1
- data/include/grpc/support/sync.h +0 -1
- data/include/grpc/support/sync_abseil.h +0 -1
- data/include/grpc/support/sync_custom.h +0 -1
- data/include/grpc/support/sync_generic.h +1 -2
- data/include/grpc/support/sync_posix.h +1 -2
- data/include/grpc/support/time.h +2 -2
- data/src/core/client_channel/client_channel_channelz.h +1 -1
- data/src/core/client_channel/client_channel_filter.cc +48 -38
- data/src/core/client_channel/client_channel_filter.h +6 -14
- data/src/core/client_channel/client_channel_internal.h +1 -1
- data/src/core/client_channel/client_channel_service_config.h +4 -3
- data/src/core/client_channel/config_selector.h +1 -1
- data/src/core/client_channel/dynamic_filters.h +1 -1
- data/src/core/client_channel/http_proxy_mapper.cc +3 -4
- data/src/core/client_channel/http_proxy_mapper.h +1 -1
- data/src/core/client_channel/retry_filter.h +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.cc +1 -1
- data/src/core/client_channel/retry_filter_legacy_call_data.h +9 -9
- data/src/core/client_channel/retry_service_config.h +3 -3
- data/src/core/client_channel/retry_throttle.h +3 -2
- data/src/core/client_channel/subchannel.cc +2 -2
- data/src/core/client_channel/subchannel.h +7 -7
- data/src/core/client_channel/subchannel_pool_interface.h +1 -1
- data/src/core/client_channel/subchannel_stream_client.cc +1 -5
- data/src/core/client_channel/subchannel_stream_client.h +2 -2
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.cc +3 -49
- data/src/core/ext/filters/backend_metrics/backend_metric_filter.h +0 -12
- data/src/core/ext/filters/channel_idle/legacy_channel_idle_filter.cc +4 -10
- data/src/core/ext/filters/http/http_filters_plugin.cc +15 -35
- data/src/core/ext/filters/http/message_compress/compression_filter.cc +8 -7
- data/src/core/ext/filters/http/message_compress/compression_filter.h +2 -1
- data/src/core/ext/filters/http/server/http_server_filter.cc +1 -1
- data/src/core/ext/filters/message_size/message_size_filter.cc +15 -10
- data/src/core/ext/filters/rbac/rbac_filter.cc +4 -11
- data/src/core/ext/filters/rbac/rbac_service_config_parser.cc +2 -2
- data/src/core/ext/filters/server_config_selector/server_config_selector_filter.cc +1 -0
- data/src/core/ext/transport/chttp2/client/chttp2_connector.cc +4 -9
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +38 -1
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +27 -75
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.h +23 -4
- data/src/core/ext/transport/chttp2/transport/context_list_entry.h +13 -10
- data/src/core/ext/transport/chttp2/transport/hpack_parser.cc +28 -85
- data/src/core/ext/transport/chttp2/transport/hpack_parser.h +0 -4
- data/src/core/ext/transport/chttp2/transport/internal.h +4 -2
- data/src/core/ext/transport/chttp2/transport/parsing.cc +5 -10
- data/src/core/ext/transport/chttp2/transport/writing.cc +34 -31
- data/src/core/ext/transport/inproc/inproc_transport.cc +6 -4
- data/src/core/ext/transport/inproc/legacy_inproc_transport.cc +9 -8
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h +243 -230
- data/src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c +42 -48
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h +289 -265
- data/src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c +62 -70
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb.h +238 -226
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c +42 -50
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb.h +937 -882
- data/src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c +182 -208
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb.h +77 -76
- data/src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb.h +86 -84
- data/src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb.h +49 -42
- data/src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/admin/v3/mutex_stats.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb.h +357 -318
- data/src/core/ext/upb-gen/envoy/admin/v3/server_info.upb_minitable.c +86 -86
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/admin/v3/tap.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb.h +40 -32
- data/src/core/ext/upb-gen/envoy/annotations/deprecation.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb.h +24 -20
- data/src/core/ext/upb-gen/envoy/annotations/resource.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb.h +517 -473
- data/src/core/ext/upb-gen/envoy/config/accesslog/v3/accesslog.upb_minitable.c +105 -125
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb.h +1207 -1108
- data/src/core/ext/upb-gen/envoy/config/bootstrap/v3/bootstrap.upb_minitable.c +261 -289
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb.h +163 -152
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/circuit_breaker.upb_minitable.c +29 -43
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb.h +1265 -1137
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/cluster.upb_minitable.c +276 -346
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb.h +32 -28
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/filter.upb_minitable.c +7 -9
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb.h +212 -188
- data/src/core/ext/upb-gen/envoy/config/cluster/v3/outlier_detection.upb_minitable.c +53 -69
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb.h +564 -508
- data/src/core/ext/upb-gen/envoy/config/common/matcher/v3/matcher.upb_minitable.c +123 -131
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb.h +340 -309
- data/src/core/ext/upb-gen/envoy/config/core/v3/address.upb_minitable.c +69 -83
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb.h +25 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/backoff.upb_minitable.c +5 -11
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb.h +786 -688
- data/src/core/ext/upb-gen/envoy/config/core/v3/base.upb_minitable.c +171 -189
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb.h +367 -343
- data/src/core/ext/upb-gen/envoy/config/core/v3/config_source.upb_minitable.c +72 -80
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb.h +19 -16
- data/src/core/ext/upb-gen/envoy/config/core/v3/event_service_config.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/config/core/v3/extension.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb.h +77 -76
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_method_list.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb.h +539 -471
- data/src/core/ext/upb-gen/envoy/config/core/v3/grpc_service.upb_minitable.c +125 -141
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb.h +672 -632
- data/src/core/ext/upb-gen/envoy/config/core/v3/health_check.upb_minitable.c +137 -137
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb.h +44 -43
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_service.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb.h +35 -30
- data/src/core/ext/upb-gen/envoy/config/core/v3/http_uri.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb.h +713 -637
- data/src/core/ext/upb-gen/envoy/config/core/v3/protocol.upb_minitable.c +166 -208
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb.h +65 -61
- data/src/core/ext/upb-gen/envoy/config/core/v3/proxy_protocol.upb_minitable.c +10 -12
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb.h +65 -61
- data/src/core/ext/upb-gen/envoy/config/core/v3/resolver.upb_minitable.c +11 -13
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb.h +91 -83
- data/src/core/ext/upb-gen/envoy/config/core/v3/socket_option.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb.h +102 -93
- data/src/core/ext/upb-gen/envoy/config/core/v3/substitution_format_string.upb_minitable.c +22 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb.h +25 -22
- data/src/core/ext/upb-gen/envoy/config/core/v3/udp_socket_config.upb_minitable.c +5 -11
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb.h +162 -145
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint.upb_minitable.c +32 -40
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb.h +314 -287
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/endpoint_components.upb_minitable.c +70 -74
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb.h +330 -309
- data/src/core/ext/upb-gen/envoy/config/endpoint/v3/load_report.upb_minitable.c +66 -66
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/config/listener/v3/api_listener.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb.h +516 -478
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener.upb_minitable.c +110 -120
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb.h +495 -468
- data/src/core/ext/upb-gen/envoy/config/listener/v3/listener_components.upb_minitable.c +89 -101
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb.h +88 -78
- data/src/core/ext/upb-gen/envoy/config/listener/v3/quic_config.upb_minitable.c +19 -37
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb.h +41 -36
- data/src/core/ext/upb-gen/envoy/config/listener/v3/udp_listener_config.upb_minitable.c +8 -26
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb.h +46 -40
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/metrics_service.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb.h +307 -279
- data/src/core/ext/upb-gen/envoy/config/metrics/v3/stats.upb_minitable.c +60 -64
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb.h +382 -358
- data/src/core/ext/upb-gen/envoy/config/overload/v3/overload.upb_minitable.c +70 -70
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb.h +540 -490
- data/src/core/ext/upb-gen/envoy/config/rbac/v3/rbac.upb_minitable.c +122 -136
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb.h +339 -327
- data/src/core/ext/upb-gen/envoy/config/route/v3/route.upb_minitable.c +48 -70
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb.h +3407 -3145
- data/src/core/ext/upb-gen/envoy/config/route/v3/route_components.upb_minitable.c +700 -752
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb.h +100 -91
- data/src/core/ext/upb-gen/envoy/config/route/v3/scoped_route.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb.h +472 -430
- data/src/core/ext/upb-gen/envoy/config/tap/v3/common.upb_minitable.c +102 -116
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/config/trace/v3/datadog.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb.h +23 -20
- data/src/core/ext/upb-gen/envoy/config/trace/v3/dynamic_ot.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb.h +42 -36
- data/src/core/ext/upb-gen/envoy/config/trace/v3/http_tracer.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb.h +58 -55
- data/src/core/ext/upb-gen/envoy/config/trace/v3/lightstep.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb.h +146 -136
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opencensus.upb_minitable.c +30 -30
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb.h +69 -65
- data/src/core/ext/upb-gen/envoy/config/trace/v3/opentelemetry.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/config/trace/v3/service.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb.h +67 -58
- data/src/core/ext/upb-gen/envoy/config/trace/v3/skywalking.upb_minitable.c +14 -24
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb.h +64 -56
- data/src/core/ext/upb-gen/envoy/config/trace/v3/xray.upb_minitable.c +14 -20
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb.h +58 -50
- data/src/core/ext/upb-gen/envoy/config/trace/v3/zipkin.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb.h +986 -832
- data/src/core/ext/upb-gen/envoy/data/accesslog/v3/accesslog.upb_minitable.c +269 -281
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb.h +35 -35
- data/src/core/ext/upb-gen/envoy/extensions/clusters/aggregate/v3/cluster.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb.h +102 -88
- data/src/core/ext/upb-gen/envoy/extensions/filters/common/fault/v3/fault.upb_minitable.c +25 -25
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb.h +224 -204
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/fault/v3/fault.upb_minitable.c +46 -62
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb.h +66 -58
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/rbac/v3/rbac.upb_minitable.c +14 -24
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb.h +160 -153
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/router/v3/router.upb_minitable.c +28 -30
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb.h +51 -44
- data/src/core/ext/upb-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upb_minitable.c +12 -12
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb.h +1349 -1230
- data/src/core/ext/upb-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upb_minitable.c +293 -309
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb.h +61 -54
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.upb_minitable.c +13 -23
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb.h +124 -108
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/common/v3/common.upb_minitable.c +29 -37
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/pick_first/v3/pick_first.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb.h +66 -58
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/ring_hash/v3/ring_hash.upb_minitable.c +20 -20
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb.h +16 -14
- data/src/core/ext/upb-gen/envoy/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.upb_minitable.c +3 -7
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb.h +518 -493
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/common.upb_minitable.c +82 -108
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb.h +92 -80
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/secret.upb_minitable.c +23 -29
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb.h +497 -457
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls.upb_minitable.c +110 -124
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb.h +58 -55
- data/src/core/ext/upb-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upb_minitable.c +9 -11
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb.h +206 -185
- data/src/core/ext/upb-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upb_minitable.c +48 -64
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb.h +7 -6
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/ads.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb.h +766 -710
- data/src/core/ext/upb-gen/envoy/service/discovery/v3/discovery.upb_minitable.c +140 -150
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb.h +102 -98
- data/src/core/ext/upb-gen/envoy/service/load_stats/v3/lrs.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb.h +310 -288
- data/src/core/ext/upb-gen/envoy/service/status/v3/csds.upb_minitable.c +67 -67
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb.h +30 -26
- data/src/core/ext/upb-gen/envoy/type/http/v3/cookie.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb.h +77 -71
- data/src/core/ext/upb-gen/envoy/type/http/v3/path_transformation.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb.h +26 -22
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/filter_state.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb.h +70 -60
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/http_inputs.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb.h +77 -71
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/metadata.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb.h +44 -43
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/node.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/number.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb.h +19 -16
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/path.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb.h +65 -56
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/regex.upb_minitable.c +15 -19
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/status_code_input.upb_minitable.c +2 -2
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb.h +97 -89
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/string.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb.h +63 -59
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/struct.upb_minitable.c +10 -10
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb.h +134 -121
- data/src/core/ext/upb-gen/envoy/type/matcher/v3/value.upb_minitable.c +29 -29
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb.h +135 -121
- data/src/core/ext/upb-gen/envoy/type/metadata/v3/metadata.upb_minitable.c +26 -26
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb.h +141 -122
- data/src/core/ext/upb-gen/envoy/type/tracing/v3/custom_tag.upb_minitable.c +37 -37
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb.h +49 -42
- data/src/core/ext/upb-gen/envoy/type/v3/hash_policy.upb_minitable.c +11 -11
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb.h +14 -12
- data/src/core/ext/upb-gen/envoy/type/v3/http_status.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb.h +35 -30
- data/src/core/ext/upb-gen/envoy/type/v3/percent.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb.h +63 -54
- data/src/core/ext/upb-gen/envoy/type/v3/range.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb.h +58 -50
- data/src/core/ext/upb-gen/envoy/type/v3/ratelimit_strategy.upb_minitable.c +14 -14
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb.h +28 -24
- data/src/core/ext/upb-gen/envoy/type/v3/semantic_version.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb.h +32 -28
- data/src/core/ext/upb-gen/envoy/type/v3/token_bucket.upb_minitable.c +7 -9
- data/src/core/ext/upb-gen/google/api/annotations.upb.h +10 -8
- data/src/core/ext/upb-gen/google/api/annotations.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb.h +581 -524
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/checked.upb_minitable.c +118 -146
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb.h +616 -544
- data/src/core/ext/upb-gen/google/api/expr/v1alpha1/syntax.upb_minitable.c +136 -152
- data/src/core/ext/upb-gen/google/api/http.upb.h +176 -162
- data/src/core/ext/upb-gen/google/api/http.upb_minitable.c +34 -34
- data/src/core/ext/upb-gen/google/api/httpbody.upb.h +49 -47
- data/src/core/ext/upb-gen/google/api/httpbody.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/google/protobuf/any.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/any.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb.h +2456 -2358
- data/src/core/ext/upb-gen/google/protobuf/descriptor.upb_minitable.c +367 -486
- data/src/core/ext/upb-gen/google/protobuf/duration.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/duration.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/empty.upb.h +7 -6
- data/src/core/ext/upb-gen/google/protobuf/empty.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/google/protobuf/struct.upb.h +134 -116
- data/src/core/ext/upb-gen/google/protobuf/struct.upb_minitable.c +27 -29
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb.h +21 -18
- data/src/core/ext/upb-gen/google/protobuf/timestamp.upb_minitable.c +5 -5
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb.h +126 -108
- data/src/core/ext/upb-gen/google/protobuf/wrappers.upb_minitable.c +27 -27
- data/src/core/ext/upb-gen/google/rpc/status.upb.h +49 -47
- data/src/core/ext/upb-gen/google/rpc/status.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb.h +107 -92
- data/src/core/ext/upb-gen/opencensus/proto/trace/v1/trace_config.upb_minitable.c +27 -27
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb.h +77 -61
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/altscontext.upb_minitable.c +21 -21
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb.h +577 -518
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/handshaker.upb_minitable.c +121 -127
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb.h +46 -40
- data/src/core/ext/upb-gen/src/proto/grpc/gcp/transport_security_common.upb_minitable.c +10 -16
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb.h +28 -24
- data/src/core/ext/upb-gen/src/proto/grpc/health/v1/health.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb.h +265 -238
- data/src/core/ext/upb-gen/src/proto/grpc/lb/v1/load_balancer.upb_minitable.c +57 -63
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb.h +96 -82
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls.upb_minitable.c +19 -19
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb.h +496 -466
- data/src/core/ext/upb-gen/src/proto/grpc/lookup/v1/rls_config.upb_minitable.c +81 -85
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb.h +99 -82
- data/src/core/ext/upb-gen/udpa/annotations/migrate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/udpa/annotations/security.upb.h +31 -26
- data/src/core/ext/upb-gen/udpa/annotations/security.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb.h +10 -8
- data/src/core/ext/upb-gen/udpa/annotations/sensitive.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/udpa/annotations/status.upb.h +31 -26
- data/src/core/ext/upb-gen/udpa/annotations/status.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb.h +24 -20
- data/src/core/ext/upb-gen/udpa/annotations/versioning.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/validate/validate.upb.h +2620 -2458
- data/src/core/ext/upb-gen/validate/validate.upb_minitable.c +363 -507
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb.h +99 -82
- data/src/core/ext/upb-gen/xds/annotations/v3/migrate.upb_minitable.c +16 -16
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb.h +31 -26
- data/src/core/ext/upb-gen/xds/annotations/v3/security.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb.h +10 -8
- data/src/core/ext/upb-gen/xds/annotations/v3/sensitive.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb.h +93 -78
- data/src/core/ext/upb-gen/xds/annotations/v3/status.upb_minitable.c +17 -17
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb.h +24 -20
- data/src/core/ext/upb-gen/xds/annotations/v3/versioning.upb_minitable.c +4 -4
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb.h +14 -12
- data/src/core/ext/upb-gen/xds/core/v3/authority.upb_minitable.c +3 -3
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/core/v3/cidr.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb.h +58 -50
- data/src/core/ext/upb-gen/xds/core/v3/collection_entry.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb.h +33 -23
- data/src/core/ext/upb-gen/xds/core/v3/context_params.upb_minitable.c +8 -8
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/core/v3/extension.upb_minitable.c +5 -7
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb.h +32 -28
- data/src/core/ext/upb-gen/xds/core/v3/resource.upb_minitable.c +9 -9
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb.h +103 -93
- data/src/core/ext/upb-gen/xds/core/v3/resource_locator.upb_minitable.c +21 -21
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb.h +37 -32
- data/src/core/ext/upb-gen/xds/core/v3/resource_name.upb_minitable.c +9 -13
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb.h +127 -93
- data/src/core/ext/upb-gen/xds/data/orca/v3/orca_load_report.upb_minitable.c +34 -34
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb.h +44 -43
- data/src/core/ext/upb-gen/xds/service/orca/v3/orca.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/type/matcher/v3/cel.upb_minitable.c +6 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb.h +79 -78
- data/src/core/ext/upb-gen/xds/type/matcher/v3/domain.upb_minitable.c +9 -11
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb.h +7 -6
- data/src/core/ext/upb-gen/xds/type/matcher/v3/http_inputs.upb_minitable.c +1 -1
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb.h +86 -84
- data/src/core/ext/upb-gen/xds/type/matcher/v3/ip.upb_minitable.c +13 -13
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb.h +324 -285
- data/src/core/ext/upb-gen/xds/type/matcher/v3/matcher.upb_minitable.c +74 -82
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb.h +237 -234
- data/src/core/ext/upb-gen/xds/type/matcher/v3/range.upb_minitable.c +30 -36
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb.h +33 -28
- data/src/core/ext/upb-gen/xds/type/matcher/v3/regex.upb_minitable.c +7 -7
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb.h +97 -89
- data/src/core/ext/upb-gen/xds/type/matcher/v3/string.upb_minitable.c +18 -18
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb.h +53 -46
- data/src/core/ext/upb-gen/xds/type/v3/cel.upb_minitable.c +12 -18
- data/src/core/ext/upb-gen/xds/type/v3/range.upb.h +63 -54
- data/src/core/ext/upb-gen/xds/type/v3/range.upb_minitable.c +15 -15
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb.h +23 -20
- data/src/core/ext/upb-gen/xds/type/v3/typed_struct.upb_minitable.c +5 -7
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/certs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/clusters.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/config_dump_shared.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/init_dump.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/listeners.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/memory.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/metrics.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/mutex_stats.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/server_info.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/admin/v3/tap.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/annotations/deprecation.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/annotations/resource.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/accesslog/v3/accesslog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/bootstrap/v3/bootstrap.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/circuit_breaker.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/cluster.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/filter.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/cluster/v3/outlier_detection.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/common/matcher/v3/matcher.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/address.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/backoff.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/base.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/config_source.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/event_service_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/extension.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_method_list.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/grpc_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/health_check.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/http_uri.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/protocol.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/proxy_protocol.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/resolver.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/socket_option.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/substitution_format_string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/core/v3/udp_socket_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/endpoint_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/endpoint/v3/load_report.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/api_listener.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/listener_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/quic_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/listener/v3/udp_listener_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/metrics_service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/metrics/v3/stats.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/overload/v3/overload.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/rbac/v3/rbac.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/route_components.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/route/v3/scoped_route.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/tap/v3/common.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/datadog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/dynamic_ot.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/http_tracer.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/lightstep.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opencensus.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/opentelemetry.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/service.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/skywalking.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/trace.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/xray.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/config/trace/v3/zipkin.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/data/accesslog/v3/accesslog.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/clusters/aggregate/v3/cluster.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/common/fault/v3/fault.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/fault/v3/fault.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/rbac/v3/rbac.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/router/v3/router.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/http/stateful_session/v3/stateful_session.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/http/stateful_session/cookie/v3/cookie.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/cert.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/common.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/secret.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/extensions/upstreams/http/v3/http_protocol_options.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/ads.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/discovery/v3/discovery.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/load_stats/v3/lrs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/service/status/v3/csds.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/cookie.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/http/v3/path_transformation.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/filter_state.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/http_inputs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/metadata.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/node.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/number.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/path.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/regex.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/status_code_input.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/struct.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/matcher/v3/value.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/metadata/v3/metadata.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/tracing/v3/custom_tag.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/hash_policy.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/http_status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/percent.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_strategy.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/ratelimit_unit.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/semantic_version.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/envoy/type/v3/token_bucket.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/annotations.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/checked.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/expr/v1alpha1/syntax.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/http.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/api/httpbody.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/any.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.c +385 -384
- data/src/core/ext/upbdefs-gen/google/protobuf/descriptor.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/duration.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/empty.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/struct.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/timestamp.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/protobuf/wrappers.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/google/rpc/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/opencensus/proto/trace/v1/trace_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/src/proto/grpc/lookup/v1/rls_config.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/migrate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/security.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/sensitive.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/udpa/annotations/versioning.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/validate/validate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/migrate.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/security.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/sensitive.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/status.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/annotations/v3/versioning.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/authority.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/cidr.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/collection_entry.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/context_params.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/extension.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_locator.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/core/v3/resource_name.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/cel.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/domain.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/http_inputs.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/ip.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/matcher.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/regex.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/matcher/v3/string.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/cel.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/range.upbdefs.h +2 -5
- data/src/core/ext/upbdefs-gen/xds/type/v3/typed_struct.upbdefs.h +2 -5
- data/src/core/ext/xds/certificate_provider_store.h +3 -2
- data/src/core/ext/xds/file_watcher_certificate_provider_factory.h +2 -2
- data/src/core/ext/xds/xds_api.h +1 -1
- data/src/core/ext/xds/xds_audit_logger_registry.cc +2 -1
- data/src/core/ext/xds/xds_audit_logger_registry.h +1 -1
- data/src/core/ext/xds/xds_bootstrap.h +2 -4
- data/src/core/ext/xds/xds_bootstrap_grpc.cc +38 -6
- data/src/core/ext/xds/xds_bootstrap_grpc.h +22 -7
- data/src/core/ext/xds/xds_certificate_provider.cc +2 -2
- data/src/core/ext/xds/xds_certificate_provider.h +1 -1
- data/src/core/ext/xds/xds_channel_stack_modifier.h +2 -1
- data/src/core/ext/xds/xds_client.cc +283 -103
- data/src/core/ext/xds/xds_client.h +41 -8
- data/src/core/ext/xds/xds_client_grpc.cc +184 -55
- data/src/core/ext/xds/xds_client_grpc.h +22 -8
- data/src/core/ext/xds/xds_client_stats.cc +2 -2
- data/src/core/ext/xds/xds_client_stats.h +14 -7
- data/src/core/ext/xds/xds_cluster.cc +9 -9
- data/src/core/ext/xds/xds_cluster.h +5 -2
- data/src/core/ext/xds/xds_cluster_specifier_plugin.h +2 -2
- data/src/core/ext/xds/xds_endpoint.cc +3 -2
- data/src/core/ext/xds/xds_endpoint.h +2 -2
- data/src/core/ext/xds/xds_health_status.h +2 -2
- data/src/core/ext/xds/xds_http_fault_filter.h +1 -1
- data/src/core/ext/xds/xds_http_filters.h +2 -2
- data/src/core/ext/xds/xds_http_rbac_filter.h +1 -1
- data/src/core/ext/xds/xds_http_stateful_session_filter.h +1 -1
- data/src/core/ext/xds/xds_lb_policy_registry.cc +5 -5
- data/src/core/ext/xds/xds_lb_policy_registry.h +1 -1
- data/src/core/ext/xds/xds_listener.h +1 -1
- data/src/core/ext/xds/xds_metrics.h +39 -0
- data/src/core/ext/xds/xds_route_config.h +1 -1
- data/src/core/ext/xds/xds_routing.h +1 -1
- data/src/core/ext/xds/xds_server_config_fetcher.cc +20 -19
- data/src/core/ext/xds/xds_transport_grpc.cc +17 -32
- data/src/core/ext/xds/xds_transport_grpc.h +6 -6
- data/src/core/lib/address_utils/parse_address.cc +8 -1
- data/src/core/lib/address_utils/sockaddr_utils.cc +8 -1
- data/src/core/lib/channel/call_finalization.h +1 -1
- data/src/core/lib/channel/call_tracer.cc +3 -4
- data/src/core/lib/channel/call_tracer.h +14 -12
- data/src/core/lib/channel/channel_stack.cc +9 -0
- data/src/core/lib/channel/channel_stack.h +5 -0
- data/src/core/lib/channel/channel_stack_builder_impl.cc +140 -0
- data/src/core/lib/channel/channelz.h +9 -6
- data/src/core/lib/channel/channelz_registry.h +1 -1
- data/src/core/lib/channel/connected_channel.cc +5 -8
- data/src/core/lib/channel/metrics.cc +396 -0
- data/src/core/lib/channel/metrics.h +406 -0
- data/src/core/lib/channel/promise_based_filter.h +63 -7
- data/src/core/lib/channel/server_call_tracer_filter.cc +2 -0
- data/src/core/lib/{surface/builtins.h → channel/server_call_tracer_filter.h} +7 -5
- data/src/core/lib/channel/tcp_tracer.h +4 -0
- data/src/core/lib/compression/compression_internal.cc +33 -0
- data/src/core/lib/compression/compression_internal.h +3 -0
- data/src/core/lib/config/config_vars.cc +6 -4
- data/src/core/lib/config/config_vars.h +4 -0
- data/src/core/lib/debug/stats_data.cc +269 -26
- data/src/core/lib/debug/stats_data.h +176 -0
- data/src/core/lib/event_engine/default_event_engine.h +0 -6
- data/src/core/lib/event_engine/event_engine_context.h +31 -0
- data/src/core/lib/event_engine/extensions/chaotic_good_extension.h +65 -0
- data/src/core/lib/event_engine/posix.h +8 -0
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener.cc +1 -1
- data/src/core/lib/event_engine/posix_engine/posix_engine_listener_utils.cc +1 -0
- data/src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc +7 -0
- data/src/core/lib/event_engine/tcp_socket_utils.cc +8 -1
- data/src/core/lib/event_engine/tcp_socket_utils.h +2 -2
- data/src/core/lib/event_engine/windows/win_socket.cc +4 -0
- data/src/core/lib/event_engine/windows/win_socket.h +3 -0
- data/src/core/lib/event_engine/windows/windows_engine.cc +41 -8
- data/src/core/lib/event_engine/windows/windows_listener.cc +54 -6
- data/src/core/lib/event_engine/windows/windows_listener.h +14 -0
- data/src/core/lib/experiments/config.cc +63 -45
- data/src/core/lib/experiments/experiments.cc +19 -238
- data/src/core/lib/experiments/experiments.h +4 -119
- data/src/core/lib/gpr/android/log.cc +1 -1
- data/src/core/lib/gpr/linux/log.cc +1 -1
- data/src/core/lib/gpr/log.cc +26 -0
- data/src/core/lib/gpr/posix/log.cc +1 -1
- data/src/core/lib/gpr/posix/time.cc +0 -60
- data/src/core/lib/gpr/windows/log.cc +1 -1
- data/src/core/lib/gprpp/down_cast.h +4 -4
- data/src/core/lib/gprpp/dual_ref_counted.h +17 -9
- data/src/core/lib/gprpp/load_file.cc +3 -1
- data/src/core/lib/gprpp/orphanable.h +5 -2
- data/src/core/lib/gprpp/ref_counted.h +5 -2
- data/src/core/lib/gprpp/ref_counted_ptr.h +2 -1
- data/src/core/lib/gprpp/time.h +6 -0
- data/src/core/lib/gprpp/uuid_v4.cc +37 -0
- data/src/core/lib/gprpp/uuid_v4.h +36 -0
- data/src/core/lib/iomgr/port.h +3 -0
- data/src/core/lib/iomgr/tcp_client_windows.cc +24 -5
- data/src/core/lib/iomgr/tcp_posix.cc +47 -0
- data/src/core/lib/iomgr/tcp_server_posix.cc +101 -87
- data/src/core/lib/iomgr/tcp_server_windows.cc +60 -9
- data/src/core/lib/iomgr/unix_sockets_posix.cc +13 -0
- data/src/core/lib/promise/activity.h +1 -0
- data/src/core/lib/promise/context.h +2 -2
- data/src/core/lib/promise/party.cc +33 -3
- data/src/core/lib/promise/party.h +12 -14
- data/src/core/lib/promise/sleep.cc +1 -1
- data/src/core/lib/promise/status_flag.h +8 -0
- data/src/core/lib/resource_quota/arena.h +3 -0
- data/src/core/lib/resource_quota/connection_quota.cc +71 -0
- data/src/core/lib/resource_quota/connection_quota.h +61 -0
- data/src/core/lib/security/authorization/evaluate_args.cc +6 -5
- data/src/core/lib/security/authorization/evaluate_args.h +3 -3
- data/src/core/lib/security/authorization/grpc_server_authz_filter.cc +4 -7
- data/src/core/lib/security/authorization/grpc_server_authz_filter.h +1 -2
- data/src/core/lib/security/credentials/jwt/json_token.cc +8 -4
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +11 -16
- data/src/core/lib/security/credentials/tls/grpc_tls_crl_provider.cc +17 -10
- data/src/core/lib/security/credentials/tls/grpc_tls_crl_provider.h +7 -3
- data/src/core/lib/security/security_connector/load_system_roots.h +3 -0
- data/src/core/lib/security/security_connector/load_system_roots_fallback.cc +3 -2
- data/src/core/lib/security/security_connector/load_system_roots_windows.cc +87 -0
- data/src/core/lib/security/transport/auth_filters.h +0 -25
- data/src/core/lib/security/transport/security_handshaker.cc +18 -9
- data/src/core/lib/security/transport/security_handshaker.h +4 -2
- data/src/core/lib/slice/slice.cc +31 -5
- data/src/core/lib/slice/slice_buffer.cc +49 -11
- data/src/core/lib/slice/slice_buffer.h +14 -1
- data/src/core/lib/slice/slice_internal.h +7 -0
- data/src/core/lib/surface/call.cc +50 -55
- data/src/core/lib/surface/call.h +3 -3
- data/src/core/lib/surface/call_trace.h +0 -6
- data/src/core/lib/surface/channel.cc +104 -315
- data/src/core/lib/surface/channel.h +88 -107
- data/src/core/lib/surface/channel_create.cc +109 -0
- data/src/core/lib/surface/{builtins.cc → channel_create.h} +20 -15
- data/src/core/lib/surface/channel_init.cc +7 -6
- data/src/core/lib/surface/channel_init.h +18 -2
- data/src/core/lib/surface/init.cc +9 -14
- data/src/core/lib/surface/lame_client.cc +3 -28
- data/src/core/lib/surface/lame_client.h +7 -2
- data/src/core/lib/surface/legacy_channel.cc +414 -0
- data/src/core/lib/surface/legacy_channel.h +124 -0
- data/src/core/lib/surface/server.cc +20 -35
- data/src/core/lib/surface/server.h +10 -6
- data/src/core/lib/surface/server_interface.h +43 -0
- data/src/core/lib/surface/version.cc +2 -2
- data/src/core/lib/transport/batch_builder.cc +7 -16
- data/src/core/lib/transport/batch_builder.h +4 -6
- data/src/core/lib/transport/call_filters.cc +119 -19
- data/src/core/lib/transport/call_filters.h +339 -40
- data/src/core/lib/transport/call_spine.h +8 -3
- data/src/core/lib/transport/endpoint_info_handshaker.cc +80 -0
- data/src/core/lib/transport/endpoint_info_handshaker.h +37 -0
- data/src/core/lib/transport/handshaker_factory.h +1 -2
- data/src/core/lib/transport/metadata.cc +1 -1
- data/src/core/lib/transport/metadata_batch.cc +66 -5
- data/src/core/lib/transport/metadata_batch.h +12 -16
- data/src/core/lib/transport/metadata_info.cc +55 -0
- data/src/core/lib/transport/metadata_info.h +85 -0
- data/src/core/lib/transport/transport_op_string.cc +0 -8
- data/src/core/load_balancing/address_filtering.cc +1 -1
- data/src/core/load_balancing/address_filtering.h +1 -1
- data/src/core/{client_channel/backend_metric.cc → load_balancing/backend_metric_parser.cc} +1 -1
- data/src/core/{client_channel/backend_metric.h → load_balancing/backend_metric_parser.h} +3 -3
- data/src/core/load_balancing/child_policy_handler.cc +1 -1
- data/src/core/load_balancing/delegating_helper.h +8 -0
- data/src/core/load_balancing/endpoint_list.cc +1 -1
- data/src/core/load_balancing/grpclb/client_load_reporting_filter.h +3 -1
- data/src/core/load_balancing/grpclb/grpclb.cc +39 -44
- data/src/core/load_balancing/grpclb/grpclb_client_stats.h +1 -1
- data/src/core/load_balancing/health_check_client.cc +6 -6
- data/src/core/load_balancing/health_check_client_internal.h +4 -5
- data/src/core/load_balancing/lb_policy.h +13 -4
- data/src/core/load_balancing/lb_policy_registry.h +2 -2
- data/src/core/load_balancing/oob_backend_metric.cc +6 -6
- data/src/core/load_balancing/oob_backend_metric.h +1 -1
- data/src/core/load_balancing/oob_backend_metric_internal.h +6 -6
- data/src/core/load_balancing/outlier_detection/outlier_detection.cc +29 -29
- data/src/core/load_balancing/pick_first/pick_first.cc +70 -148
- data/src/core/load_balancing/priority/priority.cc +8 -7
- data/src/core/load_balancing/ring_hash/ring_hash.cc +8 -8
- data/src/core/load_balancing/ring_hash/ring_hash.h +1 -1
- data/src/core/load_balancing/rls/rls.cc +202 -79
- data/src/core/load_balancing/rls/rls.h +26 -0
- data/src/core/load_balancing/round_robin/round_robin.cc +7 -462
- data/src/core/load_balancing/subchannel_interface.h +3 -2
- data/src/core/load_balancing/weighted_round_robin/static_stride_scheduler.h +1 -1
- data/src/core/load_balancing/weighted_round_robin/weighted_round_robin.cc +169 -964
- data/src/core/load_balancing/weighted_target/weighted_target.cc +13 -10
- data/src/core/load_balancing/weighted_target/weighted_target.h +28 -0
- data/src/core/load_balancing/xds/cds.cc +8 -8
- data/src/core/load_balancing/xds/xds_cluster_impl.cc +101 -57
- data/src/core/load_balancing/xds/xds_cluster_manager.cc +6 -6
- data/src/core/load_balancing/xds/xds_override_host.cc +15 -15
- data/src/core/load_balancing/xds/xds_override_host.h +1 -1
- data/src/core/load_balancing/xds/xds_wrr_locality.cc +9 -8
- data/src/core/plugin_registry/grpc_plugin_registry.cc +20 -3
- data/src/core/plugin_registry/grpc_plugin_registry_extra.cc +0 -1
- data/src/core/resolver/binder/binder_resolver.cc +9 -2
- data/src/core/resolver/dns/c_ares/dns_resolver_ares.cc +8 -7
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc +2 -2
- data/src/core/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +3 -3
- data/src/core/resolver/dns/c_ares/grpc_ares_wrapper.cc +1 -1
- data/src/core/resolver/dns/event_engine/event_engine_client_channel_resolver.cc +2 -2
- data/src/core/resolver/dns/event_engine/event_engine_client_channel_resolver.h +3 -1
- data/src/core/resolver/dns/native/dns_resolver.cc +3 -3
- data/src/core/resolver/endpoint_addresses.h +4 -4
- data/src/core/resolver/fake/fake_resolver.cc +2 -2
- data/src/core/resolver/fake/fake_resolver.h +1 -1
- data/src/core/resolver/google_c2p/google_c2p_resolver.cc +9 -4
- data/src/core/resolver/resolver_registry.h +2 -2
- data/src/core/resolver/sockaddr/sockaddr_resolver.cc +6 -6
- data/src/core/resolver/xds/xds_dependency_manager.cc +14 -9
- data/src/core/resolver/xds/xds_dependency_manager.h +5 -5
- data/src/core/resolver/xds/xds_resolver.cc +17 -16
- data/src/core/resolver/xds/xds_resolver_attributes.h +1 -1
- data/src/core/{client_channel → service_config}/service_config_channel_arg_filter.cc +1 -1
- data/src/core/service_config/service_config_parser.h +1 -1
- data/src/core/tsi/alts/handshaker/alts_handshaker_client.cc +6 -4
- data/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc +1 -0
- data/src/core/tsi/ssl/key_logging/ssl_key_logging.cc +1 -1
- data/src/core/tsi/ssl_transport_security.cc +198 -70
- data/src/core/tsi/ssl_transport_security_utils.cc +127 -0
- data/src/core/tsi/ssl_transport_security_utils.h +27 -0
- data/src/ruby/ext/grpc/extconf.rb +0 -3
- data/src/ruby/ext/grpc/rb_grpc.c +1 -0
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.c +0 -2
- data/src/ruby/ext/grpc/rb_grpc_imports.generated.h +0 -3
- data/src/ruby/lib/grpc/generic/active_call.rb +8 -2
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/src/ruby/spec/generic/rpc_server_spec.rb +25 -0
- data/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc +320 -0
- data/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h +64 -0
- data/third_party/abseil-cpp/absl/log/absl_vlog_is_on.h +93 -0
- data/third_party/abseil-cpp/absl/log/globals.cc +178 -0
- data/third_party/abseil-cpp/absl/log/globals.h +218 -0
- data/third_party/abseil-cpp/absl/log/internal/append_truncated.h +47 -0
- data/third_party/abseil-cpp/absl/log/internal/conditions.cc +83 -0
- data/third_party/abseil-cpp/absl/log/internal/conditions.h +239 -0
- data/third_party/abseil-cpp/absl/log/internal/config.h +45 -0
- data/third_party/abseil-cpp/absl/log/internal/fnmatch.cc +73 -0
- data/third_party/abseil-cpp/absl/log/internal/fnmatch.h +35 -0
- data/third_party/abseil-cpp/absl/log/internal/globals.cc +145 -0
- data/third_party/abseil-cpp/absl/log/internal/globals.h +101 -0
- data/third_party/abseil-cpp/absl/log/internal/log_format.cc +205 -0
- data/third_party/abseil-cpp/absl/log/internal/log_format.h +78 -0
- data/third_party/abseil-cpp/absl/log/internal/log_impl.h +282 -0
- data/third_party/abseil-cpp/absl/log/internal/log_message.cc +633 -0
- data/third_party/abseil-cpp/absl/log/internal/log_message.h +375 -0
- data/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc +296 -0
- data/third_party/abseil-cpp/absl/log/internal/log_sink_set.h +54 -0
- data/third_party/abseil-cpp/absl/log/internal/nullguard.cc +35 -0
- data/third_party/abseil-cpp/absl/log/internal/nullguard.h +88 -0
- data/third_party/abseil-cpp/absl/log/internal/nullstream.h +136 -0
- data/third_party/abseil-cpp/absl/log/internal/proto.cc +220 -0
- data/third_party/abseil-cpp/absl/log/internal/proto.h +288 -0
- data/third_party/abseil-cpp/absl/log/internal/strip.h +72 -0
- data/third_party/abseil-cpp/absl/log/internal/vlog_config.cc +340 -0
- data/third_party/abseil-cpp/absl/log/internal/vlog_config.h +163 -0
- data/third_party/abseil-cpp/absl/log/internal/voidify.h +44 -0
- data/third_party/abseil-cpp/absl/log/log.h +361 -0
- data/third_party/abseil-cpp/absl/log/log_entry.cc +41 -0
- data/third_party/abseil-cpp/absl/log/log_entry.h +221 -0
- data/third_party/abseil-cpp/absl/log/log_sink.cc +23 -0
- data/third_party/abseil-cpp/absl/log/log_sink.h +64 -0
- data/third_party/abseil-cpp/absl/log/log_sink_registry.h +61 -0
- data/third_party/abseil-cpp/absl/log/vlog_is_on.h +72 -0
- data/third_party/boringssl-with-bazel/src/crypto/asn1/internal.h +1 -7
- data/third_party/boringssl-with-bazel/src/crypto/asn1/posix_time.c +50 -39
- data/third_party/boringssl-with-bazel/src/crypto/bio/bio.c +2 -2
- data/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_des.c +15 -28
- data/third_party/boringssl-with-bazel/src/crypto/curve25519/internal.h +1 -1
- data/third_party/boringssl-with-bazel/src/crypto/des/des.c +45 -32
- data/third_party/boringssl-with-bazel/src/crypto/des/internal.h +24 -0
- data/third_party/boringssl-with-bazel/src/crypto/internal.h +12 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509/internal.h +4 -0
- data/third_party/boringssl-with-bazel/src/crypto/x509/v3_purp.c +40 -61
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.c +24 -7
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c +36 -59
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c +4 -4
- data/third_party/boringssl-with-bazel/src/crypto/x509/x509_vpm.c +13 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/asn1.h +10 -10
- data/third_party/boringssl-with-bazel/src/include/openssl/base.h +2 -2
- data/third_party/boringssl-with-bazel/src/include/openssl/bio.h +3 -3
- data/third_party/boringssl-with-bazel/src/include/openssl/pki/certificate.h +83 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/pki/signature_verify_cache.h +41 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/posix_time.h +6 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/rsa.h +19 -10
- data/third_party/boringssl-with-bazel/src/include/openssl/span.h +14 -0
- data/third_party/boringssl-with-bazel/src/include/openssl/ssl.h +16 -4
- data/third_party/boringssl-with-bazel/src/include/openssl/x509.h +196 -141
- data/third_party/boringssl-with-bazel/src/ssl/ssl_cert.cc +8 -1
- data/third_party/upb/upb/base/descriptor_constants.h +29 -2
- data/third_party/upb/upb/{wire/internal/swap.h → base/internal/endian.h} +12 -11
- data/third_party/upb/upb/base/status.h +1 -1
- data/third_party/upb/upb/base/status.hpp +5 -1
- data/third_party/upb/upb/base/string_view.h +7 -5
- data/third_party/upb/upb/base/upcast.h +29 -0
- data/third_party/upb/upb/generated_code_support.h +2 -1
- data/third_party/upb/upb/json/decode.c +103 -53
- data/third_party/upb/upb/json/decode.h +3 -26
- data/third_party/upb/upb/json/encode.c +3 -26
- data/third_party/upb/upb/json/encode.h +3 -26
- data/third_party/upb/upb/mem/arena.c +233 -106
- data/third_party/upb/upb/mem/arena.h +14 -66
- data/third_party/upb/upb/mem/arena.hpp +8 -4
- data/third_party/upb/upb/mem/internal/arena.h +76 -58
- data/third_party/upb/upb/message/accessors.c +19 -46
- data/third_party/upb/upb/message/accessors.h +208 -123
- data/third_party/upb/upb/message/array.c +55 -83
- data/third_party/upb/upb/message/array.h +18 -30
- data/third_party/upb/upb/message/compat.c +39 -0
- data/third_party/upb/upb/message/compat.h +41 -0
- data/third_party/upb/upb/message/copy.c +322 -0
- data/third_party/upb/upb/message/copy.h +56 -0
- data/third_party/upb/upb/message/internal/accessors.h +178 -178
- data/third_party/upb/upb/message/internal/array.h +80 -81
- data/third_party/upb/upb/message/internal/extension.c +63 -0
- data/third_party/upb/upb/message/internal/extension.h +12 -12
- data/third_party/upb/upb/message/internal/map.h +28 -41
- data/third_party/upb/upb/message/internal/map_entry.h +14 -39
- data/third_party/upb/upb/message/internal/map_sorter.h +18 -37
- data/third_party/upb/upb/message/internal/message.c +59 -0
- data/third_party/upb/upb/message/internal/message.h +26 -42
- data/third_party/upb/upb/message/internal/tagged_ptr.h +56 -0
- data/third_party/upb/upb/message/internal/types.h +7 -12
- data/third_party/upb/upb/message/map.c +3 -26
- data/third_party/upb/upb/message/map.h +5 -33
- data/third_party/upb/upb/message/map_gencode_util.h +3 -26
- data/third_party/upb/upb/message/map_sorter.c +22 -34
- data/third_party/upb/upb/message/message.c +28 -104
- data/third_party/upb/upb/message/message.h +4 -8
- data/third_party/upb/upb/message/tagged_ptr.h +14 -31
- data/third_party/upb/upb/message/value.h +3 -5
- data/third_party/upb/upb/mini_descriptor/build_enum.c +20 -11
- data/third_party/upb/upb/mini_descriptor/decode.c +127 -107
- data/third_party/upb/upb/mini_descriptor/decode.h +3 -8
- data/third_party/upb/upb/mini_descriptor/link.c +34 -22
- data/third_party/upb/upb/mini_descriptor/link.h +1 -1
- data/third_party/upb/upb/mini_table/enum.h +4 -6
- data/third_party/upb/upb/mini_table/extension.h +37 -0
- data/third_party/upb/upb/mini_table/extension_registry.c +9 -2
- data/third_party/upb/upb/mini_table/field.h +46 -60
- data/third_party/upb/upb/mini_table/file.h +44 -0
- data/third_party/upb/upb/mini_table/internal/enum.h +19 -20
- data/third_party/upb/upb/mini_table/internal/extension.h +34 -3
- data/third_party/upb/upb/mini_table/internal/field.h +136 -27
- data/third_party/upb/upb/mini_table/internal/file.h +47 -10
- data/third_party/upb/upb/mini_table/internal/message.c +17 -9
- data/third_party/upb/upb/mini_table/internal/message.h +94 -23
- data/third_party/upb/upb/mini_table/internal/size_log2.h +77 -0
- data/third_party/upb/upb/mini_table/internal/sub.h +39 -4
- data/third_party/upb/upb/mini_table/message.c +18 -19
- data/third_party/upb/upb/mini_table/message.h +29 -20
- data/third_party/upb/upb/mini_table/sub.h +40 -1
- data/third_party/upb/upb/port/def.inc +18 -0
- data/third_party/upb/upb/port/undef.inc +3 -0
- data/third_party/upb/upb/reflection/def.hpp +8 -4
- data/third_party/upb/upb/reflection/def_pool.c +81 -2
- data/third_party/upb/upb/reflection/def_pool.h +8 -0
- data/third_party/upb/upb/reflection/enum_def.c +42 -19
- data/third_party/upb/upb/reflection/enum_def.h +1 -0
- data/third_party/upb/upb/reflection/enum_value_def.c +43 -14
- data/third_party/upb/upb/reflection/enum_value_def.h +2 -0
- data/third_party/upb/upb/reflection/extension_range.c +13 -5
- data/third_party/upb/upb/reflection/extension_range.h +2 -0
- data/third_party/upb/upb/reflection/field_def.c +177 -130
- data/third_party/upb/upb/reflection/field_def.h +10 -1
- data/third_party/upb/upb/reflection/file_def.c +98 -9
- data/third_party/upb/upb/reflection/file_def.h +3 -0
- data/third_party/upb/upb/reflection/internal/def_builder.c +85 -7
- data/third_party/upb/upb/reflection/internal/def_builder.h +23 -0
- data/third_party/upb/upb/reflection/internal/enum_def.h +5 -4
- data/third_party/upb/upb/reflection/internal/enum_reserved_range.h +1 -1
- data/third_party/upb/upb/reflection/internal/enum_value_def.h +2 -1
- data/third_party/upb/upb/reflection/internal/extension_range.h +2 -2
- data/third_party/upb/upb/reflection/internal/field_def.h +11 -10
- data/third_party/upb/upb/reflection/internal/message_def.h +6 -3
- data/third_party/upb/upb/reflection/internal/method_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/oneof_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/service_def.h +5 -3
- data/third_party/upb/upb/reflection/internal/upb_edition_defaults.h +20 -0
- data/third_party/upb/upb/reflection/message.c +27 -12
- data/third_party/upb/upb/reflection/message.h +5 -5
- data/third_party/upb/upb/reflection/message_def.c +56 -27
- data/third_party/upb/upb/reflection/message_def.h +2 -0
- data/third_party/upb/upb/reflection/method_def.c +20 -9
- data/third_party/upb/upb/reflection/method_def.h +2 -0
- data/third_party/upb/upb/reflection/oneof_def.c +20 -11
- data/third_party/upb/upb/reflection/oneof_def.h +3 -1
- data/third_party/upb/upb/reflection/service_def.c +25 -13
- data/third_party/upb/upb/reflection/service_def.h +2 -0
- data/third_party/upb/upb/text/encode.c +126 -36
- data/third_party/upb/upb/wire/decode.c +214 -196
- data/third_party/upb/upb/wire/decode.h +10 -0
- data/third_party/upb/upb/wire/encode.c +105 -91
- data/third_party/upb/upb/wire/encode.h +4 -3
- data/third_party/upb/upb/wire/{decode_fast.c → internal/decode_fast.c} +53 -48
- data/third_party/upb/upb/wire/{decode_fast.h → internal/decode_fast.h} +6 -5
- data/third_party/upb/upb/wire/internal/{decode.h → decoder.h} +15 -31
- data/third_party/upb/upb/wire/internal/reader.h +61 -0
- data/third_party/upb/upb/wire/reader.c +9 -6
- data/third_party/upb/upb/wire/reader.h +18 -47
- data/third_party/utf8_range/utf8_range.c +467 -0
- data/third_party/utf8_range/utf8_range.h +9 -8
- metadata +83 -30
- data/src/core/client_channel/channel_connectivity.cc +0 -265
- data/src/core/ext/filters/channel_idle/channel_idle_filter.cc +0 -318
- data/src/core/ext/filters/channel_idle/channel_idle_filter.h +0 -150
- data/src/core/ext/filters/http/message_compress/legacy_compression_filter.cc +0 -325
- data/src/core/ext/filters/http/message_compress/legacy_compression_filter.h +0 -139
- data/src/core/lib/gpr/wrap_memcpy.cc +0 -43
- data/src/core/lib/security/transport/legacy_server_auth_filter.cc +0 -244
- data/src/core/lib/slice/b64.cc +0 -239
- data/src/core/lib/slice/b64.h +0 -52
- data/src/core/lib/surface/call_trace.cc +0 -163
- data/src/core/lib/surface/channel_ping.cc +0 -69
- data/src/core/lib/transport/call_factory.cc +0 -41
- data/src/core/lib/transport/call_factory.h +0 -56
- data/src/core/load_balancing/subchannel_list.h +0 -455
- data/third_party/upb/upb/message/types.h +0 -15
- data/third_party/utf8_range/naive.c +0 -92
- data/third_party/utf8_range/range2-neon.c +0 -157
- data/third_party/utf8_range/range2-sse.c +0 -170
@@ -13,67 +13,67 @@
|
|
13
13
|
#include "upb/port/def.inc"
|
14
14
|
|
15
15
|
static const upb_MiniTableSub google_protobuf_FileDescriptorSet_submsgs[1] = {
|
16
|
-
{.submsg = &google__protobuf__FileDescriptorProto_msg_init},
|
16
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FileDescriptorProto_msg_init},
|
17
17
|
};
|
18
18
|
|
19
19
|
static const upb_MiniTableField google_protobuf_FileDescriptorSet__fields[1] = {
|
20
|
-
{1,
|
20
|
+
{1, 8, 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
21
21
|
};
|
22
22
|
|
23
23
|
const upb_MiniTable google__protobuf__FileDescriptorSet_msg_init = {
|
24
24
|
&google_protobuf_FileDescriptorSet_submsgs[0],
|
25
25
|
&google_protobuf_FileDescriptorSet__fields[0],
|
26
|
-
|
26
|
+
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
27
27
|
UPB_FASTTABLE_INIT({
|
28
28
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
29
|
-
{
|
29
|
+
{0x000800003f00000a, &upb_prm_1bt_max192b},
|
30
30
|
})
|
31
31
|
};
|
32
32
|
|
33
33
|
static const upb_MiniTableSub google_protobuf_FileDescriptorProto_submsgs[7] = {
|
34
|
-
{.submsg = &google__protobuf__DescriptorProto_msg_init},
|
35
|
-
{.submsg = &google__protobuf__EnumDescriptorProto_msg_init},
|
36
|
-
{.submsg = &google__protobuf__ServiceDescriptorProto_msg_init},
|
37
|
-
{.submsg = &google__protobuf__FieldDescriptorProto_msg_init},
|
38
|
-
{.submsg = &google__protobuf__FileOptions_msg_init},
|
39
|
-
{.submsg = &google__protobuf__SourceCodeInfo_msg_init},
|
40
|
-
{.subenum = &google_protobuf_Edition_enum_init},
|
34
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__DescriptorProto_msg_init},
|
35
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__EnumDescriptorProto_msg_init},
|
36
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__ServiceDescriptorProto_msg_init},
|
37
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FieldDescriptorProto_msg_init},
|
38
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FileOptions_msg_init},
|
39
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__SourceCodeInfo_msg_init},
|
40
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
|
41
41
|
};
|
42
42
|
|
43
43
|
static const upb_MiniTableField google_protobuf_FileDescriptorProto__fields[13] = {
|
44
|
-
{1, UPB_SIZE(
|
45
|
-
{2, UPB_SIZE(
|
46
|
-
{3, UPB_SIZE(
|
47
|
-
{4, UPB_SIZE(
|
48
|
-
{5, UPB_SIZE(
|
49
|
-
{6, UPB_SIZE(
|
50
|
-
{7, UPB_SIZE(
|
51
|
-
{8, UPB_SIZE(
|
52
|
-
{9, UPB_SIZE(
|
53
|
-
{10, UPB_SIZE(
|
54
|
-
{11, UPB_SIZE(
|
55
|
-
{12, UPB_SIZE(
|
56
|
-
{14, UPB_SIZE(
|
44
|
+
{1, UPB_SIZE(52, 16), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
45
|
+
{2, UPB_SIZE(60, 32), 65, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
46
|
+
{3, UPB_SIZE(12, 48), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
47
|
+
{4, UPB_SIZE(16, 56), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
48
|
+
{5, UPB_SIZE(20, 64), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
49
|
+
{6, UPB_SIZE(24, 72), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
50
|
+
{7, UPB_SIZE(28, 80), 0, 3, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
51
|
+
{8, UPB_SIZE(32, 88), 66, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
52
|
+
{9, UPB_SIZE(36, 96), 67, 5, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
53
|
+
{10, UPB_SIZE(40, 104), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
54
|
+
{11, UPB_SIZE(44, 112), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
55
|
+
{12, UPB_SIZE(68, 120), 68, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
56
|
+
{14, UPB_SIZE(48, 12), 69, 6, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
57
57
|
};
|
58
58
|
|
59
59
|
const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init = {
|
60
60
|
&google_protobuf_FileDescriptorProto_submsgs[0],
|
61
61
|
&google_protobuf_FileDescriptorProto__fields[0],
|
62
|
-
UPB_SIZE(
|
62
|
+
UPB_SIZE(80, 136), 13, kUpb_ExtMode_NonExtendable, 12, UPB_FASTTABLE_MASK(120), 0,
|
63
63
|
UPB_FASTTABLE_INIT({
|
64
64
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
65
|
-
{
|
66
|
-
{
|
67
|
-
{
|
68
|
-
{
|
69
|
-
{
|
70
|
-
{
|
71
|
-
{
|
72
|
-
{
|
73
|
-
{
|
74
|
-
{
|
75
|
-
{
|
76
|
-
{
|
65
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
66
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
67
|
+
{0x003000003f00001a, &upb_prs_1bt},
|
68
|
+
{0x003800003f000022, &upb_prm_1bt_max128b},
|
69
|
+
{0x004000003f01002a, &upb_prm_1bt_max128b},
|
70
|
+
{0x004800003f020032, &upb_prm_1bt_max64b},
|
71
|
+
{0x005000003f03003a, &upb_prm_1bt_max128b},
|
72
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
73
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
74
|
+
{0x006800003f000050, &upb_prv4_1bt},
|
75
|
+
{0x007000003f000058, &upb_prv4_1bt},
|
76
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
77
77
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
78
78
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
79
79
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -81,45 +81,45 @@ const upb_MiniTable google__protobuf__FileDescriptorProto_msg_init = {
|
|
81
81
|
};
|
82
82
|
|
83
83
|
static const upb_MiniTableSub google_protobuf_DescriptorProto_submsgs[8] = {
|
84
|
-
{.submsg = &google__protobuf__FieldDescriptorProto_msg_init},
|
85
|
-
{.submsg = &google__protobuf__DescriptorProto_msg_init},
|
86
|
-
{.submsg = &google__protobuf__EnumDescriptorProto_msg_init},
|
87
|
-
{.submsg = &google__protobuf__DescriptorProto__ExtensionRange_msg_init},
|
88
|
-
{.submsg = &google__protobuf__FieldDescriptorProto_msg_init},
|
89
|
-
{.submsg = &google__protobuf__MessageOptions_msg_init},
|
90
|
-
{.submsg = &google__protobuf__OneofDescriptorProto_msg_init},
|
91
|
-
{.submsg = &google__protobuf__DescriptorProto__ReservedRange_msg_init},
|
84
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FieldDescriptorProto_msg_init},
|
85
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__DescriptorProto_msg_init},
|
86
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__EnumDescriptorProto_msg_init},
|
87
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__DescriptorProto__ExtensionRange_msg_init},
|
88
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FieldDescriptorProto_msg_init},
|
89
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__MessageOptions_msg_init},
|
90
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__OneofDescriptorProto_msg_init},
|
91
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__DescriptorProto__ReservedRange_msg_init},
|
92
92
|
};
|
93
93
|
|
94
94
|
static const upb_MiniTableField google_protobuf_DescriptorProto__fields[10] = {
|
95
|
-
{1, UPB_SIZE(
|
96
|
-
{2, UPB_SIZE(
|
97
|
-
{3, UPB_SIZE(
|
98
|
-
{4, UPB_SIZE(
|
99
|
-
{5, UPB_SIZE(
|
100
|
-
{6, UPB_SIZE(
|
101
|
-
{7, UPB_SIZE(
|
102
|
-
{8, UPB_SIZE(
|
103
|
-
{9, UPB_SIZE(
|
104
|
-
{10, UPB_SIZE(
|
95
|
+
{1, UPB_SIZE(48, 16), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
96
|
+
{2, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
97
|
+
{3, UPB_SIZE(16, 40), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
98
|
+
{4, UPB_SIZE(20, 48), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
99
|
+
{5, UPB_SIZE(24, 56), 0, 3, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
100
|
+
{6, UPB_SIZE(28, 64), 0, 4, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
101
|
+
{7, UPB_SIZE(32, 72), 65, 5, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
102
|
+
{8, UPB_SIZE(36, 80), 0, 6, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
103
|
+
{9, UPB_SIZE(40, 88), 0, 7, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
104
|
+
{10, UPB_SIZE(44, 96), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
105
105
|
};
|
106
106
|
|
107
107
|
const upb_MiniTable google__protobuf__DescriptorProto_msg_init = {
|
108
108
|
&google_protobuf_DescriptorProto_submsgs[0],
|
109
109
|
&google_protobuf_DescriptorProto__fields[0],
|
110
|
-
UPB_SIZE(
|
110
|
+
UPB_SIZE(56, 104), 10, kUpb_ExtMode_NonExtendable, 10, UPB_FASTTABLE_MASK(120), 0,
|
111
111
|
UPB_FASTTABLE_INIT({
|
112
112
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
113
|
-
{
|
114
|
-
{
|
115
|
-
{
|
116
|
-
{
|
117
|
-
{
|
118
|
-
{
|
119
|
-
{
|
120
|
-
{
|
121
|
-
{
|
122
|
-
{
|
113
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
114
|
+
{0x002000003f000012, &upb_prm_1bt_max128b},
|
115
|
+
{0x002800003f01001a, &upb_prm_1bt_max128b},
|
116
|
+
{0x003000003f020022, &upb_prm_1bt_max128b},
|
117
|
+
{0x003800003f03002a, &upb_prm_1bt_max64b},
|
118
|
+
{0x004000003f040032, &upb_prm_1bt_max128b},
|
119
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
120
|
+
{0x005000003f060042, &upb_prm_1bt_max64b},
|
121
|
+
{0x005800003f07004a, &upb_prm_1bt_max64b},
|
122
|
+
{0x006000003f000052, &upb_prs_1bt},
|
123
123
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
124
124
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
125
125
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -129,66 +129,54 @@ const upb_MiniTable google__protobuf__DescriptorProto_msg_init = {
|
|
129
129
|
};
|
130
130
|
|
131
131
|
static const upb_MiniTableSub google_protobuf_DescriptorProto_ExtensionRange_submsgs[1] = {
|
132
|
-
{.submsg = &google__protobuf__ExtensionRangeOptions_msg_init},
|
132
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__ExtensionRangeOptions_msg_init},
|
133
133
|
};
|
134
134
|
|
135
135
|
static const upb_MiniTableField google_protobuf_DescriptorProto_ExtensionRange__fields[3] = {
|
136
|
-
{1,
|
137
|
-
{2,
|
138
|
-
{3, UPB_SIZE(
|
136
|
+
{1, 12, 64, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
137
|
+
{2, 16, 65, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
138
|
+
{3, UPB_SIZE(20, 24), 66, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
139
139
|
};
|
140
140
|
|
141
141
|
const upb_MiniTable google__protobuf__DescriptorProto__ExtensionRange_msg_init = {
|
142
142
|
&google_protobuf_DescriptorProto_ExtensionRange_submsgs[0],
|
143
143
|
&google_protobuf_DescriptorProto_ExtensionRange__fields[0],
|
144
|
-
UPB_SIZE(
|
145
|
-
UPB_FASTTABLE_INIT({
|
146
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
147
|
-
{0x0004000001000008, &upb_psv4_1bt},
|
148
|
-
{0x0008000002000010, &upb_psv4_1bt},
|
149
|
-
{0x001000000300001a, &upb_psm_1bt_max64b},
|
150
|
-
})
|
144
|
+
UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(255), 0,
|
151
145
|
};
|
152
146
|
|
153
147
|
static const upb_MiniTableField google_protobuf_DescriptorProto_ReservedRange__fields[2] = {
|
154
|
-
{1,
|
155
|
-
{2,
|
148
|
+
{1, 12, 64, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
149
|
+
{2, 16, 65, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
156
150
|
};
|
157
151
|
|
158
152
|
const upb_MiniTable google__protobuf__DescriptorProto__ReservedRange_msg_init = {
|
159
153
|
NULL,
|
160
154
|
&google_protobuf_DescriptorProto_ReservedRange__fields[0],
|
161
|
-
|
162
|
-
UPB_FASTTABLE_INIT({
|
163
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
164
|
-
{0x0004000001000008, &upb_psv4_1bt},
|
165
|
-
{0x0008000002000010, &upb_psv4_1bt},
|
166
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
167
|
-
})
|
155
|
+
24, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
168
156
|
};
|
169
157
|
|
170
158
|
static const upb_MiniTableSub google_protobuf_ExtensionRangeOptions_submsgs[4] = {
|
171
|
-
{.submsg = &google__protobuf__ExtensionRangeOptions__Declaration_msg_init},
|
172
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
173
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
174
|
-
{.subenum = &google_protobuf_ExtensionRangeOptions_VerificationState_enum_init},
|
159
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__ExtensionRangeOptions__Declaration_msg_init},
|
160
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
161
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
162
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_ExtensionRangeOptions_VerificationState_enum_init},
|
175
163
|
};
|
176
164
|
|
177
165
|
static const upb_MiniTableField google_protobuf_ExtensionRangeOptions__fields[4] = {
|
178
|
-
{2, UPB_SIZE(
|
179
|
-
{3, UPB_SIZE(
|
180
|
-
{50, UPB_SIZE(
|
181
|
-
{999, UPB_SIZE(
|
166
|
+
{2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
167
|
+
{3, UPB_SIZE(16, 12), 64, 3, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
168
|
+
{50, UPB_SIZE(20, 24), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
169
|
+
{999, UPB_SIZE(24, 32), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
182
170
|
};
|
183
171
|
|
184
172
|
const upb_MiniTable google__protobuf__ExtensionRangeOptions_msg_init = {
|
185
173
|
&google_protobuf_ExtensionRangeOptions_submsgs[0],
|
186
174
|
&google_protobuf_ExtensionRangeOptions__fields[0],
|
187
|
-
UPB_SIZE(
|
175
|
+
UPB_SIZE(32, 40), 4, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
|
188
176
|
UPB_FASTTABLE_INIT({
|
189
177
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
190
178
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
191
|
-
{
|
179
|
+
{0x001000003f000012, &upb_prm_1bt_max64b},
|
192
180
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
193
181
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
194
182
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -204,12 +192,12 @@ const upb_MiniTable google__protobuf__ExtensionRangeOptions_msg_init = {
|
|
204
192
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
205
193
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
206
194
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
207
|
-
{0x0010000002010392, &upb_psm_2bt_max64b},
|
208
195
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
209
196
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
210
197
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
211
198
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
212
|
-
{
|
199
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
200
|
+
{0x002000003f023eba, &upb_prm_2bt_max128b},
|
213
201
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
214
202
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
215
203
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -222,335 +210,256 @@ const upb_MiniTable google__protobuf__ExtensionRangeOptions_msg_init = {
|
|
222
210
|
};
|
223
211
|
|
224
212
|
static const upb_MiniTableField google_protobuf_ExtensionRangeOptions_Declaration__fields[5] = {
|
225
|
-
{1,
|
226
|
-
{2, UPB_SIZE(
|
227
|
-
{3, UPB_SIZE(
|
228
|
-
{5,
|
229
|
-
{6,
|
213
|
+
{1, 12, 64, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
214
|
+
{2, UPB_SIZE(20, 24), 65, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
215
|
+
{3, UPB_SIZE(28, 40), 66, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
216
|
+
{5, 16, 67, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
217
|
+
{6, 17, 68, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
230
218
|
};
|
231
219
|
|
232
220
|
const upb_MiniTable google__protobuf__ExtensionRangeOptions__Declaration_msg_init = {
|
233
221
|
NULL,
|
234
222
|
&google_protobuf_ExtensionRangeOptions_Declaration__fields[0],
|
235
|
-
UPB_SIZE(
|
236
|
-
UPB_FASTTABLE_INIT({
|
237
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
238
|
-
{0x0004000001000008, &upb_psv4_1bt},
|
239
|
-
{0x0010000002000012, &upb_pss_1bt},
|
240
|
-
{0x002000000300001a, &upb_pss_1bt},
|
241
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
242
|
-
{0x0008000004000028, &upb_psb1_1bt},
|
243
|
-
{0x0009000005000030, &upb_psb1_1bt},
|
244
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
245
|
-
})
|
223
|
+
UPB_SIZE(40, 56), 5, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(255), 0,
|
246
224
|
};
|
247
225
|
|
248
226
|
static const upb_MiniTableSub google_protobuf_FieldDescriptorProto_submsgs[3] = {
|
249
|
-
{.submsg = &google__protobuf__FieldOptions_msg_init},
|
250
|
-
{.subenum = &google_protobuf_FieldDescriptorProto_Label_enum_init},
|
251
|
-
{.subenum = &google_protobuf_FieldDescriptorProto_Type_enum_init},
|
227
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FieldOptions_msg_init},
|
228
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FieldDescriptorProto_Label_enum_init},
|
229
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FieldDescriptorProto_Type_enum_init},
|
252
230
|
};
|
253
231
|
|
254
232
|
static const upb_MiniTableField google_protobuf_FieldDescriptorProto__fields[11] = {
|
255
|
-
{1, UPB_SIZE(
|
256
|
-
{2, UPB_SIZE(
|
257
|
-
{3,
|
258
|
-
{4,
|
259
|
-
{5,
|
260
|
-
{6, UPB_SIZE(
|
261
|
-
{7, UPB_SIZE(
|
262
|
-
{8, UPB_SIZE(
|
263
|
-
{9, UPB_SIZE(
|
264
|
-
{10, UPB_SIZE(
|
265
|
-
{17, UPB_SIZE(
|
233
|
+
{1, UPB_SIZE(36, 32), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
234
|
+
{2, UPB_SIZE(44, 48), 65, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
235
|
+
{3, 12, 66, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
236
|
+
{4, 16, 67, 1, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
237
|
+
{5, 20, 68, 2, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
238
|
+
{6, UPB_SIZE(52, 64), 69, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
239
|
+
{7, UPB_SIZE(60, 80), 70, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
240
|
+
{8, UPB_SIZE(24, 96), 71, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
241
|
+
{9, UPB_SIZE(28, 24), 72, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
242
|
+
{10, UPB_SIZE(68, 104), 73, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
243
|
+
{17, UPB_SIZE(32, 28), 74, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
266
244
|
};
|
267
245
|
|
268
246
|
const upb_MiniTable google__protobuf__FieldDescriptorProto_msg_init = {
|
269
247
|
&google_protobuf_FieldDescriptorProto_submsgs[0],
|
270
248
|
&google_protobuf_FieldDescriptorProto__fields[0],
|
271
|
-
UPB_SIZE(
|
272
|
-
UPB_FASTTABLE_INIT({
|
273
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
274
|
-
{0x001800000100000a, &upb_pss_1bt},
|
275
|
-
{0x0028000002000012, &upb_pss_1bt},
|
276
|
-
{0x0004000003000018, &upb_psv4_1bt},
|
277
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
278
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
279
|
-
{0x0038000006000032, &upb_pss_1bt},
|
280
|
-
{0x004800000700003a, &upb_pss_1bt},
|
281
|
-
{0x0058000008000042, &upb_psm_1bt_max64b},
|
282
|
-
{0x0010000009000048, &upb_psv4_1bt},
|
283
|
-
{0x006000000a000052, &upb_pss_1bt},
|
284
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
285
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
286
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
287
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
288
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
289
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
290
|
-
{0x001400000b000188, &upb_psb1_2bt},
|
291
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
292
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
293
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
294
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
295
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
296
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
297
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
298
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
299
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
300
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
301
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
302
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
303
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
304
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
305
|
-
})
|
249
|
+
UPB_SIZE(80, 120), 11, kUpb_ExtMode_NonExtendable, 10, UPB_FASTTABLE_MASK(255), 0,
|
306
250
|
};
|
307
251
|
|
308
252
|
static const upb_MiniTableSub google_protobuf_OneofDescriptorProto_submsgs[1] = {
|
309
|
-
{.submsg = &google__protobuf__OneofOptions_msg_init},
|
253
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__OneofOptions_msg_init},
|
310
254
|
};
|
311
255
|
|
312
256
|
static const upb_MiniTableField google_protobuf_OneofDescriptorProto__fields[2] = {
|
313
|
-
{1,
|
314
|
-
{2, UPB_SIZE(
|
257
|
+
{1, 16, 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
258
|
+
{2, UPB_SIZE(12, 32), 65, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
315
259
|
};
|
316
260
|
|
317
261
|
const upb_MiniTable google__protobuf__OneofDescriptorProto_msg_init = {
|
318
262
|
&google_protobuf_OneofDescriptorProto_submsgs[0],
|
319
263
|
&google_protobuf_OneofDescriptorProto__fields[0],
|
320
|
-
UPB_SIZE(
|
321
|
-
UPB_FASTTABLE_INIT({
|
322
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
323
|
-
{0x000800000100000a, &upb_pss_1bt},
|
324
|
-
{0x0018000002000012, &upb_psm_1bt_max64b},
|
325
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
326
|
-
})
|
264
|
+
UPB_SIZE(24, 40), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
327
265
|
};
|
328
266
|
|
329
267
|
static const upb_MiniTableSub google_protobuf_EnumDescriptorProto_submsgs[3] = {
|
330
|
-
{.submsg = &google__protobuf__EnumValueDescriptorProto_msg_init},
|
331
|
-
{.submsg = &google__protobuf__EnumOptions_msg_init},
|
332
|
-
{.submsg = &google__protobuf__EnumDescriptorProto__EnumReservedRange_msg_init},
|
268
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__EnumValueDescriptorProto_msg_init},
|
269
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__EnumOptions_msg_init},
|
270
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__EnumDescriptorProto__EnumReservedRange_msg_init},
|
333
271
|
};
|
334
272
|
|
335
273
|
static const upb_MiniTableField google_protobuf_EnumDescriptorProto__fields[5] = {
|
336
|
-
{1, UPB_SIZE(
|
337
|
-
{2, UPB_SIZE(
|
338
|
-
{3, UPB_SIZE(
|
339
|
-
{4, UPB_SIZE(
|
340
|
-
{5, UPB_SIZE(
|
274
|
+
{1, UPB_SIZE(28, 16), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
275
|
+
{2, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
276
|
+
{3, UPB_SIZE(16, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
277
|
+
{4, UPB_SIZE(20, 48), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
278
|
+
{5, UPB_SIZE(24, 56), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
341
279
|
};
|
342
280
|
|
343
281
|
const upb_MiniTable google__protobuf__EnumDescriptorProto_msg_init = {
|
344
282
|
&google_protobuf_EnumDescriptorProto_submsgs[0],
|
345
283
|
&google_protobuf_EnumDescriptorProto__fields[0],
|
346
|
-
UPB_SIZE(
|
284
|
+
UPB_SIZE(40, 64), 5, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(56), 0,
|
347
285
|
UPB_FASTTABLE_INIT({
|
348
286
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
349
|
-
{
|
350
|
-
{
|
351
|
-
{
|
352
|
-
{
|
353
|
-
{
|
287
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
288
|
+
{0x002000003f000012, &upb_prm_1bt_max64b},
|
289
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
290
|
+
{0x003000003f020022, &upb_prm_1bt_max64b},
|
291
|
+
{0x003800003f00002a, &upb_prs_1bt},
|
354
292
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
355
293
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
356
294
|
})
|
357
295
|
};
|
358
296
|
|
359
297
|
static const upb_MiniTableField google_protobuf_EnumDescriptorProto_EnumReservedRange__fields[2] = {
|
360
|
-
{1,
|
361
|
-
{2,
|
298
|
+
{1, 12, 64, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
299
|
+
{2, 16, 65, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
362
300
|
};
|
363
301
|
|
364
302
|
const upb_MiniTable google__protobuf__EnumDescriptorProto__EnumReservedRange_msg_init = {
|
365
303
|
NULL,
|
366
304
|
&google_protobuf_EnumDescriptorProto_EnumReservedRange__fields[0],
|
367
|
-
|
368
|
-
UPB_FASTTABLE_INIT({
|
369
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
370
|
-
{0x0004000001000008, &upb_psv4_1bt},
|
371
|
-
{0x0008000002000010, &upb_psv4_1bt},
|
372
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
373
|
-
})
|
305
|
+
24, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
374
306
|
};
|
375
307
|
|
376
308
|
static const upb_MiniTableSub google_protobuf_EnumValueDescriptorProto_submsgs[1] = {
|
377
|
-
{.submsg = &google__protobuf__EnumValueOptions_msg_init},
|
309
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__EnumValueOptions_msg_init},
|
378
310
|
};
|
379
311
|
|
380
312
|
static const upb_MiniTableField google_protobuf_EnumValueDescriptorProto__fields[3] = {
|
381
|
-
{1, UPB_SIZE(
|
382
|
-
{2,
|
383
|
-
{3, UPB_SIZE(
|
313
|
+
{1, UPB_SIZE(20, 16), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
314
|
+
{2, 12, 65, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
315
|
+
{3, UPB_SIZE(16, 32), 66, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
384
316
|
};
|
385
317
|
|
386
318
|
const upb_MiniTable google__protobuf__EnumValueDescriptorProto_msg_init = {
|
387
319
|
&google_protobuf_EnumValueDescriptorProto_submsgs[0],
|
388
320
|
&google_protobuf_EnumValueDescriptorProto__fields[0],
|
389
|
-
UPB_SIZE(
|
390
|
-
UPB_FASTTABLE_INIT({
|
391
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
392
|
-
{0x000800000100000a, &upb_pss_1bt},
|
393
|
-
{0x0004000002000010, &upb_psv4_1bt},
|
394
|
-
{0x001800000300001a, &upb_psm_1bt_max64b},
|
395
|
-
})
|
321
|
+
UPB_SIZE(32, 40), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(255), 0,
|
396
322
|
};
|
397
323
|
|
398
324
|
static const upb_MiniTableSub google_protobuf_ServiceDescriptorProto_submsgs[2] = {
|
399
|
-
{.submsg = &google__protobuf__MethodDescriptorProto_msg_init},
|
400
|
-
{.submsg = &google__protobuf__ServiceOptions_msg_init},
|
325
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__MethodDescriptorProto_msg_init},
|
326
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__ServiceOptions_msg_init},
|
401
327
|
};
|
402
328
|
|
403
329
|
static const upb_MiniTableField google_protobuf_ServiceDescriptorProto__fields[3] = {
|
404
|
-
{1, UPB_SIZE(
|
405
|
-
{2, UPB_SIZE(
|
406
|
-
{3, UPB_SIZE(
|
330
|
+
{1, UPB_SIZE(20, 16), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
331
|
+
{2, UPB_SIZE(12, 32), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
332
|
+
{3, UPB_SIZE(16, 40), 65, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
407
333
|
};
|
408
334
|
|
409
335
|
const upb_MiniTable google__protobuf__ServiceDescriptorProto_msg_init = {
|
410
336
|
&google_protobuf_ServiceDescriptorProto_submsgs[0],
|
411
337
|
&google_protobuf_ServiceDescriptorProto__fields[0],
|
412
|
-
UPB_SIZE(
|
338
|
+
UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
413
339
|
UPB_FASTTABLE_INIT({
|
414
340
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
415
|
-
{
|
416
|
-
{
|
417
|
-
{
|
341
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
342
|
+
{0x002000003f000012, &upb_prm_1bt_max128b},
|
343
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
418
344
|
})
|
419
345
|
};
|
420
346
|
|
421
347
|
static const upb_MiniTableSub google_protobuf_MethodDescriptorProto_submsgs[1] = {
|
422
|
-
{.submsg = &google__protobuf__MethodOptions_msg_init},
|
348
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__MethodOptions_msg_init},
|
423
349
|
};
|
424
350
|
|
425
351
|
static const upb_MiniTableField google_protobuf_MethodDescriptorProto__fields[6] = {
|
426
|
-
{1, UPB_SIZE(
|
427
|
-
{2, UPB_SIZE(
|
428
|
-
{3, UPB_SIZE(
|
429
|
-
{4, UPB_SIZE(
|
430
|
-
{5, UPB_SIZE(
|
431
|
-
{6, UPB_SIZE(
|
352
|
+
{1, UPB_SIZE(20, 16), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
353
|
+
{2, UPB_SIZE(28, 32), 65, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
354
|
+
{3, UPB_SIZE(36, 48), 66, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
355
|
+
{4, UPB_SIZE(12, 64), 67, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
356
|
+
{5, UPB_SIZE(16, 9), 68, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
357
|
+
{6, UPB_SIZE(17, 10), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
432
358
|
};
|
433
359
|
|
434
360
|
const upb_MiniTable google__protobuf__MethodDescriptorProto_msg_init = {
|
435
361
|
&google_protobuf_MethodDescriptorProto_submsgs[0],
|
436
362
|
&google_protobuf_MethodDescriptorProto__fields[0],
|
437
|
-
UPB_SIZE(
|
438
|
-
UPB_FASTTABLE_INIT({
|
439
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
440
|
-
{0x000800000100000a, &upb_pss_1bt},
|
441
|
-
{0x0018000002000012, &upb_pss_1bt},
|
442
|
-
{0x002800000300001a, &upb_pss_1bt},
|
443
|
-
{0x0038000004000022, &upb_psm_1bt_max64b},
|
444
|
-
{0x0001000005000028, &upb_psb1_1bt},
|
445
|
-
{0x0002000006000030, &upb_psb1_1bt},
|
446
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
447
|
-
})
|
363
|
+
UPB_SIZE(48, 72), 6, kUpb_ExtMode_NonExtendable, 6, UPB_FASTTABLE_MASK(255), 0,
|
448
364
|
};
|
449
365
|
|
450
366
|
static const upb_MiniTableSub google_protobuf_FileOptions_submsgs[3] = {
|
451
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
452
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
453
|
-
{.subenum = &google_protobuf_FileOptions_OptimizeMode_enum_init},
|
454
|
-
};
|
455
|
-
|
456
|
-
static const upb_MiniTableField google_protobuf_FileOptions__fields[
|
457
|
-
{1, UPB_SIZE(
|
458
|
-
{8,
|
459
|
-
{9,
|
460
|
-
{10,
|
461
|
-
{11, UPB_SIZE(
|
462
|
-
{16,
|
463
|
-
{17,
|
464
|
-
{18,
|
465
|
-
{20,
|
466
|
-
{23,
|
467
|
-
{27,
|
468
|
-
{31,
|
469
|
-
{36, UPB_SIZE(
|
470
|
-
{37, UPB_SIZE(
|
471
|
-
{39, UPB_SIZE(
|
472
|
-
{40, UPB_SIZE(
|
473
|
-
{41, UPB_SIZE(
|
474
|
-
{
|
475
|
-
{
|
476
|
-
{
|
477
|
-
{
|
478
|
-
{999, UPB_SIZE(24, 192), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
367
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
368
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
369
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FileOptions_OptimizeMode_enum_init},
|
370
|
+
};
|
371
|
+
|
372
|
+
static const upb_MiniTableField google_protobuf_FileOptions__fields[21] = {
|
373
|
+
{1, UPB_SIZE(32, 24), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
374
|
+
{8, 40, 65, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
375
|
+
{9, 12, 66, 2, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
376
|
+
{10, 16, 67, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
377
|
+
{11, UPB_SIZE(48, 56), 68, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
378
|
+
{16, 17, 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
379
|
+
{17, 18, 70, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
380
|
+
{18, 19, 71, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
381
|
+
{20, 20, 72, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
382
|
+
{23, 21, 73, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
383
|
+
{27, 22, 74, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
384
|
+
{31, 23, 75, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
385
|
+
{36, UPB_SIZE(56, 72), 76, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
386
|
+
{37, UPB_SIZE(64, 88), 77, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
387
|
+
{39, UPB_SIZE(72, 104), 78, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
388
|
+
{40, UPB_SIZE(80, 120), 79, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
389
|
+
{41, UPB_SIZE(88, 136), 80, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
390
|
+
{44, UPB_SIZE(96, 152), 81, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
391
|
+
{45, UPB_SIZE(104, 168), 82, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
392
|
+
{50, UPB_SIZE(24, 184), 83, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
393
|
+
{999, UPB_SIZE(28, 192), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
479
394
|
};
|
480
395
|
|
481
396
|
const upb_MiniTable google__protobuf__FileOptions_msg_init = {
|
482
397
|
&google_protobuf_FileOptions_submsgs[0],
|
483
398
|
&google_protobuf_FileOptions__fields[0],
|
484
|
-
UPB_SIZE(112, 200),
|
399
|
+
UPB_SIZE(112, 200), 21, kUpb_ExtMode_Extendable, 1, UPB_FASTTABLE_MASK(248), 0,
|
485
400
|
UPB_FASTTABLE_INIT({
|
486
401
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
487
|
-
{0x001800000100000a, &upb_pss_1bt},
|
488
402
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
489
403
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
490
404
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
491
405
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
492
406
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
493
407
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
494
|
-
{0x0028000002000042, &upb_pss_1bt},
|
495
408
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
496
|
-
{0x0008000004000050, &upb_psb1_1bt},
|
497
|
-
{0x003800000500005a, &upb_pss_1bt},
|
498
409
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
499
410
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
500
411
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
501
412
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
502
|
-
{0x0009000006000180, &upb_psb1_2bt},
|
503
|
-
{0x000a000007000188, &upb_psb1_2bt},
|
504
|
-
{0x000b000008000190, &upb_psb1_2bt},
|
505
413
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
506
|
-
{0x000c0000090001a0, &upb_psb1_2bt},
|
507
|
-
{0x005800000e0002aa, &upb_pss_2bt},
|
508
414
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
509
|
-
{0x000d00000a0001b8, &upb_psb1_2bt},
|
510
|
-
{0x00780000100002c2, &upb_pss_2bt},
|
511
|
-
{0x00880000110002ca, &upb_pss_2bt},
|
512
|
-
{0x00100000120002d0, &upb_psb1_2bt},
|
513
|
-
{0x000e00000b0001d8, &upb_psb1_2bt},
|
514
|
-
{0x00980000130002e2, &upb_pss_2bt},
|
515
|
-
{0x00a80000140002ea, &upb_pss_2bt},
|
516
415
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
517
|
-
{
|
416
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
417
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
418
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
419
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
420
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
421
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
422
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
423
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
424
|
+
{0x00c000003f013eba, &upb_prm_2bt_max128b},
|
425
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
426
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
427
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
428
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
429
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
430
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
431
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
432
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
518
433
|
})
|
519
434
|
};
|
520
435
|
|
521
436
|
static const upb_MiniTableSub google_protobuf_MessageOptions_submsgs[2] = {
|
522
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
523
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
437
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
438
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
524
439
|
};
|
525
440
|
|
526
441
|
static const upb_MiniTableField google_protobuf_MessageOptions__fields[7] = {
|
527
|
-
{1,
|
528
|
-
{2,
|
529
|
-
{3,
|
530
|
-
{7,
|
531
|
-
{11,
|
532
|
-
{12,
|
533
|
-
{999, UPB_SIZE(
|
442
|
+
{1, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
443
|
+
{2, 10, 65, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
444
|
+
{3, 11, 66, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
445
|
+
{7, 12, 67, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
446
|
+
{11, 13, 68, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
447
|
+
{12, 16, 69, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
448
|
+
{999, UPB_SIZE(20, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
534
449
|
};
|
535
450
|
|
536
451
|
const upb_MiniTable google__protobuf__MessageOptions_msg_init = {
|
537
452
|
&google_protobuf_MessageOptions_submsgs[0],
|
538
453
|
&google_protobuf_MessageOptions__fields[0],
|
539
|
-
UPB_SIZE(
|
454
|
+
UPB_SIZE(24, 32), 7, kUpb_ExtMode_Extendable, 3, UPB_FASTTABLE_MASK(248), 0,
|
540
455
|
UPB_FASTTABLE_INIT({
|
541
456
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
542
|
-
{0x0001000001000008, &upb_psb1_1bt},
|
543
|
-
{0x0002000002000010, &upb_psb1_1bt},
|
544
|
-
{0x0003000003000018, &upb_psb1_1bt},
|
545
457
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
546
458
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
547
459
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
548
|
-
{0x0004000004000038, &upb_psb1_1bt},
|
549
460
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
550
461
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
551
462
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
552
|
-
{0x0005000005000058, &upb_psb1_1bt},
|
553
|
-
{0x0008000006000062, &upb_psm_1bt_max64b},
|
554
463
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
555
464
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
556
465
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -561,7 +470,13 @@ const upb_MiniTable google__protobuf__MessageOptions_msg_init = {
|
|
561
470
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
562
471
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
563
472
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
564
|
-
{
|
473
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
474
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
475
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
476
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
477
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
478
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
479
|
+
{0x001800003f013eba, &upb_prm_2bt_max128b},
|
565
480
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
566
481
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
567
482
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -574,60 +489,60 @@ const upb_MiniTable google__protobuf__MessageOptions_msg_init = {
|
|
574
489
|
};
|
575
490
|
|
576
491
|
static const upb_MiniTableSub google_protobuf_FieldOptions_submsgs[7] = {
|
577
|
-
{.submsg = &google__protobuf__FieldOptions__EditionDefault_msg_init},
|
578
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
579
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
580
|
-
{.subenum = &google_protobuf_FieldOptions_CType_enum_init},
|
581
|
-
{.subenum = &google_protobuf_FieldOptions_JSType_enum_init},
|
582
|
-
{.subenum = &google_protobuf_FieldOptions_OptionRetention_enum_init},
|
583
|
-
{.subenum = &google_protobuf_FieldOptions_OptionTargetType_enum_init},
|
492
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FieldOptions__EditionDefault_msg_init},
|
493
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
494
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
495
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_CType_enum_init},
|
496
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_JSType_enum_init},
|
497
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_OptionRetention_enum_init},
|
498
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FieldOptions_OptionTargetType_enum_init},
|
584
499
|
};
|
585
500
|
|
586
501
|
static const upb_MiniTableField google_protobuf_FieldOptions__fields[13] = {
|
587
|
-
{1,
|
588
|
-
{2,
|
589
|
-
{3,
|
590
|
-
{5,
|
591
|
-
{6,
|
592
|
-
{10,
|
593
|
-
{15,
|
594
|
-
{16,
|
595
|
-
{17,
|
596
|
-
{19,
|
597
|
-
{20, UPB_SIZE(
|
598
|
-
{21, UPB_SIZE(
|
599
|
-
{999, UPB_SIZE(
|
502
|
+
{1, 12, 64, 3, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
503
|
+
{2, 16, 65, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
504
|
+
{3, 17, 66, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
505
|
+
{5, 18, 67, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
506
|
+
{6, 20, 68, 4, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
507
|
+
{10, 24, 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
508
|
+
{15, 25, 70, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
509
|
+
{16, 26, 71, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
510
|
+
{17, 28, 72, 5, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
511
|
+
{19, 32, 0, 6, 14, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
512
|
+
{20, UPB_SIZE(36, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
513
|
+
{21, UPB_SIZE(40, 48), 73, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
514
|
+
{999, UPB_SIZE(44, 56), 0, 2, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
600
515
|
};
|
601
516
|
|
602
517
|
const upb_MiniTable google__protobuf__FieldOptions_msg_init = {
|
603
518
|
&google_protobuf_FieldOptions_submsgs[0],
|
604
519
|
&google_protobuf_FieldOptions__fields[0],
|
605
|
-
UPB_SIZE(
|
520
|
+
UPB_SIZE(48, 64), 13, kUpb_ExtMode_Extendable, 3, UPB_FASTTABLE_MASK(248), 0,
|
606
521
|
UPB_FASTTABLE_INIT({
|
607
522
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
608
523
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
609
|
-
{0x0008000002000010, &upb_psb1_1bt},
|
610
|
-
{0x0009000003000018, &upb_psb1_1bt},
|
611
524
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
612
|
-
{0x000a000004000028, &upb_psb1_1bt},
|
613
525
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
614
526
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
615
527
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
616
528
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
617
|
-
{0x0010000006000050, &upb_psb1_1bt},
|
618
529
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
619
530
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
620
531
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
621
532
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
622
|
-
{0x0011000007000078, &upb_psb1_1bt},
|
623
|
-
{0x0012000008000180, &upb_psb1_2bt},
|
624
533
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
625
534
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
626
535
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
627
|
-
{0x002000003f0001a2, &upb_prm_2bt_max64b},
|
628
|
-
{0x002800000a0101aa, &upb_psm_2bt_max64b},
|
629
536
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
630
|
-
{
|
537
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
538
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
539
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
540
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
541
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
542
|
+
{0x002800003f0001a2, &upb_prm_2bt_max64b},
|
543
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
544
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
545
|
+
{0x003800003f023eba, &upb_prm_2bt_max128b},
|
631
546
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
632
547
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
633
548
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -640,43 +555,36 @@ const upb_MiniTable google__protobuf__FieldOptions_msg_init = {
|
|
640
555
|
};
|
641
556
|
|
642
557
|
static const upb_MiniTableSub google_protobuf_FieldOptions_EditionDefault_submsgs[1] = {
|
643
|
-
{.subenum = &google_protobuf_Edition_enum_init},
|
558
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
|
644
559
|
};
|
645
560
|
|
646
561
|
static const upb_MiniTableField google_protobuf_FieldOptions_EditionDefault__fields[2] = {
|
647
|
-
{2,
|
648
|
-
{3,
|
562
|
+
{2, 16, 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
563
|
+
{3, 12, 65, 0, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
649
564
|
};
|
650
565
|
|
651
566
|
const upb_MiniTable google__protobuf__FieldOptions__EditionDefault_msg_init = {
|
652
567
|
&google_protobuf_FieldOptions_EditionDefault_submsgs[0],
|
653
568
|
&google_protobuf_FieldOptions_EditionDefault__fields[0],
|
654
|
-
UPB_SIZE(
|
655
|
-
UPB_FASTTABLE_INIT({
|
656
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
657
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
658
|
-
{0x0008000001000012, &upb_pss_1bt},
|
659
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
660
|
-
})
|
569
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
661
570
|
};
|
662
571
|
|
663
572
|
static const upb_MiniTableSub google_protobuf_OneofOptions_submsgs[2] = {
|
664
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
665
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
573
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
574
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
666
575
|
};
|
667
576
|
|
668
577
|
static const upb_MiniTableField google_protobuf_OneofOptions__fields[2] = {
|
669
|
-
{1, UPB_SIZE(
|
670
|
-
{999, UPB_SIZE(
|
578
|
+
{1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
579
|
+
{999, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
671
580
|
};
|
672
581
|
|
673
582
|
const upb_MiniTable google__protobuf__OneofOptions_msg_init = {
|
674
583
|
&google_protobuf_OneofOptions_submsgs[0],
|
675
584
|
&google_protobuf_OneofOptions__fields[0],
|
676
|
-
UPB_SIZE(
|
585
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_Extendable, 1, UPB_FASTTABLE_MASK(248), 0,
|
677
586
|
UPB_FASTTABLE_INIT({
|
678
587
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
679
|
-
{0x000800000100000a, &upb_psm_1bt_max64b},
|
680
588
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
681
589
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
682
590
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -698,7 +606,8 @@ const upb_MiniTable google__protobuf__OneofOptions_msg_init = {
|
|
698
606
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
699
607
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
700
608
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
701
|
-
{
|
609
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
610
|
+
{0x001800003f013eba, &upb_prm_2bt_max128b},
|
702
611
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
703
612
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
704
613
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -711,31 +620,27 @@ const upb_MiniTable google__protobuf__OneofOptions_msg_init = {
|
|
711
620
|
};
|
712
621
|
|
713
622
|
static const upb_MiniTableSub google_protobuf_EnumOptions_submsgs[2] = {
|
714
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
715
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
623
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
624
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
716
625
|
};
|
717
626
|
|
718
627
|
static const upb_MiniTableField google_protobuf_EnumOptions__fields[5] = {
|
719
|
-
{2,
|
720
|
-
{3,
|
721
|
-
{6,
|
722
|
-
{7, UPB_SIZE(
|
723
|
-
{999, UPB_SIZE(
|
628
|
+
{2, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
629
|
+
{3, 10, 65, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
630
|
+
{6, 11, 66, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
631
|
+
{7, UPB_SIZE(12, 16), 67, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
632
|
+
{999, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
724
633
|
};
|
725
634
|
|
726
635
|
const upb_MiniTable google__protobuf__EnumOptions_msg_init = {
|
727
636
|
&google_protobuf_EnumOptions_submsgs[0],
|
728
637
|
&google_protobuf_EnumOptions__fields[0],
|
729
|
-
UPB_SIZE(
|
638
|
+
UPB_SIZE(24, 32), 5, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
|
730
639
|
UPB_FASTTABLE_INIT({
|
731
640
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
732
641
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
733
|
-
{0x0001000001000010, &upb_psb1_1bt},
|
734
|
-
{0x0002000002000018, &upb_psb1_1bt},
|
735
642
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
736
643
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
737
|
-
{0x0003000003000030, &upb_psb1_1bt},
|
738
|
-
{0x000800000400003a, &upb_psm_1bt_max64b},
|
739
644
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
740
645
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
741
646
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -751,7 +656,11 @@ const upb_MiniTable google__protobuf__EnumOptions_msg_init = {
|
|
751
656
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
752
657
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
753
658
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
754
|
-
{
|
659
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
660
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
661
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
662
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
663
|
+
{0x001800003f013eba, &upb_prm_2bt_max128b},
|
755
664
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
756
665
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
757
666
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -764,26 +673,23 @@ const upb_MiniTable google__protobuf__EnumOptions_msg_init = {
|
|
764
673
|
};
|
765
674
|
|
766
675
|
static const upb_MiniTableSub google_protobuf_EnumValueOptions_submsgs[2] = {
|
767
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
768
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
676
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
677
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
769
678
|
};
|
770
679
|
|
771
680
|
static const upb_MiniTableField google_protobuf_EnumValueOptions__fields[4] = {
|
772
|
-
{1,
|
773
|
-
{2, UPB_SIZE(
|
774
|
-
{3, UPB_SIZE(
|
775
|
-
{999, UPB_SIZE(
|
681
|
+
{1, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
682
|
+
{2, UPB_SIZE(12, 16), 65, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
683
|
+
{3, UPB_SIZE(16, 10), 66, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
684
|
+
{999, UPB_SIZE(20, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
776
685
|
};
|
777
686
|
|
778
687
|
const upb_MiniTable google__protobuf__EnumValueOptions_msg_init = {
|
779
688
|
&google_protobuf_EnumValueOptions_submsgs[0],
|
780
689
|
&google_protobuf_EnumValueOptions__fields[0],
|
781
|
-
UPB_SIZE(
|
690
|
+
UPB_SIZE(24, 32), 4, kUpb_ExtMode_Extendable, 3, UPB_FASTTABLE_MASK(248), 0,
|
782
691
|
UPB_FASTTABLE_INIT({
|
783
692
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
784
|
-
{0x0001000001000008, &upb_psb1_1bt},
|
785
|
-
{0x0008000002000012, &upb_psm_1bt_max64b},
|
786
|
-
{0x0002000003000018, &upb_psb1_1bt},
|
787
693
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
788
694
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
789
695
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -803,7 +709,10 @@ const upb_MiniTable google__protobuf__EnumValueOptions_msg_init = {
|
|
803
709
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
804
710
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
805
711
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
806
|
-
{
|
712
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
713
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
714
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
715
|
+
{0x001800003f013eba, &upb_prm_2bt_max128b},
|
807
716
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
808
717
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
809
718
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -816,20 +725,20 @@ const upb_MiniTable google__protobuf__EnumValueOptions_msg_init = {
|
|
816
725
|
};
|
817
726
|
|
818
727
|
static const upb_MiniTableSub google_protobuf_ServiceOptions_submsgs[2] = {
|
819
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
820
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
728
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
729
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
821
730
|
};
|
822
731
|
|
823
732
|
static const upb_MiniTableField google_protobuf_ServiceOptions__fields[3] = {
|
824
|
-
{33,
|
825
|
-
{34, UPB_SIZE(
|
826
|
-
{999, UPB_SIZE(
|
733
|
+
{33, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
734
|
+
{34, UPB_SIZE(12, 16), 65, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
735
|
+
{999, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
827
736
|
};
|
828
737
|
|
829
738
|
const upb_MiniTable google__protobuf__ServiceOptions_msg_init = {
|
830
739
|
&google_protobuf_ServiceOptions_submsgs[0],
|
831
740
|
&google_protobuf_ServiceOptions__fields[0],
|
832
|
-
UPB_SIZE(
|
741
|
+
UPB_SIZE(24, 32), 3, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
|
833
742
|
UPB_FASTTABLE_INIT({
|
834
743
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
835
744
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -848,13 +757,13 @@ const upb_MiniTable google__protobuf__ServiceOptions_msg_init = {
|
|
848
757
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
849
758
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
850
759
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
851
|
-
{0x0001000001000288, &upb_psb1_2bt},
|
852
|
-
{0x0008000002000292, &upb_psm_2bt_max64b},
|
853
760
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
854
761
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
855
762
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
856
763
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
857
|
-
{
|
764
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
765
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
766
|
+
{0x001800003f013eba, &upb_prm_2bt_max128b},
|
858
767
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
859
768
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
860
769
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -867,22 +776,22 @@ const upb_MiniTable google__protobuf__ServiceOptions_msg_init = {
|
|
867
776
|
};
|
868
777
|
|
869
778
|
static const upb_MiniTableSub google_protobuf_MethodOptions_submsgs[3] = {
|
870
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
871
|
-
{.submsg = &google__protobuf__UninterpretedOption_msg_init},
|
872
|
-
{.subenum = &google_protobuf_MethodOptions_IdempotencyLevel_enum_init},
|
779
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
780
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption_msg_init},
|
781
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_MethodOptions_IdempotencyLevel_enum_init},
|
873
782
|
};
|
874
783
|
|
875
784
|
static const upb_MiniTableField google_protobuf_MethodOptions__fields[4] = {
|
876
|
-
{33,
|
877
|
-
{34,
|
878
|
-
{35,
|
879
|
-
{999, UPB_SIZE(
|
785
|
+
{33, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
786
|
+
{34, 12, 65, 2, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
787
|
+
{35, 16, 66, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
788
|
+
{999, UPB_SIZE(20, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
880
789
|
};
|
881
790
|
|
882
791
|
const upb_MiniTable google__protobuf__MethodOptions_msg_init = {
|
883
792
|
&google_protobuf_MethodOptions_submsgs[0],
|
884
793
|
&google_protobuf_MethodOptions__fields[0],
|
885
|
-
UPB_SIZE(
|
794
|
+
UPB_SIZE(24, 32), 4, kUpb_ExtMode_Extendable, 0, UPB_FASTTABLE_MASK(248), 0,
|
886
795
|
UPB_FASTTABLE_INIT({
|
887
796
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
888
797
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -901,13 +810,13 @@ const upb_MiniTable google__protobuf__MethodOptions_msg_init = {
|
|
901
810
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
902
811
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
903
812
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
904
|
-
{0x0001000001000288, &upb_psb1_2bt},
|
905
813
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
906
|
-
{0x000800000300029a, &upb_psm_2bt_max64b},
|
907
814
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
908
815
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
909
816
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
910
|
-
{
|
817
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
818
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
819
|
+
{0x001800003f013eba, &upb_prm_2bt_max128b},
|
911
820
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
912
821
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
913
822
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -920,213 +829,183 @@ const upb_MiniTable google__protobuf__MethodOptions_msg_init = {
|
|
920
829
|
};
|
921
830
|
|
922
831
|
static const upb_MiniTableSub google_protobuf_UninterpretedOption_submsgs[1] = {
|
923
|
-
{.submsg = &google__protobuf__UninterpretedOption__NamePart_msg_init},
|
832
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__UninterpretedOption__NamePart_msg_init},
|
924
833
|
};
|
925
834
|
|
926
835
|
static const upb_MiniTableField google_protobuf_UninterpretedOption__fields[7] = {
|
927
|
-
{2, UPB_SIZE(
|
928
|
-
{3, UPB_SIZE(
|
929
|
-
{4, UPB_SIZE(
|
930
|
-
{5, UPB_SIZE(
|
931
|
-
{6, UPB_SIZE(
|
932
|
-
{7, UPB_SIZE(
|
933
|
-
{8, UPB_SIZE(
|
836
|
+
{2, UPB_SIZE(12, 16), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
837
|
+
{3, UPB_SIZE(16, 24), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
838
|
+
{4, UPB_SIZE(24, 40), 65, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
839
|
+
{5, UPB_SIZE(32, 48), 66, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
840
|
+
{6, UPB_SIZE(40, 56), 67, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
841
|
+
{7, UPB_SIZE(48, 64), 68, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
842
|
+
{8, UPB_SIZE(56, 80), 69, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
934
843
|
};
|
935
844
|
|
936
845
|
const upb_MiniTable google__protobuf__UninterpretedOption_msg_init = {
|
937
846
|
&google_protobuf_UninterpretedOption_submsgs[0],
|
938
847
|
&google_protobuf_UninterpretedOption__fields[0],
|
939
|
-
UPB_SIZE(
|
848
|
+
UPB_SIZE(64, 96), 7, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(24), 0,
|
940
849
|
UPB_FASTTABLE_INIT({
|
941
850
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
942
851
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
943
|
-
{
|
944
|
-
{0x001000000100001a, &upb_pss_1bt},
|
945
|
-
{0x0020000002000020, &upb_psv8_1bt},
|
946
|
-
{0x0028000003000028, &upb_psv8_1bt},
|
947
|
-
{0x0030000004000031, &upb_psf8_1bt},
|
948
|
-
{0x003800000500003a, &upb_psb_1bt},
|
949
|
-
{0x0048000006000042, &upb_pss_1bt},
|
950
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
951
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
952
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
953
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
954
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
955
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
852
|
+
{0x001000003f000012, &upb_prm_1bt_max64b},
|
956
853
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
957
854
|
})
|
958
855
|
};
|
959
856
|
|
960
857
|
static const upb_MiniTableField google_protobuf_UninterpretedOption_NamePart__fields[2] = {
|
961
|
-
{1, UPB_SIZE(
|
962
|
-
{2,
|
858
|
+
{1, UPB_SIZE(12, 16), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
859
|
+
{2, 9, 65, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
963
860
|
};
|
964
861
|
|
965
862
|
const upb_MiniTable google__protobuf__UninterpretedOption__NamePart_msg_init = {
|
966
863
|
NULL,
|
967
864
|
&google_protobuf_UninterpretedOption_NamePart__fields[0],
|
968
|
-
UPB_SIZE(
|
969
|
-
UPB_FASTTABLE_INIT({
|
970
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
971
|
-
{0x000800000100000a, &upb_pss_1bt},
|
972
|
-
{0x0001000002000010, &upb_psb1_1bt},
|
973
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
974
|
-
})
|
865
|
+
UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 2,
|
975
866
|
};
|
976
867
|
|
977
868
|
static const upb_MiniTableSub google_protobuf_FeatureSet_submsgs[6] = {
|
978
|
-
{.subenum = &google_protobuf_FeatureSet_FieldPresence_enum_init},
|
979
|
-
{.subenum = &google_protobuf_FeatureSet_EnumType_enum_init},
|
980
|
-
{.subenum = &google_protobuf_FeatureSet_RepeatedFieldEncoding_enum_init},
|
981
|
-
{.subenum = &google_protobuf_FeatureSet_Utf8Validation_enum_init},
|
982
|
-
{.subenum = &google_protobuf_FeatureSet_MessageEncoding_enum_init},
|
983
|
-
{.subenum = &google_protobuf_FeatureSet_JsonFormat_enum_init},
|
869
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_FieldPresence_enum_init},
|
870
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_EnumType_enum_init},
|
871
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_RepeatedFieldEncoding_enum_init},
|
872
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_Utf8Validation_enum_init},
|
873
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_MessageEncoding_enum_init},
|
874
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_FeatureSet_JsonFormat_enum_init},
|
984
875
|
};
|
985
876
|
|
986
877
|
static const upb_MiniTableField google_protobuf_FeatureSet__fields[6] = {
|
987
|
-
{1,
|
988
|
-
{2,
|
989
|
-
{3,
|
990
|
-
{4,
|
991
|
-
{5,
|
992
|
-
{6,
|
878
|
+
{1, 12, 64, 0, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
879
|
+
{2, 16, 65, 1, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
880
|
+
{3, 20, 66, 2, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
881
|
+
{4, 24, 67, 3, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
882
|
+
{5, 28, 68, 4, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
883
|
+
{6, 32, 69, 5, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
993
884
|
};
|
994
885
|
|
995
886
|
const upb_MiniTable google__protobuf__FeatureSet_msg_init = {
|
996
887
|
&google_protobuf_FeatureSet_submsgs[0],
|
997
888
|
&google_protobuf_FeatureSet__fields[0],
|
998
|
-
|
889
|
+
40, 6, kUpb_ExtMode_Extendable, 6, UPB_FASTTABLE_MASK(255), 0,
|
999
890
|
};
|
1000
891
|
|
1001
892
|
static const upb_MiniTableSub google_protobuf_FeatureSetDefaults_submsgs[3] = {
|
1002
|
-
{.submsg = &google__protobuf__FeatureSetDefaults__FeatureSetEditionDefault_msg_init},
|
1003
|
-
{.subenum = &google_protobuf_Edition_enum_init},
|
1004
|
-
{.subenum = &google_protobuf_Edition_enum_init},
|
893
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSetDefaults__FeatureSetEditionDefault_msg_init},
|
894
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
|
895
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
|
1005
896
|
};
|
1006
897
|
|
1007
898
|
static const upb_MiniTableField google_protobuf_FeatureSetDefaults__fields[3] = {
|
1008
|
-
{1, UPB_SIZE(
|
1009
|
-
{4, UPB_SIZE(
|
1010
|
-
{5, UPB_SIZE(
|
899
|
+
{1, UPB_SIZE(12, 24), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
900
|
+
{4, UPB_SIZE(16, 12), 64, 1, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
901
|
+
{5, UPB_SIZE(20, 16), 65, 2, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
1011
902
|
};
|
1012
903
|
|
1013
904
|
const upb_MiniTable google__protobuf__FeatureSetDefaults_msg_init = {
|
1014
905
|
&google_protobuf_FeatureSetDefaults_submsgs[0],
|
1015
906
|
&google_protobuf_FeatureSetDefaults__fields[0],
|
1016
|
-
UPB_SIZE(
|
907
|
+
UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
1017
908
|
UPB_FASTTABLE_INIT({
|
1018
909
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1019
|
-
{
|
910
|
+
{0x001800003f00000a, &upb_prm_1bt_max64b},
|
1020
911
|
})
|
1021
912
|
};
|
1022
913
|
|
1023
914
|
static const upb_MiniTableSub google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault_submsgs[2] = {
|
1024
|
-
{.submsg = &google__protobuf__FeatureSet_msg_init},
|
1025
|
-
{.subenum = &google_protobuf_Edition_enum_init},
|
915
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__FeatureSet_msg_init},
|
916
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_Edition_enum_init},
|
1026
917
|
};
|
1027
918
|
|
1028
919
|
static const upb_MiniTableField google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault__fields[2] = {
|
1029
|
-
{2, UPB_SIZE(
|
1030
|
-
{3, UPB_SIZE(
|
920
|
+
{2, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
921
|
+
{3, UPB_SIZE(16, 12), 65, 1, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
1031
922
|
};
|
1032
923
|
|
1033
924
|
const upb_MiniTable google__protobuf__FeatureSetDefaults__FeatureSetEditionDefault_msg_init = {
|
1034
925
|
&google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault_submsgs[0],
|
1035
926
|
&google_protobuf_FeatureSetDefaults_FeatureSetEditionDefault__fields[0],
|
1036
|
-
|
1037
|
-
UPB_FASTTABLE_INIT({
|
1038
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1039
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1040
|
-
{0x0008000001000012, &upb_psm_1bt_max64b},
|
1041
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1042
|
-
})
|
927
|
+
24, 2, kUpb_ExtMode_NonExtendable, 0, UPB_FASTTABLE_MASK(255), 0,
|
1043
928
|
};
|
1044
929
|
|
1045
930
|
static const upb_MiniTableSub google_protobuf_SourceCodeInfo_submsgs[1] = {
|
1046
|
-
{.submsg = &google__protobuf__SourceCodeInfo__Location_msg_init},
|
931
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__SourceCodeInfo__Location_msg_init},
|
1047
932
|
};
|
1048
933
|
|
1049
934
|
static const upb_MiniTableField google_protobuf_SourceCodeInfo__fields[1] = {
|
1050
|
-
{1,
|
935
|
+
{1, 8, 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1051
936
|
};
|
1052
937
|
|
1053
938
|
const upb_MiniTable google__protobuf__SourceCodeInfo_msg_init = {
|
1054
939
|
&google_protobuf_SourceCodeInfo_submsgs[0],
|
1055
940
|
&google_protobuf_SourceCodeInfo__fields[0],
|
1056
|
-
|
941
|
+
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
1057
942
|
UPB_FASTTABLE_INIT({
|
1058
943
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1059
|
-
{
|
944
|
+
{0x000800003f00000a, &upb_prm_1bt_max128b},
|
1060
945
|
})
|
1061
946
|
};
|
1062
947
|
|
1063
948
|
static const upb_MiniTableField google_protobuf_SourceCodeInfo_Location__fields[5] = {
|
1064
|
-
{1, UPB_SIZE(
|
1065
|
-
{2, UPB_SIZE(
|
1066
|
-
{3, UPB_SIZE(
|
1067
|
-
{4, UPB_SIZE(
|
1068
|
-
{6, UPB_SIZE(
|
949
|
+
{1, UPB_SIZE(12, 16), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsPacked | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
950
|
+
{2, UPB_SIZE(16, 24), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsPacked | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
951
|
+
{3, UPB_SIZE(24, 32), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
952
|
+
{4, UPB_SIZE(32, 48), 65, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
953
|
+
{6, UPB_SIZE(20, 64), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1069
954
|
};
|
1070
955
|
|
1071
956
|
const upb_MiniTable google__protobuf__SourceCodeInfo__Location_msg_init = {
|
1072
957
|
NULL,
|
1073
958
|
&google_protobuf_SourceCodeInfo_Location__fields[0],
|
1074
|
-
UPB_SIZE(
|
959
|
+
UPB_SIZE(40, 72), 5, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
|
1075
960
|
UPB_FASTTABLE_INIT({
|
1076
961
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1077
|
-
{
|
1078
|
-
{
|
1079
|
-
{
|
1080
|
-
{0x0028000002000022, &upb_pss_1bt},
|
962
|
+
{0x001000003f00000a, &upb_ppv4_1bt},
|
963
|
+
{0x001800003f000012, &upb_ppv4_1bt},
|
964
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1081
965
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1082
|
-
{
|
966
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
967
|
+
{0x004000003f000032, &upb_prs_1bt},
|
1083
968
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1084
969
|
})
|
1085
970
|
};
|
1086
971
|
|
1087
972
|
static const upb_MiniTableSub google_protobuf_GeneratedCodeInfo_submsgs[1] = {
|
1088
|
-
{.submsg = &google__protobuf__GeneratedCodeInfo__Annotation_msg_init},
|
973
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__GeneratedCodeInfo__Annotation_msg_init},
|
1089
974
|
};
|
1090
975
|
|
1091
976
|
static const upb_MiniTableField google_protobuf_GeneratedCodeInfo__fields[1] = {
|
1092
|
-
{1,
|
977
|
+
{1, 8, 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
1093
978
|
};
|
1094
979
|
|
1095
980
|
const upb_MiniTable google__protobuf__GeneratedCodeInfo_msg_init = {
|
1096
981
|
&google_protobuf_GeneratedCodeInfo_submsgs[0],
|
1097
982
|
&google_protobuf_GeneratedCodeInfo__fields[0],
|
1098
|
-
|
983
|
+
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
|
1099
984
|
UPB_FASTTABLE_INIT({
|
1100
985
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1101
|
-
{
|
986
|
+
{0x000800003f00000a, &upb_prm_1bt_max64b},
|
1102
987
|
})
|
1103
988
|
};
|
1104
989
|
|
1105
990
|
static const upb_MiniTableSub google_protobuf_GeneratedCodeInfo_Annotation_submsgs[1] = {
|
1106
|
-
{.subenum = &google_protobuf_GeneratedCodeInfo_Annotation_Semantic_enum_init},
|
991
|
+
{.UPB_PRIVATE(subenum) = &google_protobuf_GeneratedCodeInfo_Annotation_Semantic_enum_init},
|
1107
992
|
};
|
1108
993
|
|
1109
994
|
static const upb_MiniTableField google_protobuf_GeneratedCodeInfo_Annotation__fields[5] = {
|
1110
|
-
{1, UPB_SIZE(
|
1111
|
-
{2, UPB_SIZE(
|
1112
|
-
{3, UPB_SIZE(
|
1113
|
-
{4, UPB_SIZE(
|
1114
|
-
{5, UPB_SIZE(
|
995
|
+
{1, UPB_SIZE(12, 24), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsPacked | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
996
|
+
{2, UPB_SIZE(28, 32), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
997
|
+
{3, UPB_SIZE(16, 12), 65, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
998
|
+
{4, UPB_SIZE(20, 16), 66, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
999
|
+
{5, UPB_SIZE(24, 20), 67, 0, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
1115
1000
|
};
|
1116
1001
|
|
1117
1002
|
const upb_MiniTable google__protobuf__GeneratedCodeInfo__Annotation_msg_init = {
|
1118
1003
|
&google_protobuf_GeneratedCodeInfo_Annotation_submsgs[0],
|
1119
1004
|
&google_protobuf_GeneratedCodeInfo_Annotation__fields[0],
|
1120
|
-
UPB_SIZE(
|
1005
|
+
UPB_SIZE(40, 48), 5, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(8), 0,
|
1121
1006
|
UPB_FASTTABLE_INIT({
|
1122
1007
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1123
|
-
{
|
1124
|
-
{0x0018000001000012, &upb_pss_1bt},
|
1125
|
-
{0x0004000002000018, &upb_psv4_1bt},
|
1126
|
-
{0x0008000003000020, &upb_psv4_1bt},
|
1127
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1128
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1129
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
1008
|
+
{0x001800003f00000a, &upb_ppv4_1bt},
|
1130
1009
|
})
|
1131
1010
|
};
|
1132
1011
|
|
@@ -1167,16 +1046,18 @@ static const upb_MiniTable *messages_layout[32] = {
|
|
1167
1046
|
|
1168
1047
|
const upb_MiniTableEnum google_protobuf_Edition_enum_init = {
|
1169
1048
|
64,
|
1170
|
-
|
1049
|
+
8,
|
1171
1050
|
{
|
1172
1051
|
0x7,
|
1173
1052
|
0x0,
|
1174
1053
|
0x3e6,
|
1175
1054
|
0x3e7,
|
1176
1055
|
0x3e8,
|
1056
|
+
0x3e9,
|
1177
1057
|
0x1869d,
|
1178
1058
|
0x1869e,
|
1179
1059
|
0x1869f,
|
1060
|
+
0x7fffffff,
|
1180
1061
|
},
|
1181
1062
|
};
|
1182
1063
|
|
@@ -1238,7 +1119,7 @@ const upb_MiniTableEnum google_protobuf_FeatureSet_Utf8Validation_enum_init = {
|
|
1238
1119
|
64,
|
1239
1120
|
0,
|
1240
1121
|
{
|
1241
|
-
|
1122
|
+
0xd,
|
1242
1123
|
0x0,
|
1243
1124
|
},
|
1244
1125
|
};
|