1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/annotations/resource.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. */ 7 8 #include <stddef.h> 9 #include "upb/generated_code_support.h" 10 #include "envoy/annotations/resource.upb_minitable.h" 11 #include "google/protobuf/descriptor.upb_minitable.h" 12 13 // Must be last. 14 #include "upb/port/def.inc" 15 16 static const upb_MiniTableField envoy_annotations_ResourceAnnotation__fields[1] = { 17 {1, 8, 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 18 }; 19 20 const upb_MiniTable envoy__annotations__ResourceAnnotation_msg_init = { 21 NULL, 22 &envoy_annotations_ResourceAnnotation__fields[0], 23 UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0, 24 UPB_FASTTABLE_INIT({ 25 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 26 {0x000800003f00000a, &upb_pss_1bt}, 27 }) 28 }; 29 30 static const upb_MiniTable *messages_layout[1] = { 31 &envoy__annotations__ResourceAnnotation_msg_init, 32 }; 33 34 const upb_MiniTableExtension envoy_annotations_resource_ext = { 35 {265073217, 0, 0, 0, 11, (int)kUpb_FieldMode_Scalar | (int)kUpb_LabelFlags_IsExtension | ((int)kUpb_FieldRep_8Byte << kUpb_FieldRep_Shift)}, 36 &google__protobuf__ServiceOptions_msg_init, 37 {.UPB_PRIVATE(submsg) = &envoy__annotations__ResourceAnnotation_msg_init}, 38 39 }; 40 41 static const upb_MiniTableExtension *extensions_layout[1] = { 42 &envoy_annotations_resource_ext, 43 }; 44 45 const upb_MiniTableFile envoy_annotations_resource_proto_upb_file_layout = { 46 messages_layout, 47 NULL, 48 extensions_layout, 49 1, 50 0, 51 1, 52 }; 53 54 #include "upb/port/undef.inc" 55 56