aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext/upb-generated/xds/type/matcher/v3/cel.upb.c
blob: 103b1a266868c1a4d5902b8d0032dc9c523ac282 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* This file was generated by upbc (the upb compiler) from the input
 * file:
 *
 *     xds/type/matcher/v3/cel.proto
 *
 * Do not edit -- your changes will be discarded when the file is
 * regenerated. */

#include <stddef.h>
#include "upb/generated_code_support.h"
#include "xds/type/matcher/v3/cel.upb.h"
#include "xds/annotations/v3/status.upb.h"
#include "xds/type/v3/cel.upb.h"
#include "validate/validate.upb.h"

// Must be last.
#include "upb/port/def.inc"

static const upb_MiniTableSub xds_type_matcher_v3_CelMatcher_submsgs[1] = {
  {.submsg = &xds_type_v3_CelExpression_msg_init},
};

static const upb_MiniTableField xds_type_matcher_v3_CelMatcher__fields[1] = {
  {1, UPB_SIZE(4, 8), 1, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
};

const upb_MiniTable xds_type_matcher_v3_CelMatcher_msg_init = {
  &xds_type_matcher_v3_CelMatcher_submsgs[0],
  &xds_type_matcher_v3_CelMatcher__fields[0],
  UPB_SIZE(8, 16), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
  UPB_FASTTABLE_INIT({
    {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
    {0x000800000100000a, &upb_psm_1bt_maxmaxb},
  })
};

static const upb_MiniTable *messages_layout[1] = {
  &xds_type_matcher_v3_CelMatcher_msg_init,
};

const upb_MiniTableFile xds_type_matcher_v3_cel_proto_upb_file_layout = {
  messages_layout,
  NULL,
  NULL,
  1,
  0,
  0,
};

#include "upb/port/undef.inc"