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