• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #ifndef GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_
10 #define GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_
11 
12 #include "upb/def.h"
13 #include "upb/port_def.inc"
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 #include "upb/def.h"
19 
20 #include "upb/port_def.inc"
21 
22 extern upb_def_init google_protobuf_wrappers_proto_upbdefinit;
23 
google_protobuf_DoubleValue_getmsgdef(upb_symtab * s)24 UPB_INLINE const upb_msgdef *google_protobuf_DoubleValue_getmsgdef(upb_symtab *s) {
25   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
26   return upb_symtab_lookupmsg(s, "google.protobuf.DoubleValue");
27 }
28 
google_protobuf_FloatValue_getmsgdef(upb_symtab * s)29 UPB_INLINE const upb_msgdef *google_protobuf_FloatValue_getmsgdef(upb_symtab *s) {
30   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
31   return upb_symtab_lookupmsg(s, "google.protobuf.FloatValue");
32 }
33 
google_protobuf_Int64Value_getmsgdef(upb_symtab * s)34 UPB_INLINE const upb_msgdef *google_protobuf_Int64Value_getmsgdef(upb_symtab *s) {
35   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
36   return upb_symtab_lookupmsg(s, "google.protobuf.Int64Value");
37 }
38 
google_protobuf_UInt64Value_getmsgdef(upb_symtab * s)39 UPB_INLINE const upb_msgdef *google_protobuf_UInt64Value_getmsgdef(upb_symtab *s) {
40   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
41   return upb_symtab_lookupmsg(s, "google.protobuf.UInt64Value");
42 }
43 
google_protobuf_Int32Value_getmsgdef(upb_symtab * s)44 UPB_INLINE const upb_msgdef *google_protobuf_Int32Value_getmsgdef(upb_symtab *s) {
45   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
46   return upb_symtab_lookupmsg(s, "google.protobuf.Int32Value");
47 }
48 
google_protobuf_UInt32Value_getmsgdef(upb_symtab * s)49 UPB_INLINE const upb_msgdef *google_protobuf_UInt32Value_getmsgdef(upb_symtab *s) {
50   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
51   return upb_symtab_lookupmsg(s, "google.protobuf.UInt32Value");
52 }
53 
google_protobuf_BoolValue_getmsgdef(upb_symtab * s)54 UPB_INLINE const upb_msgdef *google_protobuf_BoolValue_getmsgdef(upb_symtab *s) {
55   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
56   return upb_symtab_lookupmsg(s, "google.protobuf.BoolValue");
57 }
58 
google_protobuf_StringValue_getmsgdef(upb_symtab * s)59 UPB_INLINE const upb_msgdef *google_protobuf_StringValue_getmsgdef(upb_symtab *s) {
60   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
61   return upb_symtab_lookupmsg(s, "google.protobuf.StringValue");
62 }
63 
google_protobuf_BytesValue_getmsgdef(upb_symtab * s)64 UPB_INLINE const upb_msgdef *google_protobuf_BytesValue_getmsgdef(upb_symtab *s) {
65   _upb_symtab_loaddefinit(s, &google_protobuf_wrappers_proto_upbdefinit);
66   return upb_symtab_lookupmsg(s, "google.protobuf.BytesValue");
67 }
68 
69 #ifdef __cplusplus
70 }  /* extern "C" */
71 #endif
72 
73 #include "upb/port_undef.inc"
74 
75 #endif  /* GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_ */
76