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 * NO CHECKED-IN PROTOBUF GENCODE */ 8 9 #include <stddef.h> 10 #include "upb/generated_code_support.h" 11 #include "envoy/type/matcher/v3/node.upb_minitable.h" 12 #include "envoy/type/matcher/v3/string.upb_minitable.h" 13 #include "envoy/type/matcher/v3/struct.upb_minitable.h" 14 #include "udpa/annotations/status.upb_minitable.h" 15 #include "udpa/annotations/versioning.upb_minitable.h" 16 17 // Must be last. 18 #include "upb/port/def.inc" 19 20 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken); 21 static const upb_MiniTableSubInternal envoy_type_matcher_v3_NodeMatcher__submsgs[2] = { 22 {.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StringMatcher_msg_init_ptr}, 23 {.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StructMatcher_msg_init_ptr}, 24 }; 25 26 static const upb_MiniTableField envoy_type_matcher_v3_NodeMatcher__fields[2] = { 27 {1, UPB_SIZE(12, 16), 64, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 28 {2, UPB_SIZE(16, 24), 0, 1, 11, (int)kUpb_FieldMode_Array | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)}, 29 }; 30 31 const upb_MiniTable envoy__type__matcher__v3__NodeMatcher_msg_init = { 32 &envoy_type_matcher_v3_NodeMatcher__submsgs[0], 33 &envoy_type_matcher_v3_NodeMatcher__fields[0], 34 UPB_SIZE(24, 32), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0, 35 #ifdef UPB_TRACING_ENABLED 36 "envoy.type.matcher.v3.NodeMatcher", 37 #endif 38 UPB_FASTTABLE_INIT({ 39 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 40 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 41 {0x001800003f010012, &upb_prm_1bt_maxmaxb}, 42 {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric}, 43 }) 44 }; 45 46 const upb_MiniTable* envoy__type__matcher__v3__NodeMatcher_msg_init_ptr = &envoy__type__matcher__v3__NodeMatcher_msg_init; 47 static const upb_MiniTable *messages_layout[1] = { 48 &envoy__type__matcher__v3__NodeMatcher_msg_init, 49 }; 50 51 const upb_MiniTableFile envoy_type_matcher_v3_node_proto_upb_file_layout = { 52 messages_layout, 53 NULL, 54 NULL, 55 1, 56 0, 57 0, 58 }; 59 60 #include "upb/port/undef.inc" 61 62