1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     envoy/config/trace/v3/skywalking.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #include <stddef.h>
10 #include "upb/collections/array_internal.h"
11 #include "upb/message/internal.h"
12 #include "upb/mini_table/enum_internal.h"
13 #include "envoy/config/trace/v3/skywalking.upb.h"
14 #include "envoy/config/core/v3/grpc_service.upb.h"
15 #include "google/protobuf/wrappers.upb.h"
16 #include "udpa/annotations/migrate.upb.h"
17 #include "udpa/annotations/sensitive.upb.h"
18 #include "udpa/annotations/status.upb.h"
19 #include "validate/validate.upb.h"
20 
21 // Must be last.
22 #include "upb/port/def.inc"
23 
24 static const upb_MiniTableSub envoy_config_trace_v3_SkyWalkingConfig_submsgs[2] = {
25   {.submsg = &envoy_config_core_v3_GrpcService_msg_init},
26   {.submsg = &envoy_config_trace_v3_ClientConfig_msg_init},
27 };
28 
29 static const upb_MiniTableField envoy_config_trace_v3_SkyWalkingConfig__fields[2] = {
30   {1, UPB_SIZE(4, 8), 1, 0, 11, kUpb_FieldMode_Scalar | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
31   {2, UPB_SIZE(8, 16), 2, 1, 11, kUpb_FieldMode_Scalar | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
32 };
33 
34 const upb_MiniTable envoy_config_trace_v3_SkyWalkingConfig_msg_init = {
35   &envoy_config_trace_v3_SkyWalkingConfig_submsgs[0],
36   &envoy_config_trace_v3_SkyWalkingConfig__fields[0],
37   UPB_SIZE(16, 24), 2, kUpb_ExtMode_NonExtendable, 2, UPB_FASTTABLE_MASK(24), 0,
38   UPB_FASTTABLE_INIT({
39     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
40     {0x000800000100000a, &upb_psm_1bt_maxmaxb},
41     {0x0010000002010012, &upb_psm_1bt_max128b},
42     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
43   })
44 };
45 
46 static const upb_MiniTableSub envoy_config_trace_v3_ClientConfig_submsgs[1] = {
47   {.submsg = &google_protobuf_UInt32Value_msg_init},
48 };
49 
50 static const upb_MiniTableField envoy_config_trace_v3_ClientConfig__fields[4] = {
51   {1, UPB_SIZE(20, 24), 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
52   {2, UPB_SIZE(28, 40), 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
53   {3, UPB_SIZE(12, 8), -5, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
54   {4, UPB_SIZE(8, 56), 1, 0, 11, kUpb_FieldMode_Scalar | (UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
55 };
56 
57 const upb_MiniTable envoy_config_trace_v3_ClientConfig_msg_init = {
58   &envoy_config_trace_v3_ClientConfig_submsgs[0],
59   &envoy_config_trace_v3_ClientConfig__fields[0],
60   UPB_SIZE(40, 64), 4, kUpb_ExtMode_NonExtendable, 4, UPB_FASTTABLE_MASK(56), 0,
61   UPB_FASTTABLE_INIT({
62     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
63     {0x001800003f00000a, &upb_pss_1bt},
64     {0x002800003f000012, &upb_pss_1bt},
65     {0x000800040300001a, &upb_pos_1bt},
66     {0x0038000001000022, &upb_psm_1bt_maxmaxb},
67     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
68     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
69     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
70   })
71 };
72 
73 static const upb_MiniTable *messages_layout[2] = {
74   &envoy_config_trace_v3_SkyWalkingConfig_msg_init,
75   &envoy_config_trace_v3_ClientConfig_msg_init,
76 };
77 
78 const upb_MiniTableFile envoy_config_trace_v3_skywalking_proto_upb_file_layout = {
79   messages_layout,
80   NULL,
81   NULL,
82   2,
83   0,
84   0,
85 };
86 
87 #include "upb/port/undef.inc"
88 
89