summaryrefslogtreecommitdiff
path: root/grpc/src/core/ext/upb-generated/udpa/type/v1/typed_struct.upb.c
blob: 24407fa6eaccecc24cec17933a00e190d1469837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* This file was generated by upbc (the upb compiler) from the input
 * file:
 *
 *     udpa/type/v1/typed_struct.proto
 *
 * Do not edit -- your changes will be discarded when the file is
 * regenerated. */

#include <stddef.h>
#include "upb/msg.h"
#include "udpa/type/v1/typed_struct.upb.h"
#include "validate/validate.upb.h"
#include "google/protobuf/struct.upb.h"

#include "upb/port_def.inc"

static const upb_msglayout *const udpa_type_v1_TypedStruct_submsgs[1] = {
  &google_protobuf_Struct_msginit,
};

static const upb_msglayout_field udpa_type_v1_TypedStruct__fields[2] = {
  {1, UPB_SIZE(4, 8), 0, 0, 9, 1},
  {2, UPB_SIZE(12, 24), 1, 0, 11, 1},
};

const upb_msglayout udpa_type_v1_TypedStruct_msginit = {
  &udpa_type_v1_TypedStruct_submsgs[0],
  &udpa_type_v1_TypedStruct__fields[0],
  UPB_SIZE(16, 32), 2, false, 255,
};

#include "upb/port_undef.inc"