grpc 1.27.0 → 1.28.0.pre2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Makefile +707 -629
- data/include/grpc/impl/codegen/grpc_types.h +5 -0
- data/include/grpc/impl/codegen/port_platform.h +7 -0
- data/include/grpc/impl/codegen/sync.h +5 -3
- data/include/grpc/impl/codegen/sync_abseil.h +36 -0
- data/include/grpc/module.modulemap +3 -0
- data/include/grpc/support/sync_abseil.h +26 -0
- data/src/core/ext/filters/client_channel/client_channel.cc +47 -29
- data/src/core/ext/filters/client_channel/client_channel_channelz.cc +31 -47
- data/src/core/ext/filters/client_channel/client_channel_channelz.h +1 -3
- data/src/core/ext/filters/client_channel/http_connect_handshaker.cc +1 -1
- data/src/core/ext/filters/client_channel/http_proxy.cc +4 -1
- data/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc +21 -28
- data/src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc +18 -21
- data/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc +9 -13
- data/src/core/ext/filters/client_channel/lb_policy/xds/cds.cc +46 -72
- data/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc +413 -422
- data/src/core/ext/filters/client_channel/lb_policy_factory.h +3 -3
- data/src/core/ext/filters/client_channel/lb_policy_registry.cc +43 -75
- data/src/core/ext/filters/client_channel/lb_policy_registry.h +1 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc +57 -70
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_windows.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc +3 -3
- data/src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc +2 -2
- data/src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc +1 -1
- data/src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc +3 -3
- data/src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc +4 -2
- data/src/core/ext/filters/client_channel/resolver_result_parsing.cc +228 -286
- data/src/core/ext/filters/client_channel/resolver_result_parsing.h +2 -2
- data/src/core/ext/filters/client_channel/resolving_lb_policy.cc +13 -14
- data/src/core/ext/filters/client_channel/resolving_lb_policy.h +5 -7
- data/src/core/ext/filters/client_channel/service_config.cc +91 -160
- data/src/core/ext/filters/client_channel/service_config.h +14 -21
- data/src/core/ext/filters/client_channel/xds/xds_api.cc +581 -251
- data/src/core/ext/filters/client_channel/xds/xds_api.h +189 -151
- data/src/core/ext/filters/client_channel/xds/xds_bootstrap.cc +133 -350
- data/src/core/ext/filters/client_channel/xds/xds_bootstrap.h +18 -39
- data/src/core/ext/filters/client_channel/xds/xds_channel.h +3 -1
- data/src/core/ext/filters/client_channel/xds/xds_channel_secure.cc +12 -9
- data/src/core/ext/filters/client_channel/xds/xds_client.cc +559 -242
- data/src/core/ext/filters/client_channel/xds/xds_client.h +54 -34
- data/src/core/ext/filters/client_channel/xds/xds_client_stats.cc +53 -128
- data/src/core/ext/filters/client_channel/xds/xds_client_stats.h +105 -132
- data/src/core/ext/filters/message_size/message_size_filter.cc +32 -35
- data/src/core/ext/filters/message_size/message_size_filter.h +1 -1
- data/src/core/ext/transport/chttp2/server/chttp2_server.cc +3 -6
- data/src/core/ext/transport/chttp2/transport/chttp2_transport.cc +4 -6
- data/src/core/ext/transport/chttp2/transport/writing.cc +1 -1
- data/src/core/ext/transport/inproc/inproc_transport.cc +22 -42
- data/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.c +17 -0
- data/src/core/ext/upb-generated/envoy/annotations/deprecation.upb.h +30 -0
- data/src/core/ext/upb-generated/envoy/annotations/resource.upb.c +27 -0
- data/src/core/ext/upb-generated/envoy/annotations/resource.upb.h +54 -0
- data/src/core/ext/upb-generated/envoy/api/v2/auth/cert.upb.c +46 -21
- data/src/core/ext/upb-generated/envoy/api/v2/auth/cert.upb.h +116 -29
- data/src/core/ext/upb-generated/envoy/api/v2/cds.upb.c +4 -362
- data/src/core/ext/upb-generated/envoy/api/v2/cds.upb.h +14 -1337
- data/src/core/ext/upb-generated/envoy/api/v2/cluster.upb.c +390 -0
- data/src/core/ext/upb-generated/envoy/api/v2/cluster.upb.h +1411 -0
- data/src/core/ext/upb-generated/envoy/api/v2/cluster/circuit_breaker.upb.c +29 -8
- data/src/core/ext/upb-generated/envoy/api/v2/cluster/circuit_breaker.upb.h +60 -0
- data/src/core/ext/upb-generated/envoy/api/v2/cluster/filter.upb.c +1 -0
- data/src/core/ext/upb-generated/envoy/api/v2/cluster/outlier_detection.upb.c +1 -0
- data/src/core/ext/upb-generated/envoy/api/v2/core/address.upb.c +5 -3
- data/src/core/ext/upb-generated/envoy/api/v2/core/address.upb.h +6 -2
- data/src/core/ext/upb-generated/envoy/api/v2/core/base.upb.c +48 -5
- data/src/core/ext/upb-generated/envoy/api/v2/core/base.upb.h +154 -4
- data/src/core/ext/upb-generated/envoy/api/v2/core/config_source.upb.c +19 -15
- data/src/core/ext/upb-generated/envoy/api/v2/core/config_source.upb.h +46 -32
- data/src/core/ext/upb-generated/envoy/api/v2/core/grpc_service.upb.c +26 -4
- data/src/core/ext/upb-generated/envoy/api/v2/core/grpc_service.upb.h +70 -0
- data/src/core/ext/upb-generated/envoy/api/v2/core/health_check.upb.c +42 -25
- data/src/core/ext/upb-generated/envoy/api/v2/core/health_check.upb.h +83 -25
- data/src/core/ext/upb-generated/envoy/api/v2/core/http_uri.upb.c +1 -0
- data/src/core/ext/upb-generated/envoy/api/v2/core/protocol.upb.c +43 -7
- data/src/core/ext/upb-generated/envoy/api/v2/core/protocol.upb.h +115 -0
- data/src/core/ext/upb-generated/envoy/api/v2/discovery.upb.c +1 -0
- data/src/core/ext/upb-generated/envoy/api/v2/eds.upb.c +7 -68
- data/src/core/ext/upb-generated/envoy/api/v2/eds.upb.h +14 -201
- data/src/core/ext/upb-generated/envoy/api/v2/endpoint.upb.c +91 -0
- data/src/core/ext/upb-generated/envoy/api/v2/endpoint.upb.h +240 -0
- data/src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint.upb.c +1 -71
- data/src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint.upb.h +3 -228
- data/src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint_components.upb.c +88 -0
- data/src/core/ext/upb-generated/envoy/api/v2/endpoint/endpoint_components.upb.h +258 -0
- data/src/core/ext/upb-generated/envoy/api/v2/endpoint/load_report.upb.c +1 -0
- data/src/core/ext/upb-generated/envoy/api/v2/lds.upb.c +30 -0
- data/src/core/ext/upb-generated/envoy/api/v2/lds.upb.h +53 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener.upb.c +104 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener.upb.h +383 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener/listener.upb.c +17 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener/listener.upb.h +33 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener/listener_components.upb.c +144 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener/listener_components.upb.h +527 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener/udp_listener_config.upb.c +42 -0
- data/src/core/ext/upb-generated/envoy/api/v2/listener/udp_listener_config.upb.h +112 -0
- data/src/core/ext/upb-generated/envoy/api/v2/rds.upb.c +29 -0
- data/src/core/ext/upb-generated/envoy/api/v2/rds.upb.h +53 -0
- data/src/core/ext/upb-generated/envoy/api/v2/route.upb.c +62 -0
- data/src/core/ext/upb-generated/envoy/api/v2/route.upb.h +199 -0
- data/src/core/ext/upb-generated/envoy/api/v2/route/route.upb.c +17 -0
- data/src/core/ext/upb-generated/envoy/api/v2/route/route.upb.h +33 -0
- data/src/core/ext/upb-generated/envoy/api/v2/route/route_components.upb.c +793 -0
- data/src/core/ext/upb-generated/envoy/api/v2/route/route_components.upb.h +2936 -0
- data/src/core/ext/upb-generated/envoy/api/v2/scoped_route.upb.c +58 -0
- data/src/core/ext/upb-generated/envoy/api/v2/scoped_route.upb.h +134 -0
- data/src/core/ext/upb-generated/envoy/api/v2/srds.upb.c +27 -0
- data/src/core/ext/upb-generated/envoy/api/v2/srds.upb.h +53 -0
- data/src/core/ext/upb-generated/envoy/config/filter/accesslog/v2/accesslog.upb.c +227 -0
- data/src/core/ext/upb-generated/envoy/config/filter/accesslog/v2/accesslog.upb.h +725 -0
- data/src/core/ext/upb-generated/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.upb.c +296 -0
- data/src/core/ext/upb-generated/envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.upb.h +1072 -0
- data/src/core/ext/upb-generated/envoy/config/listener/v2/api_listener.upb.c +32 -0
- data/src/core/ext/upb-generated/envoy/config/listener/v2/api_listener.upb.h +65 -0
- data/src/core/ext/upb-generated/envoy/type/matcher/regex.upb.c +47 -0
- data/src/core/ext/upb-generated/envoy/type/matcher/regex.upb.h +108 -0
- data/src/core/ext/upb-generated/envoy/type/matcher/string.upb.c +52 -0
- data/src/core/ext/upb-generated/envoy/type/matcher/string.upb.h +133 -0
- data/src/core/ext/upb-generated/envoy/type/metadata/v2/metadata.upb.c +87 -0
- data/src/core/ext/upb-generated/envoy/type/metadata/v2/metadata.upb.h +258 -0
- data/src/core/ext/upb-generated/envoy/type/range.upb.c +11 -0
- data/src/core/ext/upb-generated/envoy/type/range.upb.h +27 -0
- data/src/core/ext/upb-generated/envoy/type/semantic_version.upb.c +28 -0
- data/src/core/ext/upb-generated/envoy/type/semantic_version.upb.h +62 -0
- data/src/core/ext/upb-generated/envoy/type/tracing/v2/custom_tag.upb.c +88 -0
- data/src/core/ext/upb-generated/envoy/type/tracing/v2/custom_tag.upb.h +249 -0
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c +30 -27
- data/src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h +64 -52
- data/src/core/ext/upb-generated/udpa/annotations/migrate.upb.c +48 -0
- data/src/core/ext/upb-generated/udpa/annotations/migrate.upb.h +104 -0
- data/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.c +17 -0
- data/src/core/ext/upb-generated/udpa/annotations/sensitive.upb.h +30 -0
- data/src/core/ext/upb-generated/validate/validate.upb.c +38 -34
- data/src/core/ext/upb-generated/validate/validate.upb.h +129 -99
- data/src/core/lib/channel/channel_trace.cc +32 -41
- data/src/core/lib/channel/channel_trace.h +3 -3
- data/src/core/lib/channel/channelz.cc +158 -248
- data/src/core/lib/channel/channelz.h +12 -15
- data/src/core/lib/channel/channelz_registry.cc +47 -74
- data/src/core/lib/channel/channelz_registry.h +4 -4
- data/src/core/lib/gpr/sync_abseil.cc +114 -0
- data/src/core/lib/gpr/sync_posix.cc +8 -5
- data/src/core/lib/gpr/sync_windows.cc +4 -2
- data/src/core/lib/gprpp/host_port.cc +1 -1
- data/src/core/lib/gprpp/inlined_vector.h +1 -210
- data/src/core/lib/gprpp/memory.h +2 -6
- data/src/core/lib/gprpp/optional.h +0 -41
- data/src/core/lib/gprpp/string_view.h +5 -114
- data/src/core/lib/iomgr/buffer_list.cc +36 -35
- data/src/core/lib/iomgr/error.h +4 -4
- data/src/core/lib/iomgr/ev_epollex_linux.cc +12 -4
- data/src/core/lib/iomgr/load_file.cc +1 -0
- data/src/core/lib/iomgr/tcp_client_posix.cc +17 -17
- data/src/core/lib/iomgr/tcp_client_posix.h +6 -6
- data/src/core/lib/iomgr/tcp_posix.cc +2 -1
- data/src/core/lib/iomgr/work_serializer.cc +155 -0
- data/src/core/lib/iomgr/work_serializer.h +65 -0
- data/src/core/lib/json/json.h +209 -79
- data/src/core/lib/json/json_reader.cc +469 -455
- data/src/core/lib/json/json_writer.cc +173 -169
- data/src/core/lib/security/credentials/alts/check_gcp_environment.cc +1 -1
- data/src/core/lib/security/credentials/google_default/google_default_credentials.cc +10 -8
- data/src/core/lib/security/credentials/jwt/json_token.cc +26 -56
- data/src/core/lib/security/credentials/jwt/json_token.h +2 -1
- data/src/core/lib/security/credentials/jwt/jwt_credentials.cc +8 -18
- data/src/core/lib/security/credentials/jwt/jwt_verifier.cc +149 -159
- data/src/core/lib/security/credentials/jwt/jwt_verifier.h +2 -3
- data/src/core/lib/security/credentials/oauth2/oauth2_credentials.cc +37 -34
- data/src/core/lib/security/credentials/oauth2/oauth2_credentials.h +1 -1
- data/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.h +2 -1
- data/src/core/lib/security/security_connector/local/local_security_connector.cc +5 -7
- data/src/core/lib/security/security_connector/ssl/ssl_security_connector.cc +3 -15
- data/src/core/lib/security/security_connector/ssl_utils.cc +3 -1
- data/src/core/lib/security/security_connector/ssl_utils.h +0 -1
- data/src/core/lib/security/security_connector/tls/tls_security_connector.cc +24 -1
- data/src/core/lib/security/security_connector/tls/tls_security_connector.h +5 -1
- data/src/core/lib/security/transport/security_handshaker.cc +2 -2
- data/src/core/lib/security/util/json_util.cc +22 -15
- data/src/core/lib/security/util/json_util.h +2 -2
- data/src/core/lib/surface/version.cc +1 -1
- data/src/core/tsi/alts/handshaker/alts_handshaker_client.cc +1 -1
- data/src/core/tsi/alts/handshaker/alts_tsi_handshaker.cc +1 -1
- data/src/core/tsi/grpc_shadow_boringssl.h +1333 -1319
- data/src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc +1 -1
- data/src/core/tsi/ssl/session_cache/ssl_session_openssl.cc +1 -1
- data/src/core/tsi/ssl_transport_security.cc +2 -1
- data/src/ruby/lib/grpc/version.rb +1 -1
- data/third_party/abseil-cpp/absl/base/attributes.h +1 -1
- data/third_party/abseil-cpp/absl/base/config.h +10 -4
- data/third_party/abseil-cpp/absl/base/internal/atomic_hook.h +30 -9
- data/third_party/abseil-cpp/absl/base/internal/errno_saver.h +43 -0
- data/third_party/abseil-cpp/absl/base/internal/raw_logging.cc +7 -5
- data/third_party/abseil-cpp/absl/base/internal/raw_logging.h +2 -1
- data/third_party/abseil-cpp/absl/base/internal/spinlock.cc +2 -2
- data/third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc +2 -3
- data/third_party/abseil-cpp/absl/base/internal/spinlock_posix.inc +3 -3
- data/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc +37 -0
- data/third_party/abseil-cpp/absl/base/options.h +2 -10
- data/third_party/abseil-cpp/absl/strings/charconv.cc +0 -1
- data/third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc +388 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h +432 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc +245 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h +209 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h +326 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc +51 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +415 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc +493 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h +23 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/output.cc +72 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/output.h +104 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc +334 -0
- data/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h +333 -0
- data/third_party/abseil-cpp/absl/strings/str_format.h +537 -0
- data/third_party/abseil-cpp/absl/strings/string_view.h +19 -11
- data/{src/boringssl → third_party/boringssl-with-bazel}/err_data.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_bitstr.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_bool.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_d2i_fp.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_dup.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_enum.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_gentm.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_i2d_fp.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_int.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_mbstr.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_object.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_octet.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_print.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_strnid.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_time.c +3 -4
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_type.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_utctm.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/a_utf8.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/asn1_lib.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/asn1_locl.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/asn1_par.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/asn_pack.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/f_enum.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/f_int.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/f_string.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/tasn_dec.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/tasn_enc.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/tasn_fre.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/tasn_new.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/tasn_typ.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/tasn_utl.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/asn1/time_support.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/base64/base64.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/bio.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/bio_mem.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/connect.c +3 -4
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/fd.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/file.c +5 -6
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/hexdump.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/pair.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/printf.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/socket.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bio/socket_helper.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bn_extra/bn_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bn_extra/convert.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/buf/buf.c +10 -69
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bytestring/asn1_compat.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bytestring/ber.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bytestring/cbb.c +41 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bytestring/cbs.c +60 -3
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bytestring/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/bytestring/unicode.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/chacha/chacha.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/chacha/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/cipher_extra.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/derive_key.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_aesccm.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_aesctrhmac.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_aesgcmsiv.c +8 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_chacha20poly1305.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_null.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_rc2.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_rc4.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/e_tls.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cipher_extra/tls_cbc.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cmac/cmac.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/conf/conf.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/conf/conf_def.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/conf/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cpu-aarch64-fuchsia.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cpu-aarch64-linux.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cpu-arm-linux.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cpu-arm-linux.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cpu-arm.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cpu-intel.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/cpu-ppc64le.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/crypto.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/curve25519/spake25519.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/dh/check.c +3 -3
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/dh/dh.c +1 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/dh/dh_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/dh/params.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/digest_extra/digest_extra.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/dsa/dsa.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/dsa/dsa_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/ec_extra/ec_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/ec_extra/ec_derive.c +2 -3
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/ecdh_extra/ecdh_extra.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/ecdsa_extra/ecdsa_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/engine/engine.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/err/err.c +6 -6
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/err/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/digestsign.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/evp.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/evp_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/evp_ctx.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_dsa_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_ec.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_ec_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_ed25519.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_ed25519_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_rsa.c +14 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_rsa_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_x25519.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/p_x25519_asn1.c +1 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/pbkdf.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/print.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/scrypt.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/evp/sign.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/ex_data.c +0 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/aes.c +108 -0
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/aes_nohw.c +1282 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/aes/internal.h +5 -7
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/aes/key_wrap.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/aes/mode_wrappers.c +0 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bcm.c +2 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/add.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/asm/x86_64-gcc.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/bn.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/bytes.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/cmp.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/ctx.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/div.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/div_extra.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/exponentiation.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/gcd.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/gcd_extra.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/generic.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/jacobi.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/montgomery.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/montgomery_inv.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/mul.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/prime.c +11 -12
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/random.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/rsaz_exp.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/rsaz_exp.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/shift.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/bn/sqrt.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/cipher/aead.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/cipher/cipher.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/cipher/e_aes.c +3 -5
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/cipher/e_des.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/cipher/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/delocate.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/des/des.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/des/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/digest/digest.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/digest/digests.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/digest/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/digest/md32_common.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/ec.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/ec_key.c +1 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/ec_montgomery.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/felem.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/oct.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/p224-64.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/p256-x86_64-table.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/p256-x86_64.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/p256-x86_64.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/scalar.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/simple.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/simple_mul.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/util.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ec/wnaf.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ecdh/ecdh.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/ecdsa/ecdsa.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/fips_shared_support.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/hmac/hmac.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/is_fips.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/md4/md4.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/md5/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/md5/md5.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/modes/cbc.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/modes/cfb.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/modes/ctr.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/modes/gcm.c +45 -193
- data/third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/gcm_nohw.c +304 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/modes/internal.h +8 -18
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/modes/ofb.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/modes/polyval.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rand/ctrdrbg.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rand/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rand/rand.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rand/urandom.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rsa/blinding.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rsa/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rsa/padding.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rsa/rsa.c +7 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/rsa/rsa_impl.c +60 -51
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/self_check/self_check.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/sha/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/sha/sha1-altivec.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/sha/sha1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/sha/sha256.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/sha/sha512.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/tls/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/fipsmodule/tls/kdf.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/hkdf/hkdf.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/hrss/hrss.c +210 -311
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/hrss/internal.h +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/internal.h +21 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/lhash/lhash.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/mem.c +70 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/obj/obj.c +16 -21
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/obj/obj_dat.h +27 -6
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/obj/obj_xref.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_all.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_info.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_lib.c +7 -7
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_oth.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_pk8.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_pkey.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_x509.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pem/pem_xaux.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pkcs7/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pkcs7/pkcs7.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pkcs7/pkcs7_x509.c +1 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pkcs8/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pkcs8/p5_pbev2.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pkcs8/pkcs8.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pkcs8/pkcs8_x509.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/poly1305/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/poly1305/poly1305.c +2 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/poly1305/poly1305_arm.c +21 -20
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/poly1305/poly1305_vec.c +34 -17
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pool/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/pool/pool.c +1 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rand_extra/deterministic.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rand_extra/forkunsafe.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rand_extra/fuchsia.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rand_extra/rand_extra.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rand_extra/windows.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rc4/rc4.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/refcount_c11.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/refcount_lock.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rsa_extra/rsa_asn1.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/rsa_extra/rsa_print.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/siphash/siphash.c +3 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/stack/stack.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/thread.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/thread_none.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/thread_pthread.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/thread_win.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/a_digest.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/a_sign.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/a_strex.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/a_verify.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/algorithm.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/asn1_gen.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/by_dir.c +1 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/by_file.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/charmap.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/i2d_pr.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/rsa_pss.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/t_crl.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/t_req.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/t_x509.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/t_x509a.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/vpm_int.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_att.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_cmp.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_d2.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_def.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_ext.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_lu.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_obj.c +1 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_r2x.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_req.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_set.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_trs.c +1 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_txt.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_v3.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_vfy.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509_vpm.c +3 -4
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509cset.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509name.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509rset.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x509spki.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_algor.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_all.c +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_attrib.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_crl.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_exten.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_info.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_name.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_pkey.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_pubkey.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_req.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_sig.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_spki.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_val.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_x509.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509/x_x509a.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/ext_dat.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/pcy_cache.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/pcy_data.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/pcy_int.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/pcy_lib.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/pcy_map.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/pcy_node.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/pcy_tree.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_akey.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_akeya.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_alt.c +3 -3
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_bcons.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_bitst.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_conf.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_cpols.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_crld.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_enum.c +2 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_extku.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_genn.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_ia5.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_info.c +4 -5
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_int.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_lib.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_ncons.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_ocsp.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_pci.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_pcia.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_pcons.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_pku.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_pmaps.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_prn.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_purp.c +2 -3
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_skey.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_sxnet.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/crypto/x509v3/v3_utl.c +11 -12
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/aead.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/aes.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/arm_arch.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/asn1.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/asn1_mac.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/asn1t.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/base.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/base64.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/bio.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/blowfish.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/bn.h +32 -20
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/buf.h +9 -9
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/buffer.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/bytestring.h +34 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/cast.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/chacha.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/cipher.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/cmac.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/conf.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/cpu.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/crypto.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/curve25519.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/des.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/dh.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/digest.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/dsa.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/dtls1.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/e_os2.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ec.h +11 -4
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ec_key.h +4 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ecdh.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ecdsa.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/engine.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/err.h +11 -9
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/evp.h +20 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ex_data.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/hkdf.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/hmac.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/hrss.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/is_boringssl.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/lhash.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/md4.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/md5.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/mem.h +17 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/nid.h +9 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/obj.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/obj_mac.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/objects.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/opensslconf.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/opensslv.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ossl_typ.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/pem.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/pkcs12.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/pkcs7.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/pkcs8.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/poly1305.h +5 -7
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/pool.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/rand.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/rc4.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ripemd.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/rsa.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/safestack.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/sha.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/siphash.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/span.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/srtp.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ssl.h +10 -20
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/ssl3.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/stack.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/thread.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/tls1.h +0 -3
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/type_check.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/x509.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/x509_vfy.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/include/openssl/x509v3.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/bio_ssl.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/d1_both.cc +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/d1_lib.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/d1_pkt.cc +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/d1_srtp.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/dtls_method.cc +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/dtls_record.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/handoff.cc +126 -29
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/handshake.cc +5 -4
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/handshake_client.cc +24 -13
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/handshake_server.cc +1 -5
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/internal.h +32 -26
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/s3_both.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/s3_lib.cc +2 -3
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/s3_pkt.cc +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_aead_ctx.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_asn1.cc +1 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_buffer.cc +34 -15
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_cert.cc +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_cipher.cc +0 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_file.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_key_share.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_lib.cc +13 -14
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_privkey.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_session.cc +2 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_stat.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_transcript.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_versions.cc +1 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/ssl_x509.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/t1_enc.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/t1_lib.cc +11 -171
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/tls13_both.cc +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/tls13_client.cc +3 -4
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/tls13_enc.cc +5 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/tls13_server.cc +78 -101
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/tls_method.cc +1 -1
- data/third_party/{boringssl → boringssl-with-bazel/src}/ssl/tls_record.cc +7 -2
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/curve25519.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/curve25519_32.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/curve25519_64.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/curve25519_tables.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/internal.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/p256.c +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/p256_32.h +0 -0
- data/third_party/{boringssl → boringssl-with-bazel/src}/third_party/fiat/p256_64.h +0 -0
- metadata +562 -491
- data/src/core/lib/iomgr/logical_thread.cc +0 -103
- data/src/core/lib/iomgr/logical_thread.h +0 -52
- data/src/core/lib/json/json.cc +0 -94
- data/third_party/boringssl/crypto/fipsmodule/aes/aes.c +0 -860
@@ -0,0 +1,17 @@
|
|
1
|
+
/* This file was generated by upbc (the upb compiler) from the input
|
2
|
+
* file:
|
3
|
+
*
|
4
|
+
* envoy/api/v2/route/route.proto
|
5
|
+
*
|
6
|
+
* Do not edit -- your changes will be discarded when the file is
|
7
|
+
* regenerated. */
|
8
|
+
|
9
|
+
#include <stddef.h>
|
10
|
+
#include "upb/msg.h"
|
11
|
+
#include "envoy/api/v2/route/route.upb.h"
|
12
|
+
#include "envoy/api/v2/route/route_components.upb.h"
|
13
|
+
|
14
|
+
#include "upb/port_def.inc"
|
15
|
+
|
16
|
+
#include "upb/port_undef.inc"
|
17
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
/* This file was generated by upbc (the upb compiler) from the input
|
2
|
+
* file:
|
3
|
+
*
|
4
|
+
* envoy/api/v2/route/route.proto
|
5
|
+
*
|
6
|
+
* Do not edit -- your changes will be discarded when the file is
|
7
|
+
* regenerated. */
|
8
|
+
|
9
|
+
#ifndef ENVOY_API_V2_ROUTE_ROUTE_PROTO_UPB_H_
|
10
|
+
#define ENVOY_API_V2_ROUTE_ROUTE_PROTO_UPB_H_
|
11
|
+
|
12
|
+
#include "upb/generated_util.h"
|
13
|
+
#include "upb/msg.h"
|
14
|
+
#include "upb/decode.h"
|
15
|
+
#include "upb/encode.h"
|
16
|
+
|
17
|
+
/* Public Imports. */
|
18
|
+
#include "envoy/api/v2/route/route_components.upb.h"
|
19
|
+
|
20
|
+
#include "upb/port_def.inc"
|
21
|
+
|
22
|
+
#ifdef __cplusplus
|
23
|
+
extern "C" {
|
24
|
+
#endif
|
25
|
+
|
26
|
+
|
27
|
+
#ifdef __cplusplus
|
28
|
+
} /* extern "C" */
|
29
|
+
#endif
|
30
|
+
|
31
|
+
#include "upb/port_undef.inc"
|
32
|
+
|
33
|
+
#endif /* ENVOY_API_V2_ROUTE_ROUTE_PROTO_UPB_H_ */
|
@@ -0,0 +1,793 @@
|
|
1
|
+
/* This file was generated by upbc (the upb compiler) from the input
|
2
|
+
* file:
|
3
|
+
*
|
4
|
+
* envoy/api/v2/route/route_components.proto
|
5
|
+
*
|
6
|
+
* Do not edit -- your changes will be discarded when the file is
|
7
|
+
* regenerated. */
|
8
|
+
|
9
|
+
#include <stddef.h>
|
10
|
+
#include "upb/msg.h"
|
11
|
+
#include "envoy/api/v2/route/route_components.upb.h"
|
12
|
+
#include "envoy/api/v2/core/base.upb.h"
|
13
|
+
#include "envoy/type/matcher/regex.upb.h"
|
14
|
+
#include "envoy/type/matcher/string.upb.h"
|
15
|
+
#include "envoy/type/percent.upb.h"
|
16
|
+
#include "envoy/type/range.upb.h"
|
17
|
+
#include "envoy/type/tracing/v2/custom_tag.upb.h"
|
18
|
+
#include "google/protobuf/any.upb.h"
|
19
|
+
#include "google/protobuf/duration.upb.h"
|
20
|
+
#include "google/protobuf/struct.upb.h"
|
21
|
+
#include "google/protobuf/wrappers.upb.h"
|
22
|
+
#include "envoy/annotations/deprecation.upb.h"
|
23
|
+
#include "udpa/annotations/migrate.upb.h"
|
24
|
+
#include "validate/validate.upb.h"
|
25
|
+
|
26
|
+
#include "upb/port_def.inc"
|
27
|
+
|
28
|
+
static const upb_msglayout *const envoy_api_v2_route_VirtualHost_submsgs[11] = {
|
29
|
+
&envoy_api_v2_core_HeaderValueOption_msginit,
|
30
|
+
&envoy_api_v2_route_CorsPolicy_msginit,
|
31
|
+
&envoy_api_v2_route_HedgePolicy_msginit,
|
32
|
+
&envoy_api_v2_route_RateLimit_msginit,
|
33
|
+
&envoy_api_v2_route_RetryPolicy_msginit,
|
34
|
+
&envoy_api_v2_route_Route_msginit,
|
35
|
+
&envoy_api_v2_route_VirtualCluster_msginit,
|
36
|
+
&envoy_api_v2_route_VirtualHost_PerFilterConfigEntry_msginit,
|
37
|
+
&envoy_api_v2_route_VirtualHost_TypedPerFilterConfigEntry_msginit,
|
38
|
+
&google_protobuf_UInt32Value_msginit,
|
39
|
+
};
|
40
|
+
|
41
|
+
static const upb_msglayout_field envoy_api_v2_route_VirtualHost__fields[17] = {
|
42
|
+
{1, UPB_SIZE(12, 16), 0, 0, 9, 1},
|
43
|
+
{2, UPB_SIZE(36, 64), 0, 0, 9, 3},
|
44
|
+
{3, UPB_SIZE(40, 72), 0, 5, 11, 3},
|
45
|
+
{4, UPB_SIZE(0, 0), 0, 0, 14, 1},
|
46
|
+
{5, UPB_SIZE(44, 80), 0, 6, 11, 3},
|
47
|
+
{6, UPB_SIZE(48, 88), 0, 3, 11, 3},
|
48
|
+
{7, UPB_SIZE(52, 96), 0, 0, 11, 3},
|
49
|
+
{8, UPB_SIZE(20, 32), 0, 1, 11, 1},
|
50
|
+
{10, UPB_SIZE(56, 104), 0, 0, 11, 3},
|
51
|
+
{11, UPB_SIZE(60, 112), 0, 0, 9, 3},
|
52
|
+
{12, UPB_SIZE(64, 120), 0, 7, 11, 3},
|
53
|
+
{13, UPB_SIZE(68, 128), 0, 0, 9, 3},
|
54
|
+
{14, UPB_SIZE(8, 8), 0, 0, 8, 1},
|
55
|
+
{15, UPB_SIZE(72, 136), 0, 8, 11, 3},
|
56
|
+
{16, UPB_SIZE(24, 40), 0, 4, 11, 1},
|
57
|
+
{17, UPB_SIZE(28, 48), 0, 2, 11, 1},
|
58
|
+
{18, UPB_SIZE(32, 56), 0, 9, 11, 1},
|
59
|
+
};
|
60
|
+
|
61
|
+
const upb_msglayout envoy_api_v2_route_VirtualHost_msginit = {
|
62
|
+
&envoy_api_v2_route_VirtualHost_submsgs[0],
|
63
|
+
&envoy_api_v2_route_VirtualHost__fields[0],
|
64
|
+
UPB_SIZE(80, 144), 17, false,
|
65
|
+
};
|
66
|
+
|
67
|
+
static const upb_msglayout *const envoy_api_v2_route_VirtualHost_PerFilterConfigEntry_submsgs[1] = {
|
68
|
+
&google_protobuf_Struct_msginit,
|
69
|
+
};
|
70
|
+
|
71
|
+
static const upb_msglayout_field envoy_api_v2_route_VirtualHost_PerFilterConfigEntry__fields[2] = {
|
72
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
73
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
74
|
+
};
|
75
|
+
|
76
|
+
const upb_msglayout envoy_api_v2_route_VirtualHost_PerFilterConfigEntry_msginit = {
|
77
|
+
&envoy_api_v2_route_VirtualHost_PerFilterConfigEntry_submsgs[0],
|
78
|
+
&envoy_api_v2_route_VirtualHost_PerFilterConfigEntry__fields[0],
|
79
|
+
UPB_SIZE(16, 32), 2, false,
|
80
|
+
};
|
81
|
+
|
82
|
+
static const upb_msglayout *const envoy_api_v2_route_VirtualHost_TypedPerFilterConfigEntry_submsgs[1] = {
|
83
|
+
&google_protobuf_Any_msginit,
|
84
|
+
};
|
85
|
+
|
86
|
+
static const upb_msglayout_field envoy_api_v2_route_VirtualHost_TypedPerFilterConfigEntry__fields[2] = {
|
87
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
88
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
89
|
+
};
|
90
|
+
|
91
|
+
const upb_msglayout envoy_api_v2_route_VirtualHost_TypedPerFilterConfigEntry_msginit = {
|
92
|
+
&envoy_api_v2_route_VirtualHost_TypedPerFilterConfigEntry_submsgs[0],
|
93
|
+
&envoy_api_v2_route_VirtualHost_TypedPerFilterConfigEntry__fields[0],
|
94
|
+
UPB_SIZE(16, 32), 2, false,
|
95
|
+
};
|
96
|
+
|
97
|
+
static const upb_msglayout *const envoy_api_v2_route_FilterAction_submsgs[1] = {
|
98
|
+
&google_protobuf_Any_msginit,
|
99
|
+
};
|
100
|
+
|
101
|
+
static const upb_msglayout_field envoy_api_v2_route_FilterAction__fields[1] = {
|
102
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
103
|
+
};
|
104
|
+
|
105
|
+
const upb_msglayout envoy_api_v2_route_FilterAction_msginit = {
|
106
|
+
&envoy_api_v2_route_FilterAction_submsgs[0],
|
107
|
+
&envoy_api_v2_route_FilterAction__fields[0],
|
108
|
+
UPB_SIZE(4, 8), 1, false,
|
109
|
+
};
|
110
|
+
|
111
|
+
static const upb_msglayout *const envoy_api_v2_route_Route_submsgs[13] = {
|
112
|
+
&envoy_api_v2_core_HeaderValueOption_msginit,
|
113
|
+
&envoy_api_v2_core_Metadata_msginit,
|
114
|
+
&envoy_api_v2_route_Decorator_msginit,
|
115
|
+
&envoy_api_v2_route_DirectResponseAction_msginit,
|
116
|
+
&envoy_api_v2_route_FilterAction_msginit,
|
117
|
+
&envoy_api_v2_route_RedirectAction_msginit,
|
118
|
+
&envoy_api_v2_route_Route_PerFilterConfigEntry_msginit,
|
119
|
+
&envoy_api_v2_route_Route_TypedPerFilterConfigEntry_msginit,
|
120
|
+
&envoy_api_v2_route_RouteAction_msginit,
|
121
|
+
&envoy_api_v2_route_RouteMatch_msginit,
|
122
|
+
&envoy_api_v2_route_Tracing_msginit,
|
123
|
+
&google_protobuf_UInt32Value_msginit,
|
124
|
+
};
|
125
|
+
|
126
|
+
static const upb_msglayout_field envoy_api_v2_route_Route__fields[16] = {
|
127
|
+
{1, UPB_SIZE(8, 16), 0, 9, 11, 1},
|
128
|
+
{2, UPB_SIZE(52, 104), UPB_SIZE(-57, -113), 8, 11, 1},
|
129
|
+
{3, UPB_SIZE(52, 104), UPB_SIZE(-57, -113), 5, 11, 1},
|
130
|
+
{4, UPB_SIZE(12, 24), 0, 1, 11, 1},
|
131
|
+
{5, UPB_SIZE(16, 32), 0, 2, 11, 1},
|
132
|
+
{7, UPB_SIZE(52, 104), UPB_SIZE(-57, -113), 3, 11, 1},
|
133
|
+
{8, UPB_SIZE(28, 56), 0, 6, 11, 3},
|
134
|
+
{9, UPB_SIZE(32, 64), 0, 0, 11, 3},
|
135
|
+
{10, UPB_SIZE(36, 72), 0, 0, 11, 3},
|
136
|
+
{11, UPB_SIZE(40, 80), 0, 0, 9, 3},
|
137
|
+
{12, UPB_SIZE(44, 88), 0, 0, 9, 3},
|
138
|
+
{13, UPB_SIZE(48, 96), 0, 7, 11, 3},
|
139
|
+
{14, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
140
|
+
{15, UPB_SIZE(20, 40), 0, 10, 11, 1},
|
141
|
+
{16, UPB_SIZE(24, 48), 0, 11, 11, 1},
|
142
|
+
{17, UPB_SIZE(52, 104), UPB_SIZE(-57, -113), 4, 11, 1},
|
143
|
+
};
|
144
|
+
|
145
|
+
const upb_msglayout envoy_api_v2_route_Route_msginit = {
|
146
|
+
&envoy_api_v2_route_Route_submsgs[0],
|
147
|
+
&envoy_api_v2_route_Route__fields[0],
|
148
|
+
UPB_SIZE(64, 128), 16, false,
|
149
|
+
};
|
150
|
+
|
151
|
+
static const upb_msglayout *const envoy_api_v2_route_Route_PerFilterConfigEntry_submsgs[1] = {
|
152
|
+
&google_protobuf_Struct_msginit,
|
153
|
+
};
|
154
|
+
|
155
|
+
static const upb_msglayout_field envoy_api_v2_route_Route_PerFilterConfigEntry__fields[2] = {
|
156
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
157
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
158
|
+
};
|
159
|
+
|
160
|
+
const upb_msglayout envoy_api_v2_route_Route_PerFilterConfigEntry_msginit = {
|
161
|
+
&envoy_api_v2_route_Route_PerFilterConfigEntry_submsgs[0],
|
162
|
+
&envoy_api_v2_route_Route_PerFilterConfigEntry__fields[0],
|
163
|
+
UPB_SIZE(16, 32), 2, false,
|
164
|
+
};
|
165
|
+
|
166
|
+
static const upb_msglayout *const envoy_api_v2_route_Route_TypedPerFilterConfigEntry_submsgs[1] = {
|
167
|
+
&google_protobuf_Any_msginit,
|
168
|
+
};
|
169
|
+
|
170
|
+
static const upb_msglayout_field envoy_api_v2_route_Route_TypedPerFilterConfigEntry__fields[2] = {
|
171
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
172
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
173
|
+
};
|
174
|
+
|
175
|
+
const upb_msglayout envoy_api_v2_route_Route_TypedPerFilterConfigEntry_msginit = {
|
176
|
+
&envoy_api_v2_route_Route_TypedPerFilterConfigEntry_submsgs[0],
|
177
|
+
&envoy_api_v2_route_Route_TypedPerFilterConfigEntry__fields[0],
|
178
|
+
UPB_SIZE(16, 32), 2, false,
|
179
|
+
};
|
180
|
+
|
181
|
+
static const upb_msglayout *const envoy_api_v2_route_WeightedCluster_submsgs[2] = {
|
182
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_msginit,
|
183
|
+
&google_protobuf_UInt32Value_msginit,
|
184
|
+
};
|
185
|
+
|
186
|
+
static const upb_msglayout_field envoy_api_v2_route_WeightedCluster__fields[3] = {
|
187
|
+
{1, UPB_SIZE(12, 24), 0, 0, 11, 3},
|
188
|
+
{2, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
189
|
+
{3, UPB_SIZE(8, 16), 0, 1, 11, 1},
|
190
|
+
};
|
191
|
+
|
192
|
+
const upb_msglayout envoy_api_v2_route_WeightedCluster_msginit = {
|
193
|
+
&envoy_api_v2_route_WeightedCluster_submsgs[0],
|
194
|
+
&envoy_api_v2_route_WeightedCluster__fields[0],
|
195
|
+
UPB_SIZE(16, 32), 3, false,
|
196
|
+
};
|
197
|
+
|
198
|
+
static const upb_msglayout *const envoy_api_v2_route_WeightedCluster_ClusterWeight_submsgs[6] = {
|
199
|
+
&envoy_api_v2_core_HeaderValueOption_msginit,
|
200
|
+
&envoy_api_v2_core_Metadata_msginit,
|
201
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_PerFilterConfigEntry_msginit,
|
202
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_msginit,
|
203
|
+
&google_protobuf_UInt32Value_msginit,
|
204
|
+
};
|
205
|
+
|
206
|
+
static const upb_msglayout_field envoy_api_v2_route_WeightedCluster_ClusterWeight__fields[9] = {
|
207
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
208
|
+
{2, UPB_SIZE(8, 16), 0, 4, 11, 1},
|
209
|
+
{3, UPB_SIZE(12, 24), 0, 1, 11, 1},
|
210
|
+
{4, UPB_SIZE(16, 32), 0, 0, 11, 3},
|
211
|
+
{5, UPB_SIZE(20, 40), 0, 0, 11, 3},
|
212
|
+
{6, UPB_SIZE(24, 48), 0, 0, 9, 3},
|
213
|
+
{8, UPB_SIZE(28, 56), 0, 2, 11, 3},
|
214
|
+
{9, UPB_SIZE(32, 64), 0, 0, 9, 3},
|
215
|
+
{10, UPB_SIZE(36, 72), 0, 3, 11, 3},
|
216
|
+
};
|
217
|
+
|
218
|
+
const upb_msglayout envoy_api_v2_route_WeightedCluster_ClusterWeight_msginit = {
|
219
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_submsgs[0],
|
220
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight__fields[0],
|
221
|
+
UPB_SIZE(40, 80), 9, false,
|
222
|
+
};
|
223
|
+
|
224
|
+
static const upb_msglayout *const envoy_api_v2_route_WeightedCluster_ClusterWeight_PerFilterConfigEntry_submsgs[1] = {
|
225
|
+
&google_protobuf_Struct_msginit,
|
226
|
+
};
|
227
|
+
|
228
|
+
static const upb_msglayout_field envoy_api_v2_route_WeightedCluster_ClusterWeight_PerFilterConfigEntry__fields[2] = {
|
229
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
230
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
231
|
+
};
|
232
|
+
|
233
|
+
const upb_msglayout envoy_api_v2_route_WeightedCluster_ClusterWeight_PerFilterConfigEntry_msginit = {
|
234
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_PerFilterConfigEntry_submsgs[0],
|
235
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_PerFilterConfigEntry__fields[0],
|
236
|
+
UPB_SIZE(16, 32), 2, false,
|
237
|
+
};
|
238
|
+
|
239
|
+
static const upb_msglayout *const envoy_api_v2_route_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_submsgs[1] = {
|
240
|
+
&google_protobuf_Any_msginit,
|
241
|
+
};
|
242
|
+
|
243
|
+
static const upb_msglayout_field envoy_api_v2_route_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry__fields[2] = {
|
244
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
245
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
246
|
+
};
|
247
|
+
|
248
|
+
const upb_msglayout envoy_api_v2_route_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_msginit = {
|
249
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_submsgs[0],
|
250
|
+
&envoy_api_v2_route_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry__fields[0],
|
251
|
+
UPB_SIZE(16, 32), 2, false,
|
252
|
+
};
|
253
|
+
|
254
|
+
static const upb_msglayout *const envoy_api_v2_route_RouteMatch_submsgs[7] = {
|
255
|
+
&envoy_api_v2_core_RuntimeFractionalPercent_msginit,
|
256
|
+
&envoy_api_v2_route_HeaderMatcher_msginit,
|
257
|
+
&envoy_api_v2_route_QueryParameterMatcher_msginit,
|
258
|
+
&envoy_api_v2_route_RouteMatch_GrpcRouteMatchOptions_msginit,
|
259
|
+
&envoy_api_v2_route_RouteMatch_TlsContextMatchOptions_msginit,
|
260
|
+
&envoy_type_matcher_RegexMatcher_msginit,
|
261
|
+
&google_protobuf_BoolValue_msginit,
|
262
|
+
};
|
263
|
+
|
264
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteMatch__fields[10] = {
|
265
|
+
{1, UPB_SIZE(24, 48), UPB_SIZE(-33, -65), 0, 9, 1},
|
266
|
+
{2, UPB_SIZE(24, 48), UPB_SIZE(-33, -65), 0, 9, 1},
|
267
|
+
{3, UPB_SIZE(24, 48), UPB_SIZE(-33, -65), 0, 9, 1},
|
268
|
+
{4, UPB_SIZE(0, 0), 0, 6, 11, 1},
|
269
|
+
{6, UPB_SIZE(16, 32), 0, 1, 11, 3},
|
270
|
+
{7, UPB_SIZE(20, 40), 0, 2, 11, 3},
|
271
|
+
{8, UPB_SIZE(4, 8), 0, 3, 11, 1},
|
272
|
+
{9, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
273
|
+
{10, UPB_SIZE(24, 48), UPB_SIZE(-33, -65), 5, 11, 1},
|
274
|
+
{11, UPB_SIZE(12, 24), 0, 4, 11, 1},
|
275
|
+
};
|
276
|
+
|
277
|
+
const upb_msglayout envoy_api_v2_route_RouteMatch_msginit = {
|
278
|
+
&envoy_api_v2_route_RouteMatch_submsgs[0],
|
279
|
+
&envoy_api_v2_route_RouteMatch__fields[0],
|
280
|
+
UPB_SIZE(40, 80), 10, false,
|
281
|
+
};
|
282
|
+
|
283
|
+
const upb_msglayout envoy_api_v2_route_RouteMatch_GrpcRouteMatchOptions_msginit = {
|
284
|
+
NULL,
|
285
|
+
NULL,
|
286
|
+
UPB_SIZE(0, 0), 0, false,
|
287
|
+
};
|
288
|
+
|
289
|
+
static const upb_msglayout *const envoy_api_v2_route_RouteMatch_TlsContextMatchOptions_submsgs[2] = {
|
290
|
+
&google_protobuf_BoolValue_msginit,
|
291
|
+
};
|
292
|
+
|
293
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteMatch_TlsContextMatchOptions__fields[2] = {
|
294
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
295
|
+
{2, UPB_SIZE(4, 8), 0, 0, 11, 1},
|
296
|
+
};
|
297
|
+
|
298
|
+
const upb_msglayout envoy_api_v2_route_RouteMatch_TlsContextMatchOptions_msginit = {
|
299
|
+
&envoy_api_v2_route_RouteMatch_TlsContextMatchOptions_submsgs[0],
|
300
|
+
&envoy_api_v2_route_RouteMatch_TlsContextMatchOptions__fields[0],
|
301
|
+
UPB_SIZE(8, 16), 2, false,
|
302
|
+
};
|
303
|
+
|
304
|
+
static const upb_msglayout *const envoy_api_v2_route_CorsPolicy_submsgs[5] = {
|
305
|
+
&envoy_api_v2_core_RuntimeFractionalPercent_msginit,
|
306
|
+
&envoy_type_matcher_StringMatcher_msginit,
|
307
|
+
&google_protobuf_BoolValue_msginit,
|
308
|
+
};
|
309
|
+
|
310
|
+
static const upb_msglayout_field envoy_api_v2_route_CorsPolicy__fields[11] = {
|
311
|
+
{1, UPB_SIZE(40, 80), 0, 0, 9, 3},
|
312
|
+
{2, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
313
|
+
{3, UPB_SIZE(8, 16), 0, 0, 9, 1},
|
314
|
+
{4, UPB_SIZE(16, 32), 0, 0, 9, 1},
|
315
|
+
{5, UPB_SIZE(24, 48), 0, 0, 9, 1},
|
316
|
+
{6, UPB_SIZE(32, 64), 0, 2, 11, 1},
|
317
|
+
{7, UPB_SIZE(52, 104), UPB_SIZE(-57, -113), 2, 11, 1},
|
318
|
+
{8, UPB_SIZE(44, 88), 0, 0, 9, 3},
|
319
|
+
{9, UPB_SIZE(52, 104), UPB_SIZE(-57, -113), 0, 11, 1},
|
320
|
+
{10, UPB_SIZE(36, 72), 0, 0, 11, 1},
|
321
|
+
{11, UPB_SIZE(48, 96), 0, 1, 11, 3},
|
322
|
+
};
|
323
|
+
|
324
|
+
const upb_msglayout envoy_api_v2_route_CorsPolicy_msginit = {
|
325
|
+
&envoy_api_v2_route_CorsPolicy_submsgs[0],
|
326
|
+
&envoy_api_v2_route_CorsPolicy__fields[0],
|
327
|
+
UPB_SIZE(64, 128), 11, false,
|
328
|
+
};
|
329
|
+
|
330
|
+
static const upb_msglayout *const envoy_api_v2_route_RouteAction_submsgs[17] = {
|
331
|
+
&envoy_api_v2_core_Metadata_msginit,
|
332
|
+
&envoy_api_v2_route_CorsPolicy_msginit,
|
333
|
+
&envoy_api_v2_route_HedgePolicy_msginit,
|
334
|
+
&envoy_api_v2_route_RateLimit_msginit,
|
335
|
+
&envoy_api_v2_route_RetryPolicy_msginit,
|
336
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_msginit,
|
337
|
+
&envoy_api_v2_route_RouteAction_RequestMirrorPolicy_msginit,
|
338
|
+
&envoy_api_v2_route_RouteAction_UpgradeConfig_msginit,
|
339
|
+
&envoy_api_v2_route_WeightedCluster_msginit,
|
340
|
+
&google_protobuf_BoolValue_msginit,
|
341
|
+
&google_protobuf_Duration_msginit,
|
342
|
+
&google_protobuf_UInt32Value_msginit,
|
343
|
+
};
|
344
|
+
|
345
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction__fields[25] = {
|
346
|
+
{1, UPB_SIZE(92, 160), UPB_SIZE(-101, -177), 0, 9, 1},
|
347
|
+
{2, UPB_SIZE(92, 160), UPB_SIZE(-101, -177), 0, 9, 1},
|
348
|
+
{3, UPB_SIZE(92, 160), UPB_SIZE(-101, -177), 8, 11, 1},
|
349
|
+
{4, UPB_SIZE(32, 40), 0, 0, 11, 1},
|
350
|
+
{5, UPB_SIZE(24, 24), 0, 0, 9, 1},
|
351
|
+
{6, UPB_SIZE(104, 184), UPB_SIZE(-113, -201), 0, 9, 1},
|
352
|
+
{7, UPB_SIZE(104, 184), UPB_SIZE(-113, -201), 9, 11, 1},
|
353
|
+
{8, UPB_SIZE(36, 48), 0, 10, 11, 1},
|
354
|
+
{9, UPB_SIZE(40, 56), 0, 4, 11, 1},
|
355
|
+
{10, UPB_SIZE(44, 64), 0, 6, 11, 1},
|
356
|
+
{11, UPB_SIZE(0, 0), 0, 0, 14, 1},
|
357
|
+
{13, UPB_SIZE(76, 128), 0, 3, 11, 3},
|
358
|
+
{14, UPB_SIZE(48, 72), 0, 9, 11, 1},
|
359
|
+
{15, UPB_SIZE(80, 136), 0, 5, 11, 3},
|
360
|
+
{17, UPB_SIZE(52, 80), 0, 1, 11, 1},
|
361
|
+
{20, UPB_SIZE(8, 8), 0, 0, 14, 1},
|
362
|
+
{23, UPB_SIZE(56, 88), 0, 10, 11, 1},
|
363
|
+
{24, UPB_SIZE(60, 96), 0, 10, 11, 1},
|
364
|
+
{25, UPB_SIZE(84, 144), 0, 7, 11, 3},
|
365
|
+
{26, UPB_SIZE(16, 16), 0, 0, 14, 1},
|
366
|
+
{27, UPB_SIZE(64, 104), 0, 2, 11, 1},
|
367
|
+
{28, UPB_SIZE(68, 112), 0, 10, 11, 1},
|
368
|
+
{29, UPB_SIZE(104, 184), UPB_SIZE(-113, -201), 0, 9, 1},
|
369
|
+
{30, UPB_SIZE(88, 152), 0, 6, 11, 3},
|
370
|
+
{31, UPB_SIZE(72, 120), 0, 11, 11, 1},
|
371
|
+
};
|
372
|
+
|
373
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_msginit = {
|
374
|
+
&envoy_api_v2_route_RouteAction_submsgs[0],
|
375
|
+
&envoy_api_v2_route_RouteAction__fields[0],
|
376
|
+
UPB_SIZE(120, 208), 25, false,
|
377
|
+
};
|
378
|
+
|
379
|
+
static const upb_msglayout *const envoy_api_v2_route_RouteAction_RequestMirrorPolicy_submsgs[1] = {
|
380
|
+
&envoy_api_v2_core_RuntimeFractionalPercent_msginit,
|
381
|
+
};
|
382
|
+
|
383
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction_RequestMirrorPolicy__fields[3] = {
|
384
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
385
|
+
{2, UPB_SIZE(8, 16), 0, 0, 9, 1},
|
386
|
+
{3, UPB_SIZE(16, 32), 0, 0, 11, 1},
|
387
|
+
};
|
388
|
+
|
389
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_RequestMirrorPolicy_msginit = {
|
390
|
+
&envoy_api_v2_route_RouteAction_RequestMirrorPolicy_submsgs[0],
|
391
|
+
&envoy_api_v2_route_RouteAction_RequestMirrorPolicy__fields[0],
|
392
|
+
UPB_SIZE(24, 48), 3, false,
|
393
|
+
};
|
394
|
+
|
395
|
+
static const upb_msglayout *const envoy_api_v2_route_RouteAction_HashPolicy_submsgs[4] = {
|
396
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_ConnectionProperties_msginit,
|
397
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_Cookie_msginit,
|
398
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_Header_msginit,
|
399
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_QueryParameter_msginit,
|
400
|
+
};
|
401
|
+
|
402
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction_HashPolicy__fields[5] = {
|
403
|
+
{1, UPB_SIZE(4, 8), UPB_SIZE(-9, -17), 2, 11, 1},
|
404
|
+
{2, UPB_SIZE(4, 8), UPB_SIZE(-9, -17), 1, 11, 1},
|
405
|
+
{3, UPB_SIZE(4, 8), UPB_SIZE(-9, -17), 0, 11, 1},
|
406
|
+
{4, UPB_SIZE(0, 0), 0, 0, 8, 1},
|
407
|
+
{5, UPB_SIZE(4, 8), UPB_SIZE(-9, -17), 3, 11, 1},
|
408
|
+
};
|
409
|
+
|
410
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_HashPolicy_msginit = {
|
411
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_submsgs[0],
|
412
|
+
&envoy_api_v2_route_RouteAction_HashPolicy__fields[0],
|
413
|
+
UPB_SIZE(12, 24), 5, false,
|
414
|
+
};
|
415
|
+
|
416
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction_HashPolicy_Header__fields[1] = {
|
417
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
418
|
+
};
|
419
|
+
|
420
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_HashPolicy_Header_msginit = {
|
421
|
+
NULL,
|
422
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_Header__fields[0],
|
423
|
+
UPB_SIZE(8, 16), 1, false,
|
424
|
+
};
|
425
|
+
|
426
|
+
static const upb_msglayout *const envoy_api_v2_route_RouteAction_HashPolicy_Cookie_submsgs[1] = {
|
427
|
+
&google_protobuf_Duration_msginit,
|
428
|
+
};
|
429
|
+
|
430
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction_HashPolicy_Cookie__fields[3] = {
|
431
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
432
|
+
{2, UPB_SIZE(16, 32), 0, 0, 11, 1},
|
433
|
+
{3, UPB_SIZE(8, 16), 0, 0, 9, 1},
|
434
|
+
};
|
435
|
+
|
436
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_HashPolicy_Cookie_msginit = {
|
437
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_Cookie_submsgs[0],
|
438
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_Cookie__fields[0],
|
439
|
+
UPB_SIZE(24, 48), 3, false,
|
440
|
+
};
|
441
|
+
|
442
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction_HashPolicy_ConnectionProperties__fields[1] = {
|
443
|
+
{1, UPB_SIZE(0, 0), 0, 0, 8, 1},
|
444
|
+
};
|
445
|
+
|
446
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_HashPolicy_ConnectionProperties_msginit = {
|
447
|
+
NULL,
|
448
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_ConnectionProperties__fields[0],
|
449
|
+
UPB_SIZE(1, 1), 1, false,
|
450
|
+
};
|
451
|
+
|
452
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction_HashPolicy_QueryParameter__fields[1] = {
|
453
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
454
|
+
};
|
455
|
+
|
456
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_HashPolicy_QueryParameter_msginit = {
|
457
|
+
NULL,
|
458
|
+
&envoy_api_v2_route_RouteAction_HashPolicy_QueryParameter__fields[0],
|
459
|
+
UPB_SIZE(8, 16), 1, false,
|
460
|
+
};
|
461
|
+
|
462
|
+
static const upb_msglayout *const envoy_api_v2_route_RouteAction_UpgradeConfig_submsgs[1] = {
|
463
|
+
&google_protobuf_BoolValue_msginit,
|
464
|
+
};
|
465
|
+
|
466
|
+
static const upb_msglayout_field envoy_api_v2_route_RouteAction_UpgradeConfig__fields[2] = {
|
467
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
468
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
469
|
+
};
|
470
|
+
|
471
|
+
const upb_msglayout envoy_api_v2_route_RouteAction_UpgradeConfig_msginit = {
|
472
|
+
&envoy_api_v2_route_RouteAction_UpgradeConfig_submsgs[0],
|
473
|
+
&envoy_api_v2_route_RouteAction_UpgradeConfig__fields[0],
|
474
|
+
UPB_SIZE(16, 32), 2, false,
|
475
|
+
};
|
476
|
+
|
477
|
+
static const upb_msglayout *const envoy_api_v2_route_RetryPolicy_submsgs[7] = {
|
478
|
+
&envoy_api_v2_route_HeaderMatcher_msginit,
|
479
|
+
&envoy_api_v2_route_RetryPolicy_RetryBackOff_msginit,
|
480
|
+
&envoy_api_v2_route_RetryPolicy_RetryHostPredicate_msginit,
|
481
|
+
&envoy_api_v2_route_RetryPolicy_RetryPriority_msginit,
|
482
|
+
&google_protobuf_Duration_msginit,
|
483
|
+
&google_protobuf_UInt32Value_msginit,
|
484
|
+
};
|
485
|
+
|
486
|
+
static const upb_msglayout_field envoy_api_v2_route_RetryPolicy__fields[10] = {
|
487
|
+
{1, UPB_SIZE(8, 8), 0, 0, 9, 1},
|
488
|
+
{2, UPB_SIZE(16, 24), 0, 5, 11, 1},
|
489
|
+
{3, UPB_SIZE(20, 32), 0, 4, 11, 1},
|
490
|
+
{4, UPB_SIZE(24, 40), 0, 3, 11, 1},
|
491
|
+
{5, UPB_SIZE(32, 56), 0, 2, 11, 3},
|
492
|
+
{6, UPB_SIZE(0, 0), 0, 0, 3, 1},
|
493
|
+
{7, UPB_SIZE(36, 64), 0, 0, 13, 3},
|
494
|
+
{8, UPB_SIZE(28, 48), 0, 1, 11, 1},
|
495
|
+
{9, UPB_SIZE(40, 72), 0, 0, 11, 3},
|
496
|
+
{10, UPB_SIZE(44, 80), 0, 0, 11, 3},
|
497
|
+
};
|
498
|
+
|
499
|
+
const upb_msglayout envoy_api_v2_route_RetryPolicy_msginit = {
|
500
|
+
&envoy_api_v2_route_RetryPolicy_submsgs[0],
|
501
|
+
&envoy_api_v2_route_RetryPolicy__fields[0],
|
502
|
+
UPB_SIZE(48, 96), 10, false,
|
503
|
+
};
|
504
|
+
|
505
|
+
static const upb_msglayout *const envoy_api_v2_route_RetryPolicy_RetryPriority_submsgs[2] = {
|
506
|
+
&google_protobuf_Any_msginit,
|
507
|
+
&google_protobuf_Struct_msginit,
|
508
|
+
};
|
509
|
+
|
510
|
+
static const upb_msglayout_field envoy_api_v2_route_RetryPolicy_RetryPriority__fields[3] = {
|
511
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
512
|
+
{2, UPB_SIZE(8, 16), UPB_SIZE(-13, -25), 1, 11, 1},
|
513
|
+
{3, UPB_SIZE(8, 16), UPB_SIZE(-13, -25), 0, 11, 1},
|
514
|
+
};
|
515
|
+
|
516
|
+
const upb_msglayout envoy_api_v2_route_RetryPolicy_RetryPriority_msginit = {
|
517
|
+
&envoy_api_v2_route_RetryPolicy_RetryPriority_submsgs[0],
|
518
|
+
&envoy_api_v2_route_RetryPolicy_RetryPriority__fields[0],
|
519
|
+
UPB_SIZE(16, 32), 3, false,
|
520
|
+
};
|
521
|
+
|
522
|
+
static const upb_msglayout *const envoy_api_v2_route_RetryPolicy_RetryHostPredicate_submsgs[2] = {
|
523
|
+
&google_protobuf_Any_msginit,
|
524
|
+
&google_protobuf_Struct_msginit,
|
525
|
+
};
|
526
|
+
|
527
|
+
static const upb_msglayout_field envoy_api_v2_route_RetryPolicy_RetryHostPredicate__fields[3] = {
|
528
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
529
|
+
{2, UPB_SIZE(8, 16), UPB_SIZE(-13, -25), 1, 11, 1},
|
530
|
+
{3, UPB_SIZE(8, 16), UPB_SIZE(-13, -25), 0, 11, 1},
|
531
|
+
};
|
532
|
+
|
533
|
+
const upb_msglayout envoy_api_v2_route_RetryPolicy_RetryHostPredicate_msginit = {
|
534
|
+
&envoy_api_v2_route_RetryPolicy_RetryHostPredicate_submsgs[0],
|
535
|
+
&envoy_api_v2_route_RetryPolicy_RetryHostPredicate__fields[0],
|
536
|
+
UPB_SIZE(16, 32), 3, false,
|
537
|
+
};
|
538
|
+
|
539
|
+
static const upb_msglayout *const envoy_api_v2_route_RetryPolicy_RetryBackOff_submsgs[2] = {
|
540
|
+
&google_protobuf_Duration_msginit,
|
541
|
+
};
|
542
|
+
|
543
|
+
static const upb_msglayout_field envoy_api_v2_route_RetryPolicy_RetryBackOff__fields[2] = {
|
544
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
545
|
+
{2, UPB_SIZE(4, 8), 0, 0, 11, 1},
|
546
|
+
};
|
547
|
+
|
548
|
+
const upb_msglayout envoy_api_v2_route_RetryPolicy_RetryBackOff_msginit = {
|
549
|
+
&envoy_api_v2_route_RetryPolicy_RetryBackOff_submsgs[0],
|
550
|
+
&envoy_api_v2_route_RetryPolicy_RetryBackOff__fields[0],
|
551
|
+
UPB_SIZE(8, 16), 2, false,
|
552
|
+
};
|
553
|
+
|
554
|
+
static const upb_msglayout *const envoy_api_v2_route_HedgePolicy_submsgs[2] = {
|
555
|
+
&envoy_type_FractionalPercent_msginit,
|
556
|
+
&google_protobuf_UInt32Value_msginit,
|
557
|
+
};
|
558
|
+
|
559
|
+
static const upb_msglayout_field envoy_api_v2_route_HedgePolicy__fields[3] = {
|
560
|
+
{1, UPB_SIZE(4, 8), 0, 1, 11, 1},
|
561
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
562
|
+
{3, UPB_SIZE(0, 0), 0, 0, 8, 1},
|
563
|
+
};
|
564
|
+
|
565
|
+
const upb_msglayout envoy_api_v2_route_HedgePolicy_msginit = {
|
566
|
+
&envoy_api_v2_route_HedgePolicy_submsgs[0],
|
567
|
+
&envoy_api_v2_route_HedgePolicy__fields[0],
|
568
|
+
UPB_SIZE(12, 24), 3, false,
|
569
|
+
};
|
570
|
+
|
571
|
+
static const upb_msglayout_field envoy_api_v2_route_RedirectAction__fields[8] = {
|
572
|
+
{1, UPB_SIZE(16, 16), 0, 0, 9, 1},
|
573
|
+
{2, UPB_SIZE(24, 32), UPB_SIZE(-33, -49), 0, 9, 1},
|
574
|
+
{3, UPB_SIZE(0, 0), 0, 0, 14, 1},
|
575
|
+
{4, UPB_SIZE(36, 56), UPB_SIZE(-45, -73), 0, 8, 1},
|
576
|
+
{5, UPB_SIZE(24, 32), UPB_SIZE(-33, -49), 0, 9, 1},
|
577
|
+
{6, UPB_SIZE(12, 12), 0, 0, 8, 1},
|
578
|
+
{7, UPB_SIZE(36, 56), UPB_SIZE(-45, -73), 0, 9, 1},
|
579
|
+
{8, UPB_SIZE(8, 8), 0, 0, 13, 1},
|
580
|
+
};
|
581
|
+
|
582
|
+
const upb_msglayout envoy_api_v2_route_RedirectAction_msginit = {
|
583
|
+
NULL,
|
584
|
+
&envoy_api_v2_route_RedirectAction__fields[0],
|
585
|
+
UPB_SIZE(48, 80), 8, false,
|
586
|
+
};
|
587
|
+
|
588
|
+
static const upb_msglayout *const envoy_api_v2_route_DirectResponseAction_submsgs[1] = {
|
589
|
+
&envoy_api_v2_core_DataSource_msginit,
|
590
|
+
};
|
591
|
+
|
592
|
+
static const upb_msglayout_field envoy_api_v2_route_DirectResponseAction__fields[2] = {
|
593
|
+
{1, UPB_SIZE(0, 0), 0, 0, 13, 1},
|
594
|
+
{2, UPB_SIZE(4, 8), 0, 0, 11, 1},
|
595
|
+
};
|
596
|
+
|
597
|
+
const upb_msglayout envoy_api_v2_route_DirectResponseAction_msginit = {
|
598
|
+
&envoy_api_v2_route_DirectResponseAction_submsgs[0],
|
599
|
+
&envoy_api_v2_route_DirectResponseAction__fields[0],
|
600
|
+
UPB_SIZE(8, 16), 2, false,
|
601
|
+
};
|
602
|
+
|
603
|
+
static const upb_msglayout *const envoy_api_v2_route_Decorator_submsgs[1] = {
|
604
|
+
&google_protobuf_BoolValue_msginit,
|
605
|
+
};
|
606
|
+
|
607
|
+
static const upb_msglayout_field envoy_api_v2_route_Decorator__fields[2] = {
|
608
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
609
|
+
{2, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
610
|
+
};
|
611
|
+
|
612
|
+
const upb_msglayout envoy_api_v2_route_Decorator_msginit = {
|
613
|
+
&envoy_api_v2_route_Decorator_submsgs[0],
|
614
|
+
&envoy_api_v2_route_Decorator__fields[0],
|
615
|
+
UPB_SIZE(16, 32), 2, false,
|
616
|
+
};
|
617
|
+
|
618
|
+
static const upb_msglayout *const envoy_api_v2_route_Tracing_submsgs[4] = {
|
619
|
+
&envoy_type_FractionalPercent_msginit,
|
620
|
+
&envoy_type_tracing_v2_CustomTag_msginit,
|
621
|
+
};
|
622
|
+
|
623
|
+
static const upb_msglayout_field envoy_api_v2_route_Tracing__fields[4] = {
|
624
|
+
{1, UPB_SIZE(0, 0), 0, 0, 11, 1},
|
625
|
+
{2, UPB_SIZE(4, 8), 0, 0, 11, 1},
|
626
|
+
{3, UPB_SIZE(8, 16), 0, 0, 11, 1},
|
627
|
+
{4, UPB_SIZE(12, 24), 0, 1, 11, 3},
|
628
|
+
};
|
629
|
+
|
630
|
+
const upb_msglayout envoy_api_v2_route_Tracing_msginit = {
|
631
|
+
&envoy_api_v2_route_Tracing_submsgs[0],
|
632
|
+
&envoy_api_v2_route_Tracing__fields[0],
|
633
|
+
UPB_SIZE(16, 32), 4, false,
|
634
|
+
};
|
635
|
+
|
636
|
+
static const upb_msglayout *const envoy_api_v2_route_VirtualCluster_submsgs[1] = {
|
637
|
+
&envoy_api_v2_route_HeaderMatcher_msginit,
|
638
|
+
};
|
639
|
+
|
640
|
+
static const upb_msglayout_field envoy_api_v2_route_VirtualCluster__fields[4] = {
|
641
|
+
{1, UPB_SIZE(8, 8), 0, 0, 9, 1},
|
642
|
+
{2, UPB_SIZE(16, 24), 0, 0, 9, 1},
|
643
|
+
{3, UPB_SIZE(0, 0), 0, 0, 14, 1},
|
644
|
+
{4, UPB_SIZE(24, 40), 0, 0, 11, 3},
|
645
|
+
};
|
646
|
+
|
647
|
+
const upb_msglayout envoy_api_v2_route_VirtualCluster_msginit = {
|
648
|
+
&envoy_api_v2_route_VirtualCluster_submsgs[0],
|
649
|
+
&envoy_api_v2_route_VirtualCluster__fields[0],
|
650
|
+
UPB_SIZE(32, 48), 4, false,
|
651
|
+
};
|
652
|
+
|
653
|
+
static const upb_msglayout *const envoy_api_v2_route_RateLimit_submsgs[2] = {
|
654
|
+
&envoy_api_v2_route_RateLimit_Action_msginit,
|
655
|
+
&google_protobuf_UInt32Value_msginit,
|
656
|
+
};
|
657
|
+
|
658
|
+
static const upb_msglayout_field envoy_api_v2_route_RateLimit__fields[3] = {
|
659
|
+
{1, UPB_SIZE(8, 16), 0, 1, 11, 1},
|
660
|
+
{2, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
661
|
+
{3, UPB_SIZE(12, 24), 0, 0, 11, 3},
|
662
|
+
};
|
663
|
+
|
664
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_msginit = {
|
665
|
+
&envoy_api_v2_route_RateLimit_submsgs[0],
|
666
|
+
&envoy_api_v2_route_RateLimit__fields[0],
|
667
|
+
UPB_SIZE(16, 32), 3, false,
|
668
|
+
};
|
669
|
+
|
670
|
+
static const upb_msglayout *const envoy_api_v2_route_RateLimit_Action_submsgs[6] = {
|
671
|
+
&envoy_api_v2_route_RateLimit_Action_DestinationCluster_msginit,
|
672
|
+
&envoy_api_v2_route_RateLimit_Action_GenericKey_msginit,
|
673
|
+
&envoy_api_v2_route_RateLimit_Action_HeaderValueMatch_msginit,
|
674
|
+
&envoy_api_v2_route_RateLimit_Action_RemoteAddress_msginit,
|
675
|
+
&envoy_api_v2_route_RateLimit_Action_RequestHeaders_msginit,
|
676
|
+
&envoy_api_v2_route_RateLimit_Action_SourceCluster_msginit,
|
677
|
+
};
|
678
|
+
|
679
|
+
static const upb_msglayout_field envoy_api_v2_route_RateLimit_Action__fields[6] = {
|
680
|
+
{1, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 5, 11, 1},
|
681
|
+
{2, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 0, 11, 1},
|
682
|
+
{3, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 4, 11, 1},
|
683
|
+
{4, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 3, 11, 1},
|
684
|
+
{5, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 1, 11, 1},
|
685
|
+
{6, UPB_SIZE(0, 0), UPB_SIZE(-5, -9), 2, 11, 1},
|
686
|
+
};
|
687
|
+
|
688
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_Action_msginit = {
|
689
|
+
&envoy_api_v2_route_RateLimit_Action_submsgs[0],
|
690
|
+
&envoy_api_v2_route_RateLimit_Action__fields[0],
|
691
|
+
UPB_SIZE(8, 16), 6, false,
|
692
|
+
};
|
693
|
+
|
694
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_Action_SourceCluster_msginit = {
|
695
|
+
NULL,
|
696
|
+
NULL,
|
697
|
+
UPB_SIZE(0, 0), 0, false,
|
698
|
+
};
|
699
|
+
|
700
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_Action_DestinationCluster_msginit = {
|
701
|
+
NULL,
|
702
|
+
NULL,
|
703
|
+
UPB_SIZE(0, 0), 0, false,
|
704
|
+
};
|
705
|
+
|
706
|
+
static const upb_msglayout_field envoy_api_v2_route_RateLimit_Action_RequestHeaders__fields[2] = {
|
707
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
708
|
+
{2, UPB_SIZE(8, 16), 0, 0, 9, 1},
|
709
|
+
};
|
710
|
+
|
711
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_Action_RequestHeaders_msginit = {
|
712
|
+
NULL,
|
713
|
+
&envoy_api_v2_route_RateLimit_Action_RequestHeaders__fields[0],
|
714
|
+
UPB_SIZE(16, 32), 2, false,
|
715
|
+
};
|
716
|
+
|
717
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_Action_RemoteAddress_msginit = {
|
718
|
+
NULL,
|
719
|
+
NULL,
|
720
|
+
UPB_SIZE(0, 0), 0, false,
|
721
|
+
};
|
722
|
+
|
723
|
+
static const upb_msglayout_field envoy_api_v2_route_RateLimit_Action_GenericKey__fields[1] = {
|
724
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
725
|
+
};
|
726
|
+
|
727
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_Action_GenericKey_msginit = {
|
728
|
+
NULL,
|
729
|
+
&envoy_api_v2_route_RateLimit_Action_GenericKey__fields[0],
|
730
|
+
UPB_SIZE(8, 16), 1, false,
|
731
|
+
};
|
732
|
+
|
733
|
+
static const upb_msglayout *const envoy_api_v2_route_RateLimit_Action_HeaderValueMatch_submsgs[2] = {
|
734
|
+
&envoy_api_v2_route_HeaderMatcher_msginit,
|
735
|
+
&google_protobuf_BoolValue_msginit,
|
736
|
+
};
|
737
|
+
|
738
|
+
static const upb_msglayout_field envoy_api_v2_route_RateLimit_Action_HeaderValueMatch__fields[3] = {
|
739
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
740
|
+
{2, UPB_SIZE(8, 16), 0, 1, 11, 1},
|
741
|
+
{3, UPB_SIZE(12, 24), 0, 0, 11, 3},
|
742
|
+
};
|
743
|
+
|
744
|
+
const upb_msglayout envoy_api_v2_route_RateLimit_Action_HeaderValueMatch_msginit = {
|
745
|
+
&envoy_api_v2_route_RateLimit_Action_HeaderValueMatch_submsgs[0],
|
746
|
+
&envoy_api_v2_route_RateLimit_Action_HeaderValueMatch__fields[0],
|
747
|
+
UPB_SIZE(16, 32), 3, false,
|
748
|
+
};
|
749
|
+
|
750
|
+
static const upb_msglayout *const envoy_api_v2_route_HeaderMatcher_submsgs[2] = {
|
751
|
+
&envoy_type_Int64Range_msginit,
|
752
|
+
&envoy_type_matcher_RegexMatcher_msginit,
|
753
|
+
};
|
754
|
+
|
755
|
+
static const upb_msglayout_field envoy_api_v2_route_HeaderMatcher__fields[9] = {
|
756
|
+
{1, UPB_SIZE(4, 8), 0, 0, 9, 1},
|
757
|
+
{4, UPB_SIZE(12, 24), UPB_SIZE(-21, -41), 0, 9, 1},
|
758
|
+
{5, UPB_SIZE(12, 24), UPB_SIZE(-21, -41), 0, 9, 1},
|
759
|
+
{6, UPB_SIZE(12, 24), UPB_SIZE(-21, -41), 0, 11, 1},
|
760
|
+
{7, UPB_SIZE(12, 24), UPB_SIZE(-21, -41), 0, 8, 1},
|
761
|
+
{8, UPB_SIZE(0, 0), 0, 0, 8, 1},
|
762
|
+
{9, UPB_SIZE(12, 24), UPB_SIZE(-21, -41), 0, 9, 1},
|
763
|
+
{10, UPB_SIZE(12, 24), UPB_SIZE(-21, -41), 0, 9, 1},
|
764
|
+
{11, UPB_SIZE(12, 24), UPB_SIZE(-21, -41), 1, 11, 1},
|
765
|
+
};
|
766
|
+
|
767
|
+
const upb_msglayout envoy_api_v2_route_HeaderMatcher_msginit = {
|
768
|
+
&envoy_api_v2_route_HeaderMatcher_submsgs[0],
|
769
|
+
&envoy_api_v2_route_HeaderMatcher__fields[0],
|
770
|
+
UPB_SIZE(24, 48), 9, false,
|
771
|
+
};
|
772
|
+
|
773
|
+
static const upb_msglayout *const envoy_api_v2_route_QueryParameterMatcher_submsgs[2] = {
|
774
|
+
&envoy_type_matcher_StringMatcher_msginit,
|
775
|
+
&google_protobuf_BoolValue_msginit,
|
776
|
+
};
|
777
|
+
|
778
|
+
static const upb_msglayout_field envoy_api_v2_route_QueryParameterMatcher__fields[5] = {
|
779
|
+
{1, UPB_SIZE(0, 0), 0, 0, 9, 1},
|
780
|
+
{3, UPB_SIZE(8, 16), 0, 0, 9, 1},
|
781
|
+
{4, UPB_SIZE(16, 32), 0, 1, 11, 1},
|
782
|
+
{5, UPB_SIZE(20, 40), UPB_SIZE(-25, -49), 0, 11, 1},
|
783
|
+
{6, UPB_SIZE(20, 40), UPB_SIZE(-25, -49), 0, 8, 1},
|
784
|
+
};
|
785
|
+
|
786
|
+
const upb_msglayout envoy_api_v2_route_QueryParameterMatcher_msginit = {
|
787
|
+
&envoy_api_v2_route_QueryParameterMatcher_submsgs[0],
|
788
|
+
&envoy_api_v2_route_QueryParameterMatcher__fields[0],
|
789
|
+
UPB_SIZE(32, 64), 5, false,
|
790
|
+
};
|
791
|
+
|
792
|
+
#include "upb/port_undef.inc"
|
793
|
+
|