1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * src/proto/grpc/gcp/altscontext.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 "src/proto/grpc/gcp/altscontext.upb.h" 12 #include "src/proto/grpc/gcp/transport_security_common.upb.h" 13 14 #include "upb/port_def.inc" 15 16 static const upb_msglayout *const grpc_gcp_AltsContext_submsgs[2] = { 17 &grpc_gcp_AltsContext_PeerAttributesEntry_msginit, 18 &grpc_gcp_RpcProtocolVersions_msginit, 19 }; 20 21 static const upb_msglayout_field grpc_gcp_AltsContext__fields[7] = { 22 {1, UPB_SIZE(8, 8), 0, 0, 9, 1}, 23 {2, UPB_SIZE(16, 24), 0, 0, 9, 1}, 24 {3, UPB_SIZE(4, 4), 0, 0, 14, 1}, 25 {4, UPB_SIZE(24, 40), 0, 0, 9, 1}, 26 {5, UPB_SIZE(32, 56), 0, 0, 9, 1}, 27 {6, UPB_SIZE(40, 72), 1, 1, 11, 1}, 28 {7, UPB_SIZE(44, 80), 0, 0, 11, _UPB_LABEL_MAP}, 29 }; 30 31 const upb_msglayout grpc_gcp_AltsContext_msginit = { 32 &grpc_gcp_AltsContext_submsgs[0], 33 &grpc_gcp_AltsContext__fields[0], 34 UPB_SIZE(48, 96), 7, false, 255, 35 }; 36 37 static const upb_msglayout_field grpc_gcp_AltsContext_PeerAttributesEntry__fields[2] = { 38 {1, UPB_SIZE(0, 0), 0, 0, 9, 1}, 39 {2, UPB_SIZE(8, 16), 0, 0, 9, 1}, 40 }; 41 42 const upb_msglayout grpc_gcp_AltsContext_PeerAttributesEntry_msginit = { 43 NULL, 44 &grpc_gcp_AltsContext_PeerAttributesEntry__fields[0], 45 UPB_SIZE(16, 32), 2, false, 255, 46 }; 47 48 #include "upb/port_undef.inc" 49 50