• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upb_generator from the input file:
2  *
3  *     envoy/type/matcher/v3/path.proto
4  *
5  * Do not edit -- your changes will be discarded when the file is
6  * regenerated.
7  * NO CHECKED-IN PROTOBUF GENCODE */
8 
9 #include <stddef.h>
10 #include "upb/generated_code_support.h"
11 #include "envoy/type/matcher/v3/path.upb_minitable.h"
12 #include "envoy/type/matcher/v3/string.upb_minitable.h"
13 #include "udpa/annotations/status.upb_minitable.h"
14 #include "udpa/annotations/versioning.upb_minitable.h"
15 #include "validate/validate.upb_minitable.h"
16 
17 // Must be last.
18 #include "upb/port/def.inc"
19 
20 extern const struct upb_MiniTable UPB_PRIVATE(_kUpb_MiniTable_StaticallyTreeShaken);
21 static const upb_MiniTableSubInternal envoy_type_matcher_v3_PathMatcher__submsgs[1] = {
22   {.UPB_PRIVATE(submsg) = &envoy__type__matcher__v3__StringMatcher_msg_init_ptr},
23 };
24 
25 static const upb_MiniTableField envoy_type_matcher_v3_PathMatcher__fields[1] = {
26   {1, UPB_SIZE(12, 16), -9, 0, 11, (int)kUpb_FieldMode_Scalar | ((int)UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) << kUpb_FieldRep_Shift)},
27 };
28 
29 const upb_MiniTable envoy__type__matcher__v3__PathMatcher_msg_init = {
30   &envoy_type_matcher_v3_PathMatcher__submsgs[0],
31   &envoy_type_matcher_v3_PathMatcher__fields[0],
32   UPB_SIZE(16, 24), 1, kUpb_ExtMode_NonExtendable, 1, UPB_FASTTABLE_MASK(8), 0,
33 #ifdef UPB_TRACING_ENABLED
34   "envoy.type.matcher.v3.PathMatcher",
35 #endif
36   UPB_FASTTABLE_INIT({
37     {0x0000000000000000, &_upb_FastDecoder_DecodeGeneric},
38     {0x001000080100000a, &upb_pom_1bt_maxmaxb},
39   })
40 };
41 
42 const upb_MiniTable* envoy__type__matcher__v3__PathMatcher_msg_init_ptr = &envoy__type__matcher__v3__PathMatcher_msg_init;
43 static const upb_MiniTable *messages_layout[1] = {
44   &envoy__type__matcher__v3__PathMatcher_msg_init,
45 };
46 
47 const upb_MiniTableFile envoy_type_matcher_v3_path_proto_upb_file_layout = {
48   messages_layout,
49   NULL,
50   NULL,
51   1,
52   0,
53   0,
54 };
55 
56 #include "upb/port/undef.inc"
57 
58