1 /* This file was generated by upb_generator from the input file: 2 * 3 * google/api/httpbody.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 "google/api/httpbody.upb_minitable.h" 11 #include "google/protobuf/any.upb_minitable.h" 12 13 // Must be last. 14 #include "upb/port/def.inc" 15 16 static const upb_MiniTableSub google_api_HttpBody_submsgs[1] = { 17 {.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init}, 18 }; 19 20 static const upb_MiniTableField google_api_HttpBody__fields[3] = { 21 {1, UPB_SIZE(12, 8), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 22 {2, UPB_SIZE(20, 24), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 23 {3, UPB_SIZE(8, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 24 }; 25 26 const upb_MiniTable google__api__HttpBody_msg_init = { 27 &google_api_HttpBody_submsgs[0], 28 &google_api_HttpBody__fields[0], 29 UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0, 30 UPB_FASTTABLE_INIT({ 31 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 32 {0x000800003f00000a, &upb_pss_1bt}, 33 {0x001800003f000012, &upb_psb_1bt}, 34 {0x002800003f00001a, &upb_prm_1bt_maxmaxb}, 35 }) 36 }; 37 38 static const upb_MiniTable *messages_layout[1] = { 39 &google__api__HttpBody_msg_init, 40 }; 41 42 const upb_MiniTableFile google_api_httpbody_proto_upb_file_layout = { 43 messages_layout, 44 NULL, 45 NULL, 46 1, 47 0, 48 0, 49 }; 50 51 #include "upb/port/undef.inc" 52 53