1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     src/proto/grpc/health/v1/health.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 "src/proto/grpc/health/v1/health.upb.h"
14 
15 // Must be last.
16 #include "upb/port/def.inc"
17 
18 static const upb_MiniTableField grpc_health_v1_HealthCheckRequest__fields[1] = {
19   {1, 0, 0, kUpb_NoSub, 9, kUpb_FieldMode_Scalar | (kUpb_FieldRep_StringView << kUpb_FieldRep_Shift)},
20 };
21 
22 const upb_MiniTable grpc_health_v1_HealthCheckRequest_msg_init = {
23   NULL,
24   &grpc_health_v1_HealthCheckRequest__fields[0],
25   UPB_SIZE(8, 16), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
26   UPB_FASTTABLE_INIT({
27     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
28     {0x000000003f00000a, &upb_pss_1bt},
29   })
30 };
31 
32 static const upb_MiniTableField grpc_health_v1_HealthCheckResponse__fields[1] = {
33   {1, 0, 0, kUpb_NoSub, 5, kUpb_FieldMode_Scalar | kUpb_LabelFlags_IsAlternate | (kUpb_FieldRep_4Byte << kUpb_FieldRep_Shift)},
34 };
35 
36 const upb_MiniTable grpc_health_v1_HealthCheckResponse_msg_init = {
37   NULL,
38   &grpc_health_v1_HealthCheckResponse__fields[0],
39   8, 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
40   UPB_FASTTABLE_INIT({
41     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
42     {0x000000003f000008, &upb_psv4_1bt},
43   })
44 };
45 
46 static const upb_MiniTable *messages_layout[2] = {
47   &grpc_health_v1_HealthCheckRequest_msg_init,
48   &grpc_health_v1_HealthCheckResponse_msg_init,
49 };
50 
51 const upb_MiniTableFile src_proto_grpc_health_v1_health_proto_upb_file_layout = {
52   messages_layout,
53   NULL,
54   NULL,
55   2,
56   0,
57   0,
58 };
59 
60 #include "upb/port/undef.inc"
61 
62