aboutsummaryrefslogtreecommitdiff
path: root/src/core/ext/upbdefs-gen/google/protobuf/wrappers.upbdefs.h
blob: 0a5052fc7576763133b74590af3533e00ecc3de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* This file was generated by upb_generator from the input file:
 *
 *     google/protobuf/wrappers.proto
 *
 * Do not edit -- your changes will be discarded when the file is
 * regenerated. */

#ifndef GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_
#define GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_

#include "upb/reflection/def.h"
#include "upb/reflection/internal/def_pool.h"
#include "upb/port/def.inc"
#ifdef __cplusplus
extern "C" {
#endif

#include "upb/reflection/def.h"

#include "upb/port/def.inc"

extern _upb_DefPool_Init google_protobuf_wrappers_proto_upbdefinit;

UPB_INLINE const upb_MessageDef *google_protobuf_DoubleValue_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.DoubleValue");
}

UPB_INLINE const upb_MessageDef *google_protobuf_FloatValue_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.FloatValue");
}

UPB_INLINE const upb_MessageDef *google_protobuf_Int64Value_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.Int64Value");
}

UPB_INLINE const upb_MessageDef *google_protobuf_UInt64Value_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.UInt64Value");
}

UPB_INLINE const upb_MessageDef *google_protobuf_Int32Value_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.Int32Value");
}

UPB_INLINE const upb_MessageDef *google_protobuf_UInt32Value_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.UInt32Value");
}

UPB_INLINE const upb_MessageDef *google_protobuf_BoolValue_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.BoolValue");
}

UPB_INLINE const upb_MessageDef *google_protobuf_StringValue_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.StringValue");
}

UPB_INLINE const upb_MessageDef *google_protobuf_BytesValue_getmsgdef(upb_DefPool *s) {
  _upb_DefPool_LoadDefInit(s, &google_protobuf_wrappers_proto_upbdefinit);
  return upb_DefPool_FindMessageByName(s, "google.protobuf.BytesValue");
}

#ifdef __cplusplus
}  /* extern "C" */
#endif

#include "upb/port/undef.inc"

#endif  /* GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPBDEFS_H_ */