1 /* This file was generated by upbc (the upb compiler) from the input 2 * file: 3 * 4 * google/protobuf/wrappers.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/wrappers.upb.h" 12 13 #include "upb/port_def.inc" 14 15 static const upb_msglayout_field google_protobuf_DoubleValue__fields[1] = { 16 {1, UPB_SIZE(0, 0), 0, 0, 1, 1}, 17 }; 18 19 const upb_msglayout google_protobuf_DoubleValue_msginit = { 20 NULL, 21 &google_protobuf_DoubleValue__fields[0], 22 UPB_SIZE(8, 8), 1, false, 255, 23 }; 24 25 static const upb_msglayout_field google_protobuf_FloatValue__fields[1] = { 26 {1, UPB_SIZE(0, 0), 0, 0, 2, 1}, 27 }; 28 29 const upb_msglayout google_protobuf_FloatValue_msginit = { 30 NULL, 31 &google_protobuf_FloatValue__fields[0], 32 UPB_SIZE(8, 8), 1, false, 255, 33 }; 34 35 static const upb_msglayout_field google_protobuf_Int64Value__fields[1] = { 36 {1, UPB_SIZE(0, 0), 0, 0, 3, 1}, 37 }; 38 39 const upb_msglayout google_protobuf_Int64Value_msginit = { 40 NULL, 41 &google_protobuf_Int64Value__fields[0], 42 UPB_SIZE(8, 8), 1, false, 255, 43 }; 44 45 static const upb_msglayout_field google_protobuf_UInt64Value__fields[1] = { 46 {1, UPB_SIZE(0, 0), 0, 0, 4, 1}, 47 }; 48 49 const upb_msglayout google_protobuf_UInt64Value_msginit = { 50 NULL, 51 &google_protobuf_UInt64Value__fields[0], 52 UPB_SIZE(8, 8), 1, false, 255, 53 }; 54 55 static const upb_msglayout_field google_protobuf_Int32Value__fields[1] = { 56 {1, UPB_SIZE(0, 0), 0, 0, 5, 1}, 57 }; 58 59 const upb_msglayout google_protobuf_Int32Value_msginit = { 60 NULL, 61 &google_protobuf_Int32Value__fields[0], 62 UPB_SIZE(8, 8), 1, false, 255, 63 }; 64 65 static const upb_msglayout_field google_protobuf_UInt32Value__fields[1] = { 66 {1, UPB_SIZE(0, 0), 0, 0, 13, 1}, 67 }; 68 69 const upb_msglayout google_protobuf_UInt32Value_msginit = { 70 NULL, 71 &google_protobuf_UInt32Value__fields[0], 72 UPB_SIZE(8, 8), 1, false, 255, 73 }; 74 75 static const upb_msglayout_field google_protobuf_BoolValue__fields[1] = { 76 {1, UPB_SIZE(0, 0), 0, 0, 8, 1}, 77 }; 78 79 const upb_msglayout google_protobuf_BoolValue_msginit = { 80 NULL, 81 &google_protobuf_BoolValue__fields[0], 82 UPB_SIZE(8, 8), 1, false, 255, 83 }; 84 85 static const upb_msglayout_field google_protobuf_StringValue__fields[1] = { 86 {1, UPB_SIZE(0, 0), 0, 0, 9, 1}, 87 }; 88 89 const upb_msglayout google_protobuf_StringValue_msginit = { 90 NULL, 91 &google_protobuf_StringValue__fields[0], 92 UPB_SIZE(8, 16), 1, false, 255, 93 }; 94 95 static const upb_msglayout_field google_protobuf_BytesValue__fields[1] = { 96 {1, UPB_SIZE(0, 0), 0, 0, 12, 1}, 97 }; 98 99 const upb_msglayout google_protobuf_BytesValue_msginit = { 100 NULL, 101 &google_protobuf_BytesValue__fields[0], 102 UPB_SIZE(8, 16), 1, false, 255, 103 }; 104 105 #include "upb/port_undef.inc" 106 107