• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     google/api/http.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 "google/api/http.upb.h"
12 
13 #include "upb/port_def.inc"
14 
15 static const upb_msglayout *const google_api_Http_submsgs[1] = {
16   &google_api_HttpRule_msginit,
17 };
18 
19 static const upb_msglayout_field google_api_Http__fields[2] = {
20   {1, UPB_SIZE(4, 8), 0, 0, 11, 3},
21   {2, UPB_SIZE(0, 0), 0, 0, 8, 1},
22 };
23 
24 const upb_msglayout google_api_Http_msginit = {
25   &google_api_Http_submsgs[0],
26   &google_api_Http__fields[0],
27   UPB_SIZE(8, 16), 2, false, 255,
28 };
29 
30 static const upb_msglayout *const google_api_HttpRule_submsgs[2] = {
31   &google_api_CustomHttpPattern_msginit,
32   &google_api_HttpRule_msginit,
33 };
34 
35 static const upb_msglayout_field google_api_HttpRule__fields[10] = {
36   {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
37   {2, UPB_SIZE(28, 56), UPB_SIZE(-37, -73), 0, 9, 1},
38   {3, UPB_SIZE(28, 56), UPB_SIZE(-37, -73), 0, 9, 1},
39   {4, UPB_SIZE(28, 56), UPB_SIZE(-37, -73), 0, 9, 1},
40   {5, UPB_SIZE(28, 56), UPB_SIZE(-37, -73), 0, 9, 1},
41   {6, UPB_SIZE(28, 56), UPB_SIZE(-37, -73), 0, 9, 1},
42   {7, UPB_SIZE(8, 16), 0, 0, 9, 1},
43   {8, UPB_SIZE(28, 56), UPB_SIZE(-37, -73), 0, 11, 1},
44   {11, UPB_SIZE(24, 48), 0, 1, 11, 3},
45   {12, UPB_SIZE(16, 32), 0, 0, 9, 1},
46 };
47 
48 const upb_msglayout google_api_HttpRule_msginit = {
49   &google_api_HttpRule_submsgs[0],
50   &google_api_HttpRule__fields[0],
51   UPB_SIZE(40, 80), 10, false, 255,
52 };
53 
54 static const upb_msglayout_field google_api_CustomHttpPattern__fields[2] = {
55   {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
56   {2, UPB_SIZE(8, 16), 0, 0, 9, 1},
57 };
58 
59 const upb_msglayout google_api_CustomHttpPattern_msginit = {
60   NULL,
61   &google_api_CustomHttpPattern__fields[0],
62   UPB_SIZE(16, 32), 2, false, 255,
63 };
64 
65 #include "upb/port_undef.inc"
66 
67