93eaa603e3262db7e8c553471b91814150c279bd
[platform/upstream/grpc.git] / src / core / ext / upb-generated / google / protobuf / any.upb.c
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  *     google/protobuf/any.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/protobuf/any.upb.h"
12
13 #include "upb/port_def.inc"
14
15 static const upb_msglayout_field google_protobuf_Any__fields[2] = {
16   {1, UPB_SIZE(0, 0), 0, 0, 9, 1},
17   {2, UPB_SIZE(8, 16), 0, 0, 12, 1},
18 };
19
20 const upb_msglayout google_protobuf_Any_msginit = {
21   NULL,
22   &google_protobuf_Any__fields[0],
23   UPB_SIZE(16, 32), 2, false, 255,
24 };
25
26 #include "upb/port_undef.inc"
27