9 #ifndef GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_
10 #define GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_
13 #include "upb/port_def.inc"
20 #include "upb/port_def.inc"
26 return upb_symtab_lookupmsg(s,
"google.protobuf.DoubleValue");
31 return upb_symtab_lookupmsg(s,
"google.protobuf.FloatValue");
36 return upb_symtab_lookupmsg(s,
"google.protobuf.Int64Value");
41 return upb_symtab_lookupmsg(s,
"google.protobuf.UInt64Value");
46 return upb_symtab_lookupmsg(s,
"google.protobuf.Int32Value");
51 return upb_symtab_lookupmsg(s,
"google.protobuf.UInt32Value");
56 return upb_symtab_lookupmsg(s,
"google.protobuf.BoolValue");
61 return upb_symtab_lookupmsg(s,
"google.protobuf.StringValue");
66 return upb_symtab_lookupmsg(s,
"google.protobuf.BytesValue");
73 #include "upb/port_undef.inc"
UPB_INLINE const upb_msgdef * google_protobuf_Int32Value_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:44
UPB_INLINE const upb_msgdef * google_protobuf_BoolValue_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:54
UPB_INLINE const upb_msgdef * google_protobuf_FloatValue_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:29
upb_def_init google_protobuf_wrappers_proto_upbdefinit
Definition: wrappers.upbdefs.c:61
UPB_INLINE const upb_msgdef * google_protobuf_UInt32Value_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:49
UPB_INLINE const upb_msgdef * google_protobuf_UInt64Value_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:39
UPB_INLINE const upb_msgdef * google_protobuf_Int64Value_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:34
UPB_INLINE const upb_msgdef * google_protobuf_BytesValue_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:64
UPB_INLINE const upb_msgdef * google_protobuf_StringValue_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:59
UPB_INLINE const upb_msgdef * google_protobuf_DoubleValue_getmsgdef(upb_symtab *s)
Definition: wrappers.upbdefs.h:24