Sha256: f3a278b8c235181a020b5cb314e40dfac97b23f2311ab14918ac4f1b5322e2fe
Contents?: true
Size: 1.9 KB
Versions: 2
Compression:
Stored size: 1.9 KB
Contents
/* This file was generated by upbc (the upb compiler) from the input * file: * * envoy/type/v3/range.proto * * Do not edit -- your changes will be discarded when the file is * regenerated. */ #include <stddef.h> #include "upb/msg_internal.h" #include "envoy/type/v3/range.upb.h" #include "udpa/annotations/status.upb.h" #include "udpa/annotations/versioning.upb.h" #include "upb/port_def.inc" static const upb_msglayout_field envoy_type_v3_Int64Range__fields[2] = { {1, UPB_SIZE(0, 0), 0, 0, 3, _UPB_MODE_SCALAR | (_UPB_REP_8BYTE << _UPB_REP_SHIFT)}, {2, UPB_SIZE(8, 8), 0, 0, 3, _UPB_MODE_SCALAR | (_UPB_REP_8BYTE << _UPB_REP_SHIFT)}, }; const upb_msglayout envoy_type_v3_Int64Range_msginit = { NULL, &envoy_type_v3_Int64Range__fields[0], UPB_SIZE(16, 16), 2, _UPB_MSGEXT_NONE, 2, 255, }; static const upb_msglayout_field envoy_type_v3_Int32Range__fields[2] = { {1, UPB_SIZE(0, 0), 0, 0, 5, _UPB_MODE_SCALAR | (_UPB_REP_4BYTE << _UPB_REP_SHIFT)}, {2, UPB_SIZE(4, 4), 0, 0, 5, _UPB_MODE_SCALAR | (_UPB_REP_4BYTE << _UPB_REP_SHIFT)}, }; const upb_msglayout envoy_type_v3_Int32Range_msginit = { NULL, &envoy_type_v3_Int32Range__fields[0], UPB_SIZE(8, 8), 2, _UPB_MSGEXT_NONE, 2, 255, }; static const upb_msglayout_field envoy_type_v3_DoubleRange__fields[2] = { {1, UPB_SIZE(0, 0), 0, 0, 1, _UPB_MODE_SCALAR | (_UPB_REP_8BYTE << _UPB_REP_SHIFT)}, {2, UPB_SIZE(8, 8), 0, 0, 1, _UPB_MODE_SCALAR | (_UPB_REP_8BYTE << _UPB_REP_SHIFT)}, }; const upb_msglayout envoy_type_v3_DoubleRange_msginit = { NULL, &envoy_type_v3_DoubleRange__fields[0], UPB_SIZE(16, 16), 2, _UPB_MSGEXT_NONE, 2, 255, }; static const upb_msglayout *messages_layout[3] = { &envoy_type_v3_Int64Range_msginit, &envoy_type_v3_Int32Range_msginit, &envoy_type_v3_DoubleRange_msginit, }; const upb_msglayout_file envoy_type_v3_range_proto_upb_file_layout = { messages_layout, NULL, 3, 0, }; #include "upb/port_undef.inc"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grpc-1.44.0.pre2 | src/core/ext/upb-generated/envoy/type/v3/range.upb.c |
grpc-1.43.1 | src/core/ext/upb-generated/envoy/type/v3/range.upb.c |