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
@@ -16,83 +16,83 @@
|
|
16
16
|
#include "upb/port/def.inc"
|
17
17
|
|
18
18
|
static const upb_MiniTableSub validate_FieldRules_submsgs[22] = {
|
19
|
-
{.submsg = &validate__FloatRules_msg_init},
|
20
|
-
{.submsg = &validate__DoubleRules_msg_init},
|
21
|
-
{.submsg = &validate__Int32Rules_msg_init},
|
22
|
-
{.submsg = &validate__Int64Rules_msg_init},
|
23
|
-
{.submsg = &validate__UInt32Rules_msg_init},
|
24
|
-
{.submsg = &validate__UInt64Rules_msg_init},
|
25
|
-
{.submsg = &validate__SInt32Rules_msg_init},
|
26
|
-
{.submsg = &validate__SInt64Rules_msg_init},
|
27
|
-
{.submsg = &validate__Fixed32Rules_msg_init},
|
28
|
-
{.submsg = &validate__Fixed64Rules_msg_init},
|
29
|
-
{.submsg = &validate__SFixed32Rules_msg_init},
|
30
|
-
{.submsg = &validate__SFixed64Rules_msg_init},
|
31
|
-
{.submsg = &validate__BoolRules_msg_init},
|
32
|
-
{.submsg = &validate__StringRules_msg_init},
|
33
|
-
{.submsg = &validate__BytesRules_msg_init},
|
34
|
-
{.submsg = &validate__EnumRules_msg_init},
|
35
|
-
{.submsg = &validate__MessageRules_msg_init},
|
36
|
-
{.submsg = &validate__RepeatedRules_msg_init},
|
37
|
-
{.submsg = &validate__MapRules_msg_init},
|
38
|
-
{.submsg = &validate__AnyRules_msg_init},
|
39
|
-
{.submsg = &validate__DurationRules_msg_init},
|
40
|
-
{.submsg = &validate__TimestampRules_msg_init},
|
19
|
+
{.UPB_PRIVATE(submsg) = &validate__FloatRules_msg_init},
|
20
|
+
{.UPB_PRIVATE(submsg) = &validate__DoubleRules_msg_init},
|
21
|
+
{.UPB_PRIVATE(submsg) = &validate__Int32Rules_msg_init},
|
22
|
+
{.UPB_PRIVATE(submsg) = &validate__Int64Rules_msg_init},
|
23
|
+
{.UPB_PRIVATE(submsg) = &validate__UInt32Rules_msg_init},
|
24
|
+
{.UPB_PRIVATE(submsg) = &validate__UInt64Rules_msg_init},
|
25
|
+
{.UPB_PRIVATE(submsg) = &validate__SInt32Rules_msg_init},
|
26
|
+
{.UPB_PRIVATE(submsg) = &validate__SInt64Rules_msg_init},
|
27
|
+
{.UPB_PRIVATE(submsg) = &validate__Fixed32Rules_msg_init},
|
28
|
+
{.UPB_PRIVATE(submsg) = &validate__Fixed64Rules_msg_init},
|
29
|
+
{.UPB_PRIVATE(submsg) = &validate__SFixed32Rules_msg_init},
|
30
|
+
{.UPB_PRIVATE(submsg) = &validate__SFixed64Rules_msg_init},
|
31
|
+
{.UPB_PRIVATE(submsg) = &validate__BoolRules_msg_init},
|
32
|
+
{.UPB_PRIVATE(submsg) = &validate__StringRules_msg_init},
|
33
|
+
{.UPB_PRIVATE(submsg) = &validate__BytesRules_msg_init},
|
34
|
+
{.UPB_PRIVATE(submsg) = &validate__EnumRules_msg_init},
|
35
|
+
{.UPB_PRIVATE(submsg) = &validate__MessageRules_msg_init},
|
36
|
+
{.UPB_PRIVATE(submsg) = &validate__RepeatedRules_msg_init},
|
37
|
+
{.UPB_PRIVATE(submsg) = &validate__MapRules_msg_init},
|
38
|
+
{.UPB_PRIVATE(submsg) = &validate__AnyRules_msg_init},
|
39
|
+
{.UPB_PRIVATE(submsg) = &validate__DurationRules_msg_init},
|
40
|
+
{.UPB_PRIVATE(submsg) = &validate__TimestampRules_msg_init},
|
41
41
|
};
|
42
42
|
|
43
43
|
static const upb_MiniTableField validate_FieldRules__fields[22] = {
|
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
|
-
{13, UPB_SIZE(
|
57
|
-
{14, UPB_SIZE(
|
58
|
-
{15, UPB_SIZE(
|
59
|
-
{16, UPB_SIZE(
|
60
|
-
{17, UPB_SIZE(
|
61
|
-
{18, UPB_SIZE(
|
62
|
-
{19, UPB_SIZE(
|
63
|
-
{20, UPB_SIZE(
|
64
|
-
{21, UPB_SIZE(
|
65
|
-
{22, UPB_SIZE(
|
44
|
+
{1, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
45
|
+
{2, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
46
|
+
{3, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
47
|
+
{4, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
48
|
+
{5, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
49
|
+
{6, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 5, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
50
|
+
{7, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 6, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
51
|
+
{8, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 7, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
52
|
+
{9, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 8, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
53
|
+
{10, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 9, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
54
|
+
{11, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 10, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
55
|
+
{12, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 11, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
56
|
+
{13, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 12, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
57
|
+
{14, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 13, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
58
|
+
{15, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 14, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
59
|
+
{16, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 15, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
60
|
+
{17, UPB_SIZE(12, 16), 64, 16, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
61
|
+
{18, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 17, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
62
|
+
{19, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 18, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
63
|
+
{20, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 19, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
64
|
+
{21, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 20, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
65
|
+
{22, UPB_SIZE(20, 24), UPB_SIZE(-17, -13), 21, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
66
66
|
};
|
67
67
|
|
68
68
|
const upb_MiniTable validate__FieldRules_msg_init = {
|
69
69
|
&validate_FieldRules_submsgs[0],
|
70
70
|
&validate_FieldRules__fields[0],
|
71
|
-
UPB_SIZE(
|
71
|
+
UPB_SIZE(24, 32), 22, kUpb_ExtMode_NonExtendable, 22, UPB_FASTTABLE_MASK(248), 0,
|
72
72
|
UPB_FASTTABLE_INIT({
|
73
73
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
74
|
-
{
|
75
|
-
{
|
76
|
-
{
|
77
|
-
{
|
78
|
-
{
|
79
|
-
{
|
80
|
-
{
|
81
|
-
{
|
82
|
-
{
|
83
|
-
{
|
84
|
-
{
|
85
|
-
{
|
86
|
-
{
|
87
|
-
{
|
88
|
-
{
|
89
|
-
{
|
90
|
-
{
|
91
|
-
{
|
92
|
-
{
|
93
|
-
{
|
94
|
-
{
|
95
|
-
{
|
74
|
+
{0x0018000c0100000a, &upb_pom_1bt_max64b},
|
75
|
+
{0x0018000c02010012, &upb_pom_1bt_max128b},
|
76
|
+
{0x0018000c0302001a, &upb_pom_1bt_max64b},
|
77
|
+
{0x0018000c04030022, &upb_pom_1bt_max128b},
|
78
|
+
{0x0018000c0504002a, &upb_pom_1bt_max64b},
|
79
|
+
{0x0018000c06050032, &upb_pom_1bt_max128b},
|
80
|
+
{0x0018000c0706003a, &upb_pom_1bt_max64b},
|
81
|
+
{0x0018000c08070042, &upb_pom_1bt_max128b},
|
82
|
+
{0x0018000c0908004a, &upb_pom_1bt_max64b},
|
83
|
+
{0x0018000c0a090052, &upb_pom_1bt_max128b},
|
84
|
+
{0x0018000c0b0a005a, &upb_pom_1bt_max64b},
|
85
|
+
{0x0018000c0c0b0062, &upb_pom_1bt_max128b},
|
86
|
+
{0x0018000c0d0c006a, &upb_pom_1bt_max64b},
|
87
|
+
{0x0018000c0e0d0072, &upb_pom_1bt_max192b},
|
88
|
+
{0x0018000c0f0e007a, &upb_pom_1bt_max192b},
|
89
|
+
{0x0018000c100f0182, &upb_pom_2bt_max64b},
|
90
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
91
|
+
{0x0018000c12110192, &upb_pom_2bt_max64b},
|
92
|
+
{0x0018000c1312019a, &upb_pom_2bt_max64b},
|
93
|
+
{0x0018000c141301a2, &upb_pom_2bt_max64b},
|
94
|
+
{0x0018000c151401aa, &upb_pom_2bt_max128b},
|
95
|
+
{0x0018000c161501b2, &upb_pom_2bt_max128b},
|
96
96
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
97
97
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
98
98
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -106,504 +106,404 @@ const upb_MiniTable validate__FieldRules_msg_init = {
|
|
106
106
|
};
|
107
107
|
|
108
108
|
static const upb_MiniTableField validate_FloatRules__fields[8] = {
|
109
|
-
{1,
|
110
|
-
{2,
|
111
|
-
{3,
|
112
|
-
{4,
|
113
|
-
{5,
|
114
|
-
{6, UPB_SIZE(
|
115
|
-
{7, UPB_SIZE(
|
116
|
-
{8, UPB_SIZE(
|
109
|
+
{1, 12, 64, kUpb_NoSub, 2, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
110
|
+
{2, 16, 65, kUpb_NoSub, 2, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
111
|
+
{3, 20, 66, kUpb_NoSub, 2, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
112
|
+
{4, 24, 67, kUpb_NoSub, 2, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
113
|
+
{5, 28, 68, kUpb_NoSub, 2, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
114
|
+
{6, UPB_SIZE(32, 40), 0, kUpb_NoSub, 2, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
115
|
+
{7, UPB_SIZE(36, 48), 0, kUpb_NoSub, 2, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
116
|
+
{8, UPB_SIZE(40, 32), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
117
117
|
};
|
118
118
|
|
119
119
|
const upb_MiniTable validate__FloatRules_msg_init = {
|
120
120
|
NULL,
|
121
121
|
&validate_FloatRules__fields[0],
|
122
|
-
UPB_SIZE(
|
122
|
+
UPB_SIZE(48, 56), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
123
123
|
UPB_FASTTABLE_INIT({
|
124
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
125
|
-
{0x000400000100000d, &upb_psf4_1bt},
|
126
|
-
{0x0008000002000015, &upb_psf4_1bt},
|
127
|
-
{0x000c00000300001d, &upb_psf4_1bt},
|
128
|
-
{0x0010000004000025, &upb_psf4_1bt},
|
129
|
-
{0x001400000500002d, &upb_psf4_1bt},
|
130
|
-
{0x002000003f000035, &upb_prf4_1bt},
|
131
|
-
{0x002800003f00003d, &upb_prf4_1bt},
|
132
|
-
{0x0018000006000040, &upb_psb1_1bt},
|
133
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
134
124
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
135
125
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
136
126
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
137
127
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
138
128
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
139
129
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
130
|
+
{0x002800003f000035, &upb_prf4_1bt},
|
131
|
+
{0x003000003f00003d, &upb_prf4_1bt},
|
140
132
|
})
|
141
133
|
};
|
142
134
|
|
143
135
|
static const upb_MiniTableField validate_DoubleRules__fields[8] = {
|
144
|
-
{1, UPB_SIZE(
|
145
|
-
{2, UPB_SIZE(
|
146
|
-
{3, UPB_SIZE(
|
147
|
-
{4, UPB_SIZE(
|
148
|
-
{5, UPB_SIZE(
|
149
|
-
{6, UPB_SIZE(
|
150
|
-
{7, UPB_SIZE(
|
151
|
-
{8, UPB_SIZE(
|
136
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
137
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
138
|
+
{3, UPB_SIZE(40, 32), 66, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
139
|
+
{4, UPB_SIZE(48, 40), 67, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
140
|
+
{5, UPB_SIZE(56, 48), 68, kUpb_NoSub, 1, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
141
|
+
{6, UPB_SIZE(12, 56), 0, kUpb_NoSub, 1, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
142
|
+
{7, UPB_SIZE(16, 64), 0, kUpb_NoSub, 1, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
143
|
+
{8, UPB_SIZE(20, 9), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
152
144
|
};
|
153
145
|
|
154
146
|
const upb_MiniTable validate__DoubleRules_msg_init = {
|
155
147
|
NULL,
|
156
148
|
&validate_DoubleRules__fields[0],
|
157
|
-
UPB_SIZE(
|
149
|
+
UPB_SIZE(64, 72), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
158
150
|
UPB_FASTTABLE_INIT({
|
159
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
160
|
-
{0x0008000001000009, &upb_psf8_1bt},
|
161
|
-
{0x0010000002000011, &upb_psf8_1bt},
|
162
|
-
{0x0018000003000019, &upb_psf8_1bt},
|
163
|
-
{0x0020000004000021, &upb_psf8_1bt},
|
164
|
-
{0x0028000005000029, &upb_psf8_1bt},
|
165
|
-
{0x003000003f000031, &upb_prf8_1bt},
|
166
|
-
{0x003800003f000039, &upb_prf8_1bt},
|
167
|
-
{0x0001000006000040, &upb_psb1_1bt},
|
168
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
169
151
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
170
152
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
171
153
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
172
154
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
173
155
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
174
156
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
157
|
+
{0x003800003f000031, &upb_prf8_1bt},
|
158
|
+
{0x004000003f000039, &upb_prf8_1bt},
|
175
159
|
})
|
176
160
|
};
|
177
161
|
|
178
162
|
static const upb_MiniTableField validate_Int32Rules__fields[8] = {
|
179
|
-
{1,
|
180
|
-
{2,
|
181
|
-
{3,
|
182
|
-
{4,
|
183
|
-
{5,
|
184
|
-
{6, UPB_SIZE(
|
185
|
-
{7, UPB_SIZE(
|
186
|
-
{8, UPB_SIZE(
|
163
|
+
{1, 12, 64, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
164
|
+
{2, 16, 65, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
165
|
+
{3, 20, 66, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
166
|
+
{4, 24, 67, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
167
|
+
{5, 28, 68, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
168
|
+
{6, UPB_SIZE(32, 40), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
169
|
+
{7, UPB_SIZE(36, 48), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
170
|
+
{8, UPB_SIZE(40, 32), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
187
171
|
};
|
188
172
|
|
189
173
|
const upb_MiniTable validate__Int32Rules_msg_init = {
|
190
174
|
NULL,
|
191
175
|
&validate_Int32Rules__fields[0],
|
192
|
-
UPB_SIZE(
|
176
|
+
UPB_SIZE(48, 56), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
193
177
|
UPB_FASTTABLE_INIT({
|
194
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
195
|
-
{0x0004000001000008, &upb_psv4_1bt},
|
196
|
-
{0x0008000002000010, &upb_psv4_1bt},
|
197
|
-
{0x000c000003000018, &upb_psv4_1bt},
|
198
|
-
{0x0010000004000020, &upb_psv4_1bt},
|
199
|
-
{0x0014000005000028, &upb_psv4_1bt},
|
200
|
-
{0x002000003f000030, &upb_prv4_1bt},
|
201
|
-
{0x002800003f000038, &upb_prv4_1bt},
|
202
|
-
{0x0018000006000040, &upb_psb1_1bt},
|
203
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
204
178
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
205
179
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
206
180
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
207
181
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
208
182
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
209
183
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
184
|
+
{0x002800003f000030, &upb_prv4_1bt},
|
185
|
+
{0x003000003f000038, &upb_prv4_1bt},
|
210
186
|
})
|
211
187
|
};
|
212
188
|
|
213
189
|
static const upb_MiniTableField validate_Int64Rules__fields[8] = {
|
214
|
-
{1, UPB_SIZE(
|
215
|
-
{2, UPB_SIZE(
|
216
|
-
{3, UPB_SIZE(
|
217
|
-
{4, UPB_SIZE(
|
218
|
-
{5, UPB_SIZE(
|
219
|
-
{6, UPB_SIZE(
|
220
|
-
{7, UPB_SIZE(
|
221
|
-
{8, UPB_SIZE(
|
190
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
191
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
192
|
+
{3, UPB_SIZE(40, 32), 66, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
193
|
+
{4, UPB_SIZE(48, 40), 67, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
194
|
+
{5, UPB_SIZE(56, 48), 68, kUpb_NoSub, 3, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
195
|
+
{6, UPB_SIZE(12, 56), 0, kUpb_NoSub, 3, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
196
|
+
{7, UPB_SIZE(16, 64), 0, kUpb_NoSub, 3, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
197
|
+
{8, UPB_SIZE(20, 9), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
222
198
|
};
|
223
199
|
|
224
200
|
const upb_MiniTable validate__Int64Rules_msg_init = {
|
225
201
|
NULL,
|
226
202
|
&validate_Int64Rules__fields[0],
|
227
|
-
UPB_SIZE(
|
203
|
+
UPB_SIZE(64, 72), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
228
204
|
UPB_FASTTABLE_INIT({
|
229
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
230
|
-
{0x0008000001000008, &upb_psv8_1bt},
|
231
|
-
{0x0010000002000010, &upb_psv8_1bt},
|
232
|
-
{0x0018000003000018, &upb_psv8_1bt},
|
233
|
-
{0x0020000004000020, &upb_psv8_1bt},
|
234
|
-
{0x0028000005000028, &upb_psv8_1bt},
|
235
|
-
{0x003000003f000030, &upb_prv8_1bt},
|
236
|
-
{0x003800003f000038, &upb_prv8_1bt},
|
237
|
-
{0x0001000006000040, &upb_psb1_1bt},
|
238
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
239
205
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
240
206
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
241
207
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
242
208
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
243
209
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
244
210
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
211
|
+
{0x003800003f000030, &upb_prv8_1bt},
|
212
|
+
{0x004000003f000038, &upb_prv8_1bt},
|
245
213
|
})
|
246
214
|
};
|
247
215
|
|
248
216
|
static const upb_MiniTableField validate_UInt32Rules__fields[8] = {
|
249
|
-
{1,
|
250
|
-
{2,
|
251
|
-
{3,
|
252
|
-
{4,
|
253
|
-
{5,
|
254
|
-
{6, UPB_SIZE(
|
255
|
-
{7, UPB_SIZE(
|
256
|
-
{8, UPB_SIZE(
|
217
|
+
{1, 12, 64, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
218
|
+
{2, 16, 65, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
219
|
+
{3, 20, 66, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
220
|
+
{4, 24, 67, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
221
|
+
{5, 28, 68, kUpb_NoSub, 13, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
222
|
+
{6, UPB_SIZE(32, 40), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
223
|
+
{7, UPB_SIZE(36, 48), 0, kUpb_NoSub, 13, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
224
|
+
{8, UPB_SIZE(40, 32), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
257
225
|
};
|
258
226
|
|
259
227
|
const upb_MiniTable validate__UInt32Rules_msg_init = {
|
260
228
|
NULL,
|
261
229
|
&validate_UInt32Rules__fields[0],
|
262
|
-
UPB_SIZE(
|
230
|
+
UPB_SIZE(48, 56), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
263
231
|
UPB_FASTTABLE_INIT({
|
264
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
265
|
-
{0x0004000001000008, &upb_psv4_1bt},
|
266
|
-
{0x0008000002000010, &upb_psv4_1bt},
|
267
|
-
{0x000c000003000018, &upb_psv4_1bt},
|
268
|
-
{0x0010000004000020, &upb_psv4_1bt},
|
269
|
-
{0x0014000005000028, &upb_psv4_1bt},
|
270
|
-
{0x002000003f000030, &upb_prv4_1bt},
|
271
|
-
{0x002800003f000038, &upb_prv4_1bt},
|
272
|
-
{0x0018000006000040, &upb_psb1_1bt},
|
273
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
274
232
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
275
233
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
276
234
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
277
235
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
278
236
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
279
237
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
238
|
+
{0x002800003f000030, &upb_prv4_1bt},
|
239
|
+
{0x003000003f000038, &upb_prv4_1bt},
|
280
240
|
})
|
281
241
|
};
|
282
242
|
|
283
243
|
static const upb_MiniTableField validate_UInt64Rules__fields[8] = {
|
284
|
-
{1, UPB_SIZE(
|
285
|
-
{2, UPB_SIZE(
|
286
|
-
{3, UPB_SIZE(
|
287
|
-
{4, UPB_SIZE(
|
288
|
-
{5, UPB_SIZE(
|
289
|
-
{6, UPB_SIZE(
|
290
|
-
{7, UPB_SIZE(
|
291
|
-
{8, UPB_SIZE(
|
244
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
245
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
246
|
+
{3, UPB_SIZE(40, 32), 66, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
247
|
+
{4, UPB_SIZE(48, 40), 67, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
248
|
+
{5, UPB_SIZE(56, 48), 68, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
249
|
+
{6, UPB_SIZE(12, 56), 0, kUpb_NoSub, 4, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
250
|
+
{7, UPB_SIZE(16, 64), 0, kUpb_NoSub, 4, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
251
|
+
{8, UPB_SIZE(20, 9), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
292
252
|
};
|
293
253
|
|
294
254
|
const upb_MiniTable validate__UInt64Rules_msg_init = {
|
295
255
|
NULL,
|
296
256
|
&validate_UInt64Rules__fields[0],
|
297
|
-
UPB_SIZE(
|
257
|
+
UPB_SIZE(64, 72), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
298
258
|
UPB_FASTTABLE_INIT({
|
299
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
300
|
-
{0x0008000001000008, &upb_psv8_1bt},
|
301
|
-
{0x0010000002000010, &upb_psv8_1bt},
|
302
|
-
{0x0018000003000018, &upb_psv8_1bt},
|
303
|
-
{0x0020000004000020, &upb_psv8_1bt},
|
304
|
-
{0x0028000005000028, &upb_psv8_1bt},
|
305
|
-
{0x003000003f000030, &upb_prv8_1bt},
|
306
|
-
{0x003800003f000038, &upb_prv8_1bt},
|
307
|
-
{0x0001000006000040, &upb_psb1_1bt},
|
308
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
309
259
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
310
260
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
311
261
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
312
262
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
313
263
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
314
264
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
265
|
+
{0x003800003f000030, &upb_prv8_1bt},
|
266
|
+
{0x004000003f000038, &upb_prv8_1bt},
|
315
267
|
})
|
316
268
|
};
|
317
269
|
|
318
270
|
static const upb_MiniTableField validate_SInt32Rules__fields[8] = {
|
319
|
-
{1,
|
320
|
-
{2,
|
321
|
-
{3,
|
322
|
-
{4,
|
323
|
-
{5,
|
324
|
-
{6, UPB_SIZE(
|
325
|
-
{7, UPB_SIZE(
|
326
|
-
{8, UPB_SIZE(
|
271
|
+
{1, 12, 64, kUpb_NoSub, 17, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
272
|
+
{2, 16, 65, kUpb_NoSub, 17, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
273
|
+
{3, 20, 66, kUpb_NoSub, 17, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
274
|
+
{4, 24, 67, kUpb_NoSub, 17, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
275
|
+
{5, 28, 68, kUpb_NoSub, 17, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
276
|
+
{6, UPB_SIZE(32, 40), 0, kUpb_NoSub, 17, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
277
|
+
{7, UPB_SIZE(36, 48), 0, kUpb_NoSub, 17, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
278
|
+
{8, UPB_SIZE(40, 32), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
327
279
|
};
|
328
280
|
|
329
281
|
const upb_MiniTable validate__SInt32Rules_msg_init = {
|
330
282
|
NULL,
|
331
283
|
&validate_SInt32Rules__fields[0],
|
332
|
-
UPB_SIZE(
|
284
|
+
UPB_SIZE(48, 56), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
333
285
|
UPB_FASTTABLE_INIT({
|
334
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
335
|
-
{0x0004000001000008, &upb_psz4_1bt},
|
336
|
-
{0x0008000002000010, &upb_psz4_1bt},
|
337
|
-
{0x000c000003000018, &upb_psz4_1bt},
|
338
|
-
{0x0010000004000020, &upb_psz4_1bt},
|
339
|
-
{0x0014000005000028, &upb_psz4_1bt},
|
340
|
-
{0x002000003f000030, &upb_prz4_1bt},
|
341
|
-
{0x002800003f000038, &upb_prz4_1bt},
|
342
|
-
{0x0018000006000040, &upb_psb1_1bt},
|
343
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
344
286
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
345
287
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
346
288
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
347
289
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
348
290
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
349
291
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
292
|
+
{0x002800003f000030, &upb_prz4_1bt},
|
293
|
+
{0x003000003f000038, &upb_prz4_1bt},
|
350
294
|
})
|
351
295
|
};
|
352
296
|
|
353
297
|
static const upb_MiniTableField validate_SInt64Rules__fields[8] = {
|
354
|
-
{1, UPB_SIZE(
|
355
|
-
{2, UPB_SIZE(
|
356
|
-
{3, UPB_SIZE(
|
357
|
-
{4, UPB_SIZE(
|
358
|
-
{5, UPB_SIZE(
|
359
|
-
{6, UPB_SIZE(
|
360
|
-
{7, UPB_SIZE(
|
361
|
-
{8, UPB_SIZE(
|
298
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 18, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
299
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 18, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
300
|
+
{3, UPB_SIZE(40, 32), 66, kUpb_NoSub, 18, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
301
|
+
{4, UPB_SIZE(48, 40), 67, kUpb_NoSub, 18, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
302
|
+
{5, UPB_SIZE(56, 48), 68, kUpb_NoSub, 18, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
303
|
+
{6, UPB_SIZE(12, 56), 0, kUpb_NoSub, 18, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
304
|
+
{7, UPB_SIZE(16, 64), 0, kUpb_NoSub, 18, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
305
|
+
{8, UPB_SIZE(20, 9), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
362
306
|
};
|
363
307
|
|
364
308
|
const upb_MiniTable validate__SInt64Rules_msg_init = {
|
365
309
|
NULL,
|
366
310
|
&validate_SInt64Rules__fields[0],
|
367
|
-
UPB_SIZE(
|
311
|
+
UPB_SIZE(64, 72), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
368
312
|
UPB_FASTTABLE_INIT({
|
369
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
370
|
-
{0x0008000001000008, &upb_psz8_1bt},
|
371
|
-
{0x0010000002000010, &upb_psz8_1bt},
|
372
|
-
{0x0018000003000018, &upb_psz8_1bt},
|
373
|
-
{0x0020000004000020, &upb_psz8_1bt},
|
374
|
-
{0x0028000005000028, &upb_psz8_1bt},
|
375
|
-
{0x003000003f000030, &upb_prz8_1bt},
|
376
|
-
{0x003800003f000038, &upb_prz8_1bt},
|
377
|
-
{0x0001000006000040, &upb_psb1_1bt},
|
378
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
379
313
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
380
314
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
381
315
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
382
316
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
383
317
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
384
318
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
319
|
+
{0x003800003f000030, &upb_prz8_1bt},
|
320
|
+
{0x004000003f000038, &upb_prz8_1bt},
|
385
321
|
})
|
386
322
|
};
|
387
323
|
|
388
324
|
static const upb_MiniTableField validate_Fixed32Rules__fields[8] = {
|
389
|
-
{1,
|
390
|
-
{2,
|
391
|
-
{3,
|
392
|
-
{4,
|
393
|
-
{5,
|
394
|
-
{6, UPB_SIZE(
|
395
|
-
{7, UPB_SIZE(
|
396
|
-
{8, UPB_SIZE(
|
325
|
+
{1, 12, 64, kUpb_NoSub, 7, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
326
|
+
{2, 16, 65, kUpb_NoSub, 7, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
327
|
+
{3, 20, 66, kUpb_NoSub, 7, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
328
|
+
{4, 24, 67, kUpb_NoSub, 7, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
329
|
+
{5, 28, 68, kUpb_NoSub, 7, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
330
|
+
{6, UPB_SIZE(32, 40), 0, kUpb_NoSub, 7, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
331
|
+
{7, UPB_SIZE(36, 48), 0, kUpb_NoSub, 7, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
332
|
+
{8, UPB_SIZE(40, 32), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
397
333
|
};
|
398
334
|
|
399
335
|
const upb_MiniTable validate__Fixed32Rules_msg_init = {
|
400
336
|
NULL,
|
401
337
|
&validate_Fixed32Rules__fields[0],
|
402
|
-
UPB_SIZE(
|
338
|
+
UPB_SIZE(48, 56), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
403
339
|
UPB_FASTTABLE_INIT({
|
404
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
405
|
-
{0x000400000100000d, &upb_psf4_1bt},
|
406
|
-
{0x0008000002000015, &upb_psf4_1bt},
|
407
|
-
{0x000c00000300001d, &upb_psf4_1bt},
|
408
|
-
{0x0010000004000025, &upb_psf4_1bt},
|
409
|
-
{0x001400000500002d, &upb_psf4_1bt},
|
410
|
-
{0x002000003f000035, &upb_prf4_1bt},
|
411
|
-
{0x002800003f00003d, &upb_prf4_1bt},
|
412
|
-
{0x0018000006000040, &upb_psb1_1bt},
|
413
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
414
340
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
415
341
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
416
342
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
417
343
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
418
344
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
419
345
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
346
|
+
{0x002800003f000035, &upb_prf4_1bt},
|
347
|
+
{0x003000003f00003d, &upb_prf4_1bt},
|
420
348
|
})
|
421
349
|
};
|
422
350
|
|
423
351
|
static const upb_MiniTableField validate_Fixed64Rules__fields[8] = {
|
424
|
-
{1, UPB_SIZE(
|
425
|
-
{2, UPB_SIZE(
|
426
|
-
{3, UPB_SIZE(
|
427
|
-
{4, UPB_SIZE(
|
428
|
-
{5, UPB_SIZE(
|
429
|
-
{6, UPB_SIZE(
|
430
|
-
{7, UPB_SIZE(
|
431
|
-
{8, UPB_SIZE(
|
352
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 6, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
353
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 6, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
354
|
+
{3, UPB_SIZE(40, 32), 66, kUpb_NoSub, 6, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
355
|
+
{4, UPB_SIZE(48, 40), 67, kUpb_NoSub, 6, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
356
|
+
{5, UPB_SIZE(56, 48), 68, kUpb_NoSub, 6, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
357
|
+
{6, UPB_SIZE(12, 56), 0, kUpb_NoSub, 6, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
358
|
+
{7, UPB_SIZE(16, 64), 0, kUpb_NoSub, 6, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
359
|
+
{8, UPB_SIZE(20, 9), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
432
360
|
};
|
433
361
|
|
434
362
|
const upb_MiniTable validate__Fixed64Rules_msg_init = {
|
435
363
|
NULL,
|
436
364
|
&validate_Fixed64Rules__fields[0],
|
437
|
-
UPB_SIZE(
|
365
|
+
UPB_SIZE(64, 72), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
438
366
|
UPB_FASTTABLE_INIT({
|
439
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
440
|
-
{0x0008000001000009, &upb_psf8_1bt},
|
441
|
-
{0x0010000002000011, &upb_psf8_1bt},
|
442
|
-
{0x0018000003000019, &upb_psf8_1bt},
|
443
|
-
{0x0020000004000021, &upb_psf8_1bt},
|
444
|
-
{0x0028000005000029, &upb_psf8_1bt},
|
445
|
-
{0x003000003f000031, &upb_prf8_1bt},
|
446
|
-
{0x003800003f000039, &upb_prf8_1bt},
|
447
|
-
{0x0001000006000040, &upb_psb1_1bt},
|
448
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
449
367
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
450
368
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
451
369
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
452
370
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
453
371
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
454
372
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
373
|
+
{0x003800003f000031, &upb_prf8_1bt},
|
374
|
+
{0x004000003f000039, &upb_prf8_1bt},
|
455
375
|
})
|
456
376
|
};
|
457
377
|
|
458
378
|
static const upb_MiniTableField validate_SFixed32Rules__fields[8] = {
|
459
|
-
{1,
|
460
|
-
{2,
|
461
|
-
{3,
|
462
|
-
{4,
|
463
|
-
{5,
|
464
|
-
{6, UPB_SIZE(
|
465
|
-
{7, UPB_SIZE(
|
466
|
-
{8, UPB_SIZE(
|
379
|
+
{1, 12, 64, kUpb_NoSub, 15, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
380
|
+
{2, 16, 65, kUpb_NoSub, 15, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
381
|
+
{3, 20, 66, kUpb_NoSub, 15, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
382
|
+
{4, 24, 67, kUpb_NoSub, 15, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
383
|
+
{5, 28, 68, kUpb_NoSub, 15, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
384
|
+
{6, UPB_SIZE(32, 40), 0, kUpb_NoSub, 15, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
385
|
+
{7, UPB_SIZE(36, 48), 0, kUpb_NoSub, 15, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
386
|
+
{8, UPB_SIZE(40, 32), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
467
387
|
};
|
468
388
|
|
469
389
|
const upb_MiniTable validate__SFixed32Rules_msg_init = {
|
470
390
|
NULL,
|
471
391
|
&validate_SFixed32Rules__fields[0],
|
472
|
-
UPB_SIZE(
|
392
|
+
UPB_SIZE(48, 56), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
473
393
|
UPB_FASTTABLE_INIT({
|
474
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
475
|
-
{0x000400000100000d, &upb_psf4_1bt},
|
476
|
-
{0x0008000002000015, &upb_psf4_1bt},
|
477
|
-
{0x000c00000300001d, &upb_psf4_1bt},
|
478
|
-
{0x0010000004000025, &upb_psf4_1bt},
|
479
|
-
{0x001400000500002d, &upb_psf4_1bt},
|
480
|
-
{0x002000003f000035, &upb_prf4_1bt},
|
481
|
-
{0x002800003f00003d, &upb_prf4_1bt},
|
482
|
-
{0x0018000006000040, &upb_psb1_1bt},
|
483
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
484
394
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
485
395
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
486
396
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
487
397
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
488
398
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
489
399
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
400
|
+
{0x002800003f000035, &upb_prf4_1bt},
|
401
|
+
{0x003000003f00003d, &upb_prf4_1bt},
|
490
402
|
})
|
491
403
|
};
|
492
404
|
|
493
405
|
static const upb_MiniTableField validate_SFixed64Rules__fields[8] = {
|
494
|
-
{1, UPB_SIZE(
|
495
|
-
{2, UPB_SIZE(
|
496
|
-
{3, UPB_SIZE(
|
497
|
-
{4, UPB_SIZE(
|
498
|
-
{5, UPB_SIZE(
|
499
|
-
{6, UPB_SIZE(
|
500
|
-
{7, UPB_SIZE(
|
501
|
-
{8, UPB_SIZE(
|
406
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 16, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
407
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 16, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
408
|
+
{3, UPB_SIZE(40, 32), 66, kUpb_NoSub, 16, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
409
|
+
{4, UPB_SIZE(48, 40), 67, kUpb_NoSub, 16, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
410
|
+
{5, UPB_SIZE(56, 48), 68, kUpb_NoSub, 16, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
411
|
+
{6, UPB_SIZE(12, 56), 0, kUpb_NoSub, 16, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
412
|
+
{7, UPB_SIZE(16, 64), 0, kUpb_NoSub, 16, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
413
|
+
{8, UPB_SIZE(20, 9), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
502
414
|
};
|
503
415
|
|
504
416
|
const upb_MiniTable validate__SFixed64Rules_msg_init = {
|
505
417
|
NULL,
|
506
418
|
&validate_SFixed64Rules__fields[0],
|
507
|
-
UPB_SIZE(
|
419
|
+
UPB_SIZE(64, 72), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(56), 0,
|
508
420
|
UPB_FASTTABLE_INIT({
|
509
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
510
|
-
{0x0008000001000009, &upb_psf8_1bt},
|
511
|
-
{0x0010000002000011, &upb_psf8_1bt},
|
512
|
-
{0x0018000003000019, &upb_psf8_1bt},
|
513
|
-
{0x0020000004000021, &upb_psf8_1bt},
|
514
|
-
{0x0028000005000029, &upb_psf8_1bt},
|
515
|
-
{0x003000003f000031, &upb_prf8_1bt},
|
516
|
-
{0x003800003f000039, &upb_prf8_1bt},
|
517
|
-
{0x0001000006000040, &upb_psb1_1bt},
|
518
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
519
421
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
520
422
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
521
423
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
522
424
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
523
425
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
524
426
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
427
|
+
{0x003800003f000031, &upb_prf8_1bt},
|
428
|
+
{0x004000003f000039, &upb_prf8_1bt},
|
525
429
|
})
|
526
430
|
};
|
527
431
|
|
528
432
|
static const upb_MiniTableField validate_BoolRules__fields[1] = {
|
529
|
-
{1,
|
433
|
+
{1, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
530
434
|
};
|
531
435
|
|
532
436
|
const upb_MiniTable validate__BoolRules_msg_init = {
|
533
437
|
NULL,
|
534
438
|
&validate_BoolRules__fields[0],
|
535
|
-
|
536
|
-
UPB_FASTTABLE_INIT({
|
537
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
538
|
-
{0x0001000001000008, &upb_psb1_1bt},
|
539
|
-
})
|
439
|
+
16, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(255), 0,
|
540
440
|
};
|
541
441
|
|
542
442
|
static const upb_MiniTableSub validate_StringRules_submsgs[1] = {
|
543
|
-
{.subenum = &validate_KnownRegex_enum_init},
|
443
|
+
{.UPB_PRIVATE(subenum) = &validate_KnownRegex_enum_init},
|
544
444
|
};
|
545
445
|
|
546
446
|
static const upb_MiniTableField validate_StringRules__fields[26] = {
|
547
|
-
{1, UPB_SIZE(
|
548
|
-
{2,
|
549
|
-
{3,
|
550
|
-
{4,
|
551
|
-
{5,
|
552
|
-
{6,
|
553
|
-
{7, UPB_SIZE(
|
554
|
-
{8, UPB_SIZE(
|
555
|
-
{9, UPB_SIZE(
|
556
|
-
{10, UPB_SIZE(
|
557
|
-
{11, UPB_SIZE(
|
558
|
-
{12, UPB_SIZE(
|
559
|
-
{13, UPB_SIZE(
|
560
|
-
{14, UPB_SIZE(
|
561
|
-
{15, UPB_SIZE(
|
562
|
-
{16, UPB_SIZE(
|
563
|
-
{17, UPB_SIZE(
|
564
|
-
{18, UPB_SIZE(
|
565
|
-
{19, UPB_SIZE(
|
566
|
-
{20, UPB_SIZE(
|
567
|
-
{21, UPB_SIZE(
|
568
|
-
{22, UPB_SIZE(
|
569
|
-
{23, UPB_SIZE(
|
570
|
-
{24, UPB_SIZE(
|
571
|
-
{25, UPB_SIZE(
|
572
|
-
{26, UPB_SIZE(
|
447
|
+
{1, UPB_SIZE(32, 24), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
448
|
+
{2, 40, 65, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
449
|
+
{3, 48, 66, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
450
|
+
{4, 56, 67, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
451
|
+
{5, 64, 68, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
452
|
+
{6, 72, 69, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
453
|
+
{7, UPB_SIZE(80, 88), 70, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
454
|
+
{8, UPB_SIZE(88, 104), 71, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
455
|
+
{9, UPB_SIZE(96, 120), 72, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
456
|
+
{10, UPB_SIZE(12, 136), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
457
|
+
{11, UPB_SIZE(16, 144), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
458
|
+
{12, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
459
|
+
{13, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
460
|
+
{14, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
461
|
+
{15, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
462
|
+
{16, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
463
|
+
{17, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
464
|
+
{18, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
465
|
+
{19, UPB_SIZE(104, 152), 73, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
466
|
+
{20, UPB_SIZE(112, 160), 74, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
467
|
+
{21, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
468
|
+
{22, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
469
|
+
{23, UPB_SIZE(120, 168), 75, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
470
|
+
{24, UPB_SIZE(28, 20), UPB_SIZE(-21, -13), 0, 14, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
471
|
+
{25, UPB_SIZE(24, 16), 76, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
472
|
+
{26, UPB_SIZE(25, 17), 77, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
573
473
|
};
|
574
474
|
|
575
475
|
const upb_MiniTable validate__StringRules_msg_init = {
|
576
476
|
&validate_StringRules_submsgs[0],
|
577
477
|
&validate_StringRules__fields[0],
|
578
|
-
UPB_SIZE(
|
478
|
+
UPB_SIZE(128, 184), 26, kUpb_ExtMode_NonExtendable, 26, UPB_FASTTABLE_MASK(248), 0,
|
579
479
|
UPB_FASTTABLE_INIT({
|
580
480
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
581
|
-
{
|
582
|
-
{
|
583
|
-
{
|
584
|
-
{
|
585
|
-
{
|
586
|
-
{
|
587
|
-
{
|
588
|
-
{
|
589
|
-
{
|
590
|
-
{
|
591
|
-
{
|
592
|
-
{
|
593
|
-
{
|
594
|
-
{
|
595
|
-
{
|
596
|
-
{
|
597
|
-
{
|
598
|
-
{
|
599
|
-
{
|
600
|
-
{
|
601
|
-
{
|
602
|
-
{
|
603
|
-
{
|
604
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
605
|
-
{
|
606
|
-
{
|
481
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
482
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
483
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
484
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
485
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
486
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
487
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
488
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
489
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
490
|
+
{0x008800003f000052, &upb_prs_1bt},
|
491
|
+
{0x009000003f00005a, &upb_prs_1bt},
|
492
|
+
{0x0014000c0c000060, &upb_pob1_1bt},
|
493
|
+
{0x0014000c0d000068, &upb_pob1_1bt},
|
494
|
+
{0x0014000c0e000070, &upb_pob1_1bt},
|
495
|
+
{0x0014000c0f000078, &upb_pob1_1bt},
|
496
|
+
{0x0014000c10000180, &upb_pob1_2bt},
|
497
|
+
{0x0014000c11000188, &upb_pob1_2bt},
|
498
|
+
{0x0014000c12000190, &upb_pob1_2bt},
|
499
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
500
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
501
|
+
{0x0014000c150001a8, &upb_pob1_2bt},
|
502
|
+
{0x0014000c160001b0, &upb_pob1_2bt},
|
503
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
504
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
505
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
506
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
607
507
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
608
508
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
609
509
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -613,63 +513,63 @@ const upb_MiniTable validate__StringRules_msg_init = {
|
|
613
513
|
};
|
614
514
|
|
615
515
|
static const upb_MiniTableField validate_BytesRules__fields[14] = {
|
616
|
-
{1, UPB_SIZE(
|
617
|
-
{2,
|
618
|
-
{3,
|
619
|
-
{4,
|
620
|
-
{5, UPB_SIZE(
|
621
|
-
{6, UPB_SIZE(
|
622
|
-
{7, UPB_SIZE(
|
623
|
-
{8, UPB_SIZE(
|
624
|
-
{9, UPB_SIZE(
|
625
|
-
{10,
|
626
|
-
{11,
|
627
|
-
{12,
|
628
|
-
{13, UPB_SIZE(
|
629
|
-
{14, UPB_SIZE(
|
516
|
+
{1, UPB_SIZE(28, 24), 64, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
517
|
+
{2, 40, 65, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
518
|
+
{3, 48, 66, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
519
|
+
{4, 56, 67, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsAlternate | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
520
|
+
{5, UPB_SIZE(64, 72), 68, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
521
|
+
{6, UPB_SIZE(72, 88), 69, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
522
|
+
{7, UPB_SIZE(80, 104), 70, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
|
523
|
+
{8, UPB_SIZE(12, 120), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
524
|
+
{9, UPB_SIZE(16, 128), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
525
|
+
{10, 10, UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
526
|
+
{11, 10, UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
527
|
+
{12, 10, UPB_SIZE(-21, -13), kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
528
|
+
{13, UPB_SIZE(88, 136), 71, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
529
|
+
{14, UPB_SIZE(24, 16), 72, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
630
530
|
};
|
631
531
|
|
632
532
|
const upb_MiniTable validate__BytesRules_msg_init = {
|
633
533
|
NULL,
|
634
534
|
&validate_BytesRules__fields[0],
|
635
|
-
UPB_SIZE(
|
535
|
+
UPB_SIZE(96, 144), 14, kUpb_ExtMode_NonExtendable, 14, UPB_FASTTABLE_MASK(120), 0,
|
636
536
|
UPB_FASTTABLE_INIT({
|
637
537
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
638
|
-
{
|
639
|
-
{
|
640
|
-
{
|
641
|
-
{
|
642
|
-
{
|
643
|
-
{
|
644
|
-
{
|
645
|
-
{
|
646
|
-
{
|
647
|
-
{
|
648
|
-
{
|
649
|
-
{
|
650
|
-
{
|
651
|
-
{
|
538
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
539
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
540
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
541
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
542
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
543
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
544
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
545
|
+
{0x007800003f000042, &upb_prb_1bt},
|
546
|
+
{0x008000003f00004a, &upb_prb_1bt},
|
547
|
+
{0x000a000c0a000050, &upb_pob1_1bt},
|
548
|
+
{0x000a000c0b000058, &upb_pob1_1bt},
|
549
|
+
{0x000a000c0c000060, &upb_pob1_1bt},
|
550
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
551
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
652
552
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
653
553
|
})
|
654
554
|
};
|
655
555
|
|
656
556
|
static const upb_MiniTableField validate_EnumRules__fields[4] = {
|
657
|
-
{1,
|
658
|
-
{2,
|
659
|
-
{3, UPB_SIZE(
|
660
|
-
{4, UPB_SIZE(
|
557
|
+
{1, 12, 64, kUpb_NoSub, 5, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
|
558
|
+
{2, 16, 65, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
559
|
+
{3, UPB_SIZE(20, 24), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
560
|
+
{4, UPB_SIZE(24, 32), 0, kUpb_NoSub, 5, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
661
561
|
};
|
662
562
|
|
663
563
|
const upb_MiniTable validate__EnumRules_msg_init = {
|
664
564
|
NULL,
|
665
565
|
&validate_EnumRules__fields[0],
|
666
|
-
UPB_SIZE(
|
566
|
+
UPB_SIZE(32, 40), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
|
667
567
|
UPB_FASTTABLE_INIT({
|
668
568
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
669
|
-
{
|
670
|
-
{
|
671
|
-
{
|
672
|
-
{
|
569
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
570
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
571
|
+
{0x001800003f000018, &upb_prv4_1bt},
|
572
|
+
{0x002000003f000020, &upb_prv4_1bt},
|
673
573
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
674
574
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
675
575
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -677,133 +577,107 @@ const upb_MiniTable validate__EnumRules_msg_init = {
|
|
677
577
|
};
|
678
578
|
|
679
579
|
static const upb_MiniTableField validate_MessageRules__fields[2] = {
|
680
|
-
{1,
|
681
|
-
{2,
|
580
|
+
{1, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
581
|
+
{2, 10, 65, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
682
582
|
};
|
683
583
|
|
684
584
|
const upb_MiniTable validate__MessageRules_msg_init = {
|
685
585
|
NULL,
|
686
586
|
&validate_MessageRules__fields[0],
|
687
|
-
|
688
|
-
UPB_FASTTABLE_INIT({
|
689
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
690
|
-
{0x0001000001000008, &upb_psb1_1bt},
|
691
|
-
{0x0002000002000010, &upb_psb1_1bt},
|
692
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
693
|
-
})
|
587
|
+
16, 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(255), 0,
|
694
588
|
};
|
695
589
|
|
696
590
|
static const upb_MiniTableSub validate_RepeatedRules_submsgs[1] = {
|
697
|
-
{.submsg = &validate__FieldRules_msg_init},
|
591
|
+
{.UPB_PRIVATE(submsg) = &validate__FieldRules_msg_init},
|
698
592
|
};
|
699
593
|
|
700
594
|
static const upb_MiniTableField validate_RepeatedRules__fields[5] = {
|
701
|
-
{1, UPB_SIZE(
|
702
|
-
{2, UPB_SIZE(
|
703
|
-
{3,
|
704
|
-
{4, UPB_SIZE(
|
705
|
-
{5, UPB_SIZE(
|
595
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
596
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
597
|
+
{3, 9, 66, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
598
|
+
{4, UPB_SIZE(12, 32), 67, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
599
|
+
{5, UPB_SIZE(16, 10), 68, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
706
600
|
};
|
707
601
|
|
708
602
|
const upb_MiniTable validate__RepeatedRules_msg_init = {
|
709
603
|
&validate_RepeatedRules_submsgs[0],
|
710
604
|
&validate_RepeatedRules__fields[0],
|
711
|
-
|
712
|
-
UPB_FASTTABLE_INIT({
|
713
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
714
|
-
{0x0008000001000008, &upb_psv8_1bt},
|
715
|
-
{0x0010000002000010, &upb_psv8_1bt},
|
716
|
-
{0x0001000003000018, &upb_psb1_1bt},
|
717
|
-
{0x0018000004000022, &upb_psm_1bt_max64b},
|
718
|
-
{0x0002000005000028, &upb_psb1_1bt},
|
719
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
720
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
721
|
-
})
|
605
|
+
40, 5, kUpb_ExtMode_NonExtendable, 5, UPB_FASTTABLE_MASK(255), 0,
|
722
606
|
};
|
723
607
|
|
724
608
|
static const upb_MiniTableSub validate_MapRules_submsgs[2] = {
|
725
|
-
{.submsg = &validate__FieldRules_msg_init},
|
726
|
-
{.submsg = &validate__FieldRules_msg_init},
|
609
|
+
{.UPB_PRIVATE(submsg) = &validate__FieldRules_msg_init},
|
610
|
+
{.UPB_PRIVATE(submsg) = &validate__FieldRules_msg_init},
|
727
611
|
};
|
728
612
|
|
729
613
|
static const upb_MiniTableField validate_MapRules__fields[6] = {
|
730
|
-
{1, UPB_SIZE(
|
731
|
-
{2, UPB_SIZE(
|
732
|
-
{3,
|
733
|
-
{4, UPB_SIZE(
|
734
|
-
{5, UPB_SIZE(
|
735
|
-
{6, UPB_SIZE(
|
614
|
+
{1, UPB_SIZE(24, 16), 64, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
615
|
+
{2, UPB_SIZE(32, 24), 65, kUpb_NoSub, 4, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
616
|
+
{3, 9, 66, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
617
|
+
{4, UPB_SIZE(12, 32), 67, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
618
|
+
{5, UPB_SIZE(16, 40), 68, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
619
|
+
{6, UPB_SIZE(20, 10), 69, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
736
620
|
};
|
737
621
|
|
738
622
|
const upb_MiniTable validate__MapRules_msg_init = {
|
739
623
|
&validate_MapRules_submsgs[0],
|
740
624
|
&validate_MapRules__fields[0],
|
741
|
-
UPB_SIZE(
|
742
|
-
UPB_FASTTABLE_INIT({
|
743
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
744
|
-
{0x0008000001000008, &upb_psv8_1bt},
|
745
|
-
{0x0010000002000010, &upb_psv8_1bt},
|
746
|
-
{0x0001000003000018, &upb_psb1_1bt},
|
747
|
-
{0x0018000004000022, &upb_psm_1bt_max64b},
|
748
|
-
{0x002000000501002a, &upb_psm_1bt_max64b},
|
749
|
-
{0x0002000006000030, &upb_psb1_1bt},
|
750
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
751
|
-
})
|
625
|
+
UPB_SIZE(40, 48), 6, kUpb_ExtMode_NonExtendable, 6, UPB_FASTTABLE_MASK(255), 0,
|
752
626
|
};
|
753
627
|
|
754
628
|
static const upb_MiniTableField validate_AnyRules__fields[3] = {
|
755
|
-
{1,
|
756
|
-
{2, UPB_SIZE(
|
757
|
-
{3, UPB_SIZE(
|
629
|
+
{1, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
630
|
+
{2, UPB_SIZE(12, 16), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
631
|
+
{3, UPB_SIZE(16, 24), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Array | (int)kUpb_LabelFlags_IsAlternate | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
758
632
|
};
|
759
633
|
|
760
634
|
const upb_MiniTable validate__AnyRules_msg_init = {
|
761
635
|
NULL,
|
762
636
|
&validate_AnyRules__fields[0],
|
763
|
-
UPB_SIZE(
|
637
|
+
UPB_SIZE(24, 32), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0,
|
764
638
|
UPB_FASTTABLE_INIT({
|
765
639
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
766
|
-
{
|
767
|
-
{
|
768
|
-
{
|
640
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
641
|
+
{0x001000003f000012, &upb_prs_1bt},
|
642
|
+
{0x001800003f00001a, &upb_prs_1bt},
|
769
643
|
})
|
770
644
|
};
|
771
645
|
|
772
646
|
static const upb_MiniTableSub validate_DurationRules_submsgs[7] = {
|
773
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
774
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
775
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
776
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
777
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
778
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
779
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
647
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
648
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
649
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
650
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
651
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
652
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
653
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
780
654
|
};
|
781
655
|
|
782
656
|
static const upb_MiniTableField validate_DurationRules__fields[8] = {
|
783
|
-
{1,
|
784
|
-
{2, UPB_SIZE(
|
785
|
-
{3, UPB_SIZE(
|
786
|
-
{4, UPB_SIZE(
|
787
|
-
{5, UPB_SIZE(
|
788
|
-
{6, UPB_SIZE(
|
789
|
-
{7, UPB_SIZE(
|
790
|
-
{8, UPB_SIZE(
|
657
|
+
{1, 9, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
658
|
+
{2, UPB_SIZE(12, 16), 65, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
659
|
+
{3, UPB_SIZE(16, 24), 66, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
660
|
+
{4, UPB_SIZE(20, 32), 67, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
661
|
+
{5, UPB_SIZE(24, 40), 68, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
662
|
+
{6, UPB_SIZE(28, 48), 69, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
663
|
+
{7, UPB_SIZE(32, 56), 0, 5, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
664
|
+
{8, UPB_SIZE(36, 64), 0, 6, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
791
665
|
};
|
792
666
|
|
793
667
|
const upb_MiniTable validate__DurationRules_msg_init = {
|
794
668
|
&validate_DurationRules_submsgs[0],
|
795
669
|
&validate_DurationRules__fields[0],
|
796
|
-
UPB_SIZE(
|
670
|
+
UPB_SIZE(40, 72), 8, kUpb_ExtMode_NonExtendable, 8, UPB_FASTTABLE_MASK(120), 0,
|
797
671
|
UPB_FASTTABLE_INIT({
|
798
672
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
799
|
-
{
|
800
|
-
{
|
801
|
-
{
|
802
|
-
{
|
803
|
-
{
|
804
|
-
{
|
805
|
-
{
|
806
|
-
{
|
673
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
674
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
675
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
676
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
677
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
678
|
+
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
679
|
+
{0x003800003f05003a, &upb_prm_1bt_maxmaxb},
|
680
|
+
{0x004000003f060042, &upb_prm_1bt_maxmaxb},
|
807
681
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
808
682
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
809
683
|
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
@@ -815,48 +689,30 @@ const upb_MiniTable validate__DurationRules_msg_init = {
|
|
815
689
|
};
|
816
690
|
|
817
691
|
static const upb_MiniTableSub validate_TimestampRules_submsgs[6] = {
|
818
|
-
{.submsg = &google__protobuf__Timestamp_msg_init},
|
819
|
-
{.submsg = &google__protobuf__Timestamp_msg_init},
|
820
|
-
{.submsg = &google__protobuf__Timestamp_msg_init},
|
821
|
-
{.submsg = &google__protobuf__Timestamp_msg_init},
|
822
|
-
{.submsg = &google__protobuf__Timestamp_msg_init},
|
823
|
-
{.submsg = &google__protobuf__Duration_msg_init},
|
692
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Timestamp_msg_init},
|
693
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Timestamp_msg_init},
|
694
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Timestamp_msg_init},
|
695
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Timestamp_msg_init},
|
696
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Timestamp_msg_init},
|
697
|
+
{.UPB_PRIVATE(submsg) = &google__protobuf__Duration_msg_init},
|
824
698
|
};
|
825
699
|
|
826
700
|
static const upb_MiniTableField validate_TimestampRules__fields[9] = {
|
827
|
-
{1,
|
828
|
-
{2, UPB_SIZE(
|
829
|
-
{3, UPB_SIZE(
|
830
|
-
{4, UPB_SIZE(
|
831
|
-
{5, UPB_SIZE(
|
832
|
-
{6, UPB_SIZE(
|
833
|
-
{7, UPB_SIZE(
|
834
|
-
{8, UPB_SIZE(
|
835
|
-
{9, UPB_SIZE(
|
701
|
+
{1, 10, 64, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
702
|
+
{2, UPB_SIZE(12, 16), 65, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
703
|
+
{3, UPB_SIZE(16, 24), 66, 1, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
704
|
+
{4, UPB_SIZE(20, 32), 67, 2, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
705
|
+
{5, UPB_SIZE(24, 40), 68, 3, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
706
|
+
{6, UPB_SIZE(28, 48), 69, 4, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
707
|
+
{7, UPB_SIZE(32, 11), 70, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
708
|
+
{8, UPB_SIZE(33, 12), 71, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
709
|
+
{9, UPB_SIZE(36, 56), 72, 5, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
|
836
710
|
};
|
837
711
|
|
838
712
|
const upb_MiniTable validate__TimestampRules_msg_init = {
|
839
713
|
&validate_TimestampRules_submsgs[0],
|
840
714
|
&validate_TimestampRules__fields[0],
|
841
|
-
UPB_SIZE(
|
842
|
-
UPB_FASTTABLE_INIT({
|
843
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
844
|
-
{0x0002000001000008, &upb_psb1_1bt},
|
845
|
-
{0x0008000002000012, &upb_psm_1bt_maxmaxb},
|
846
|
-
{0x001000000301001a, &upb_psm_1bt_maxmaxb},
|
847
|
-
{0x0018000004020022, &upb_psm_1bt_maxmaxb},
|
848
|
-
{0x002000000503002a, &upb_psm_1bt_maxmaxb},
|
849
|
-
{0x0028000006040032, &upb_psm_1bt_maxmaxb},
|
850
|
-
{0x0003000007000038, &upb_psb1_1bt},
|
851
|
-
{0x0004000008000040, &upb_psb1_1bt},
|
852
|
-
{0x003000000905004a, &upb_psm_1bt_maxmaxb},
|
853
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
854
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
855
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
856
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
857
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
858
|
-
{0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
|
859
|
-
})
|
715
|
+
UPB_SIZE(40, 64), 9, kUpb_ExtMode_NonExtendable, 9, UPB_FASTTABLE_MASK(255), 0,
|
860
716
|
};
|
861
717
|
|
862
718
|
static const upb_MiniTable *messages_layout[23] = {
|
@@ -888,25 +744,25 @@ static const upb_MiniTable *messages_layout[23] = {
|
|
888
744
|
const upb_MiniTableExtension validate_disabled_ext = {
|
889
745
|
{1071, 0, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsExtension | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
890
746
|
&google__protobuf__MessageOptions_msg_init,
|
891
|
-
{.submsg = NULL},
|
747
|
+
{.UPB_PRIVATE(submsg) = NULL},
|
892
748
|
|
893
749
|
};
|
894
750
|
const upb_MiniTableExtension validate_ignored_ext = {
|
895
751
|
{1072, 0, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsExtension | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
896
752
|
&google__protobuf__MessageOptions_msg_init,
|
897
|
-
{.submsg = NULL},
|
753
|
+
{.UPB_PRIVATE(submsg) = NULL},
|
898
754
|
|
899
755
|
};
|
900
756
|
const upb_MiniTableExtension validate_required_ext = {
|
901
757
|
{1071, 0, 0, kUpb_NoSub, 8, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsExtension | ((int)kUpb_FieldRep_1Byte << kUpb_FieldRep_Shift)},
|
902
758
|
&google__protobuf__OneofOptions_msg_init,
|
903
|
-
{.submsg = NULL},
|
759
|
+
{.UPB_PRIVATE(submsg) = NULL},
|
904
760
|
|
905
761
|
};
|
906
762
|
const upb_MiniTableExtension validate_rules_ext = {
|
907
763
|
{1071, 0, 0, 0, 11, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsExtension | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)},
|
908
764
|
&google__protobuf__FieldOptions_msg_init,
|
909
|
-
{.submsg = &validate__FieldRules_msg_init},
|
765
|
+
{.UPB_PRIVATE(submsg) = &validate__FieldRules_msg_init},
|
910
766
|
|
911
767
|
};
|
912
768
|
|