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