• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/msg.h"
11 #include "src/proto/grpc/health/v1/health.upb.h"
12 
13 #include "upb/port_def.inc"
14 
15 static const upb_msglayout_field grpc_health_v1_HealthCheckRequest__fields[1] = {
16   {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
17 };
18 
19 const upb_msglayout grpc_health_v1_HealthCheckRequest_msginit = {
20   NULL,
21   &grpc_health_v1_HealthCheckRequest__fields[0],
22   UPB_SIZE(8, 16), 1, false, 255,
23 };
24 
25 static const upb_msglayout_field grpc_health_v1_HealthCheckResponse__fields[1] = {
26   {1, UPB_SIZE(0, 0), 0, 0, 14, 1},
27 };
28 
29 const upb_msglayout grpc_health_v1_HealthCheckResponse_msginit = {
30   NULL,
31   &grpc_health_v1_HealthCheckResponse__fields[0],
32   UPB_SIZE(8, 8), 1, false, 255,
33 };
34 
35 #include "upb/port_undef.inc"
36 
37