1 /* This file was generated by upb_generator from the input file: 2 * 3 * google/protobuf/wrappers.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. */ 7 8 #ifndef GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPB_MINITABLE_H_ 9 #define GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPB_MINITABLE_H_ 10 11 #include "upb/generated_code_support.h" 12 13 // Must be last. 14 #include "upb/port/def.inc" 15 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 19 20 extern const upb_MiniTable google__protobuf__DoubleValue_msg_init; 21 extern const upb_MiniTable google__protobuf__FloatValue_msg_init; 22 extern const upb_MiniTable google__protobuf__Int64Value_msg_init; 23 extern const upb_MiniTable google__protobuf__UInt64Value_msg_init; 24 extern const upb_MiniTable google__protobuf__Int32Value_msg_init; 25 extern const upb_MiniTable google__protobuf__UInt32Value_msg_init; 26 extern const upb_MiniTable google__protobuf__BoolValue_msg_init; 27 extern const upb_MiniTable google__protobuf__StringValue_msg_init; 28 extern const upb_MiniTable google__protobuf__BytesValue_msg_init; 29 30 extern const upb_MiniTableFile google_protobuf_wrappers_proto_upb_file_layout; 31 32 #ifdef __cplusplus 33 } /* extern "C" */ 34 #endif 35 36 #include "upb/port/undef.inc" 37 38 #endif /* GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPB_MINITABLE_H_ */ 39