1 /* This file was generated by upb_generator from the input file: 2 * 3 * envoy/type/matcher/v3/node.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/type/matcher/v3/node.upb_minitable.h" 11 #include "envoy/type/matcher/v3/string.upb_minitable.h" 12 #include "envoy/type/matcher/v3/struct.upb_minitable.h" 13 #include "udpa/annotations/status.upb_minitable.h" 14 #include "udpa/annotations/versioning.upb_minitable.h" 15 16 // Must be last. 17 #include "upb/port/def.inc" 18 19 static const upb_MiniTableSub envoy_type_matcher_v3_NodeMatcher_submsgs[2] = { 20 {.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StringMatcher_msg_init}, 21 {.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StructMatcher_msg_init}, 22 }; 23 24 static const upb_MiniTableField envoy_type_matcher_v3_NodeMatcher__fields[2] = { 25 {1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 26 {2, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 27 }; 28 29 const upb_MiniTable envoy__type__matcher__v3__NodeMatcher_msg_init = { 30 &envoy_type_matcher_v3_NodeMatcher_submsgs[0], 31 &envoy_type_matcher_v3_NodeMatcher__fields[0], 32 UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 33 UPB_FASTTABLE_INIT({ 34 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 35 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 36 {0x001800003f010012, &upb_prm_1bt_maxmaxb}, 37 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 38 }) 39 }; 40 41 static const upb_MiniTable *messages_layout[1] = { 42 &envoy__type__matcher__v3__NodeMatcher_msg_init, 43 }; 44 45 const upb_MiniTableFile envoy_type_matcher_v3_node_proto_upb_file_layout = { 46 messages_layout, 47 NULL, 48 NULL, 49 1, 50 0, 51 0, 52 }; 53 54 #include "upb/port/undef.inc" 55 56