1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * google/rpc/status.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/rpc/status.upb.h" 12 #include "google/protobuf/any.upb.h" 13 14 #include "upb/port_def.inc" 15 16 static const upb_msglayout *const google_rpc_Status_submsgs[1] = { 17 &google_protobuf_Any_msginit, 18 }; 19 20 static const upb_msglayout_field google_rpc_Status__fields[3] = { 21 {1, UPB_SIZE(0, 0), 0, 0, 5, 1}, 22 {2, UPB_SIZE(4, 8), 0, 0, 9, 1}, 23 {3, UPB_SIZE(12, 24), 0, 0, 11, 3}, 24 }; 25 26 const upb_msglayout google_rpc_Status_msginit = { 27 &google_rpc_Status_submsgs[0], 28 &google_rpc_Status__fields[0], 29 UPB_SIZE(16, 32), 3, false, 255, 30 }; 31 32 #include "upb/port_undef.inc" 33 34