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 * NO CHECKED-IN PROTOBUF GENCODE */ 8 9 #include <stddef.h> 10 #include "upb/generated_code_support.h" 11 #include "google/api/httpbody.upb_minitable.h" 12 #include "google/protobuf/any.upb_minitable.h" 13 14 // Must be last. 15 #include "upb/port/def.inc" 16 17 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken); 18 static const upb_MiniTableSubInternal google_api_HttpBody__submsgs[1] = { 19 {.UPB_PRIVATE(submsg) = &google__protobuf__Any_msg_init_ptr}, 20 }; 21 22 static const upb_MiniTableField google_api_HttpBody__fields[3] = { 23 {1, UPB_SIZE(12, 8), 0, kUpb_NoSub, 9, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 24 {2, UPB_SIZE(20, 24), 0, kUpb_NoSub, 12, (int)kUpb_FieldMode_Scalar | ((int)kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)}, 25 {3, UPB_SIZE(8, 40), 0, 0, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 26 }; 27 28 const upb_MiniTable google__api__HttpBody_msg_init = { 29 &google_api_HttpBody__submsgs[0], 30 &google_api_HttpBody__fields[0], 31 UPB_SIZE(32, 48), 3, kUpb_ExtMode_NonExtendable, 3, UPB_FASTTABLE_MASK(24), 0, 32 #ifdef UPB_TRACING_ENABLED 33 "google.api.HttpBody", 34 #endif 35 UPB_FASTTABLE_INIT({ 36 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 37 {0x000800003f00000a, &upb_pss_1bt}, 38 {0x001800003f000012, &upb_psb_1bt}, 39 {0x002800003f00001a, &upb_prm_1bt_maxmaxb}, 40 }) 41 }; 42 43 const upb_MiniTable* google__api__HttpBody_msg_init_ptr = &google__api__HttpBody_msg_init; 44 static const upb_MiniTable *messages_layout[1] = { 45 &google__api__HttpBody_msg_init, 46 }; 47 48 const upb_MiniTableFile google_api_httpbody_proto_upb_file_layout = { 49 messages_layout, 50 NULL, 51 NULL, 52 1, 53 0, 54 0, 55 }; 56 57 #include "upb/port/undef.inc" 58 59