wrappers.upb.h
Go to the documentation of this file.
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_UPB_H_
10 #define GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPB_H_
11 
12 #include "upb/msg_internal.h"
13 #include "upb/decode.h"
14 #include "upb/decode_fast.h"
15 #include "upb/encode.h"
16 
17 #include "upb/port_def.inc"
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
50 
51 
52 
53 /* google.protobuf.DoubleValue */
54 
57 }
60  if (!ret) return NULL;
62  return NULL;
63  }
64  return ret;
65 }
67  const upb_ExtensionRegistry* extreg,
68  int options, upb_Arena* arena) {
70  if (!ret) return NULL;
73  return NULL;
74  }
75  return ret;
76 }
79 }
81  upb_Arena* arena, size_t* len) {
83 }
85  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), double) = 0;
86 }
88  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), double);
89 }
90 
92  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), double) = value;
93 }
94 
95 /* google.protobuf.FloatValue */
96 
99 }
102  if (!ret) return NULL;
104  return NULL;
105  }
106  return ret;
107 }
109  const upb_ExtensionRegistry* extreg,
110  int options, upb_Arena* arena) {
112  if (!ret) return NULL;
115  return NULL;
116  }
117  return ret;
118 }
121 }
123  upb_Arena* arena, size_t* len) {
125 }
127  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), float) = 0;
128 }
130  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), float);
131 }
132 
134  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), float) = value;
135 }
136 
137 /* google.protobuf.Int64Value */
138 
141 }
144  if (!ret) return NULL;
146  return NULL;
147  }
148  return ret;
149 }
151  const upb_ExtensionRegistry* extreg,
152  int options, upb_Arena* arena) {
154  if (!ret) return NULL;
157  return NULL;
158  }
159  return ret;
160 }
163 }
165  upb_Arena* arena, size_t* len) {
167 }
169  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int64_t) = 0;
170 }
172  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int64_t);
173 }
174 
176  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int64_t) = value;
177 }
178 
179 /* google.protobuf.UInt64Value */
180 
183 }
186  if (!ret) return NULL;
188  return NULL;
189  }
190  return ret;
191 }
193  const upb_ExtensionRegistry* extreg,
194  int options, upb_Arena* arena) {
196  if (!ret) return NULL;
199  return NULL;
200  }
201  return ret;
202 }
205 }
207  upb_Arena* arena, size_t* len) {
209 }
211  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), uint64_t) = 0;
212 }
214  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), uint64_t);
215 }
216 
218  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), uint64_t) = value;
219 }
220 
221 /* google.protobuf.Int32Value */
222 
225 }
228  if (!ret) return NULL;
230  return NULL;
231  }
232  return ret;
233 }
235  const upb_ExtensionRegistry* extreg,
236  int options, upb_Arena* arena) {
238  if (!ret) return NULL;
241  return NULL;
242  }
243  return ret;
244 }
247 }
249  upb_Arena* arena, size_t* len) {
251 }
253  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int32_t) = 0;
254 }
256  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int32_t);
257 }
258 
260  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int32_t) = value;
261 }
262 
263 /* google.protobuf.UInt32Value */
264 
267 }
270  if (!ret) return NULL;
272  return NULL;
273  }
274  return ret;
275 }
277  const upb_ExtensionRegistry* extreg,
278  int options, upb_Arena* arena) {
280  if (!ret) return NULL;
283  return NULL;
284  }
285  return ret;
286 }
289 }
291  upb_Arena* arena, size_t* len) {
293 }
295  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), uint32_t) = 0;
296 }
298  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), uint32_t);
299 }
300 
302  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), uint32_t) = value;
303 }
304 
305 /* google.protobuf.BoolValue */
306 
309 }
312  if (!ret) return NULL;
314  return NULL;
315  }
316  return ret;
317 }
319  const upb_ExtensionRegistry* extreg,
320  int options, upb_Arena* arena) {
322  if (!ret) return NULL;
325  return NULL;
326  }
327  return ret;
328 }
331 }
333  upb_Arena* arena, size_t* len) {
335 }
337  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), bool) = 0;
338 }
340  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), bool);
341 }
342 
344  *UPB_PTR_AT(msg, UPB_SIZE(0, 0), bool) = value;
345 }
346 
347 /* google.protobuf.StringValue */
348 
351 }
354  if (!ret) return NULL;
356  return NULL;
357  }
358  return ret;
359 }
361  const upb_ExtensionRegistry* extreg,
362  int options, upb_Arena* arena) {
364  if (!ret) return NULL;
367  return NULL;
368  }
369  return ret;
370 }
373 }
375  upb_Arena* arena, size_t* len) {
377 }
380 }
382  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), upb_StringView);
383 }
384 
387 }
388 
389 /* google.protobuf.BytesValue */
390 
393 }
396  if (!ret) return NULL;
398  return NULL;
399  }
400  return ret;
401 }
403  const upb_ExtensionRegistry* extreg,
404  int options, upb_Arena* arena) {
406  if (!ret) return NULL;
409  return NULL;
410  }
411  return ret;
412 }
415 }
417  upb_Arena* arena, size_t* len) {
419 }
422 }
424  return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), upb_StringView);
425 }
426 
429 }
430 
432 
433 #ifdef __cplusplus
434 } /* extern "C" */
435 #endif
436 
437 #include "upb/port_undef.inc"
438 
439 #endif /* GOOGLE_PROTOBUF_WRAPPERS_PROTO_UPB_H_ */
google_protobuf_UInt32Value_parse
UPB_INLINE google_protobuf_UInt32Value * google_protobuf_UInt32Value_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:268
google_protobuf_UInt64Value_serialize
UPB_INLINE char * google_protobuf_UInt64Value_serialize(const google_protobuf_UInt64Value *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:203
google_protobuf_Int64Value_serialize_ex
UPB_INLINE char * google_protobuf_Int64Value_serialize_ex(const google_protobuf_Int64Value *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:164
google_protobuf_DoubleValue_value
UPB_INLINE double google_protobuf_DoubleValue_value(const google_protobuf_DoubleValue *msg)
Definition: wrappers.upb.h:87
google_protobuf_FloatValue_set_value
UPB_INLINE void google_protobuf_FloatValue_set_value(google_protobuf_FloatValue *msg, float value)
Definition: wrappers.upb.h:133
google_protobuf_StringValue_set_value
UPB_INLINE void google_protobuf_StringValue_set_value(google_protobuf_StringValue *msg, upb_StringView value)
Definition: wrappers.upb.h:385
google_protobuf_BoolValue_serialize_ex
UPB_INLINE char * google_protobuf_BoolValue_serialize_ex(const google_protobuf_BoolValue *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:332
google_protobuf_DoubleValue_new
UPB_INLINE google_protobuf_DoubleValue * google_protobuf_DoubleValue_new(upb_Arena *arena)
Definition: wrappers.upb.h:55
google_protobuf_BoolValue_set_value
UPB_INLINE void google_protobuf_BoolValue_set_value(google_protobuf_BoolValue *msg, bool value)
Definition: wrappers.upb.h:343
google_protobuf_UInt64Value_set_value
UPB_INLINE void google_protobuf_UInt64Value_set_value(google_protobuf_UInt64Value *msg, uint64_t value)
Definition: wrappers.upb.h:217
google_protobuf_UInt32Value_msginit
const upb_MiniTable google_protobuf_UInt32Value_msginit
Definition: wrappers.upb.c:69
encode.h
google_protobuf_Int32Value_parse_ex
UPB_INLINE google_protobuf_Int32Value * google_protobuf_Int32Value_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:234
upb_Decode
upb_DecodeStatus upb_Decode(const char *buf, size_t size, void *msg, const upb_MiniTable *l, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: decode.c:1076
options
double_dict options[]
Definition: capstone_test.c:55
google_protobuf_StringValue_parse_ex
UPB_INLINE google_protobuf_StringValue * google_protobuf_StringValue_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:360
buf
voidpf void * buf
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136
kUpb_DecodeStatus_Ok
@ kUpb_DecodeStatus_Ok
Definition: decode.h:72
google_protobuf_Int64Value_clear_value
UPB_INLINE void google_protobuf_Int64Value_clear_value(const google_protobuf_Int64Value *msg)
Definition: wrappers.upb.h:168
google_protobuf_UInt32Value_new
UPB_INLINE google_protobuf_UInt32Value * google_protobuf_UInt32Value_new(upb_Arena *arena)
Definition: wrappers.upb.h:265
upb_MiniTable
Definition: msg_internal.h:185
google_protobuf_BytesValue
struct google_protobuf_BytesValue google_protobuf_BytesValue
Definition: wrappers.upb.h:40
google_protobuf_UInt32Value_serialize
UPB_INLINE char * google_protobuf_UInt32Value_serialize(const google_protobuf_UInt32Value *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:287
UPB_PTR_AT
#define UPB_PTR_AT(msg, ofs, type)
Definition: php-upb.c:71
google_protobuf_FloatValue_serialize
UPB_INLINE char * google_protobuf_FloatValue_serialize(const google_protobuf_FloatValue *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:119
google_protobuf_BoolValue_parse
UPB_INLINE google_protobuf_BoolValue * google_protobuf_BoolValue_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:310
google_protobuf_BytesValue_serialize_ex
UPB_INLINE char * google_protobuf_BytesValue_serialize_ex(const google_protobuf_BytesValue *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:416
google_protobuf_UInt32Value_parse_ex
UPB_INLINE google_protobuf_UInt32Value * google_protobuf_UInt32Value_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:276
google_protobuf_DoubleValue_parse_ex
UPB_INLINE google_protobuf_DoubleValue * google_protobuf_DoubleValue_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:66
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
google_protobuf_BoolValue_new
UPB_INLINE google_protobuf_BoolValue * google_protobuf_BoolValue_new(upb_Arena *arena)
Definition: wrappers.upb.h:307
google_protobuf_BytesValue_parse
UPB_INLINE google_protobuf_BytesValue * google_protobuf_BytesValue_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:394
uint32_t
unsigned int uint32_t
Definition: stdint-msvc2008.h:80
google_protobuf_StringValue_new
UPB_INLINE google_protobuf_StringValue * google_protobuf_StringValue_new(upb_Arena *arena)
Definition: wrappers.upb.h:349
google_protobuf_BytesValue_set_value
UPB_INLINE void google_protobuf_BytesValue_set_value(google_protobuf_BytesValue *msg, upb_StringView value)
Definition: wrappers.upb.h:427
_upb_Message_New
upb_Message * _upb_Message_New(const upb_MiniTable *l, upb_Arena *a)
Definition: msg.c:44
decode.h
google_protobuf_StringValue_clear_value
UPB_INLINE void google_protobuf_StringValue_clear_value(const google_protobuf_StringValue *msg)
Definition: wrappers.upb.h:378
google_protobuf_Int64Value_set_value
UPB_INLINE void google_protobuf_Int64Value_set_value(google_protobuf_Int64Value *msg, int64_t value)
Definition: wrappers.upb.h:175
int64_t
signed __int64 int64_t
Definition: stdint-msvc2008.h:89
google_protobuf_UInt64Value_parse
UPB_INLINE google_protobuf_UInt64Value * google_protobuf_UInt64Value_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:184
google_protobuf_UInt64Value_value
UPB_INLINE uint64_t google_protobuf_UInt64Value_value(const google_protobuf_UInt64Value *msg)
Definition: wrappers.upb.h:213
google_protobuf_Int64Value
struct google_protobuf_Int64Value google_protobuf_Int64Value
Definition: wrappers.upb.h:34
google_protobuf_FloatValue_msginit
const upb_MiniTable google_protobuf_FloatValue_msginit
Definition: wrappers.upb.c:29
google_protobuf_wrappers_proto_upb_file_layout
const upb_MiniTable_File google_protobuf_wrappers_proto_upb_file_layout
Definition: wrappers.upb.c:117
UPB_SIZE
#define UPB_SIZE(size32, size64)
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c:32
google_protobuf_FloatValue_parse
UPB_INLINE google_protobuf_FloatValue * google_protobuf_FloatValue_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:100
google_protobuf_Int64Value_parse
UPB_INLINE google_protobuf_Int64Value * google_protobuf_Int64Value_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:142
google_protobuf_DoubleValue_serialize_ex
UPB_INLINE char * google_protobuf_DoubleValue_serialize_ex(const google_protobuf_DoubleValue *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:80
UPB_INLINE
#define UPB_INLINE
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c:53
google_protobuf_UInt32Value_serialize_ex
UPB_INLINE char * google_protobuf_UInt32Value_serialize_ex(const google_protobuf_UInt32Value *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:290
uint64_t
unsigned __int64 uint64_t
Definition: stdint-msvc2008.h:90
google_protobuf_Int32Value_parse
UPB_INLINE google_protobuf_Int32Value * google_protobuf_Int32Value_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:226
google_protobuf_FloatValue
struct google_protobuf_FloatValue google_protobuf_FloatValue
Definition: wrappers.upb.h:33
google_protobuf_UInt64Value_msginit
const upb_MiniTable google_protobuf_UInt64Value_msginit
Definition: wrappers.upb.c:49
upb_MiniTable_File
Definition: msg_internal.h:208
google_protobuf_Int64Value_serialize
UPB_INLINE char * google_protobuf_Int64Value_serialize(const google_protobuf_Int64Value *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:161
google_protobuf_Int32Value_msginit
const upb_MiniTable google_protobuf_Int32Value_msginit
Definition: wrappers.upb.c:59
google_protobuf_FloatValue_new
UPB_INLINE google_protobuf_FloatValue * google_protobuf_FloatValue_new(upb_Arena *arena)
Definition: wrappers.upb.h:97
google_protobuf_DoubleValue_msginit
const upb_MiniTable google_protobuf_DoubleValue_msginit
Definition: wrappers.upb.c:19
google_protobuf_DoubleValue_clear_value
UPB_INLINE void google_protobuf_DoubleValue_clear_value(const google_protobuf_DoubleValue *msg)
Definition: wrappers.upb.h:84
google_protobuf_StringValue_serialize
UPB_INLINE char * google_protobuf_StringValue_serialize(const google_protobuf_StringValue *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:371
google_protobuf_DoubleValue_set_value
UPB_INLINE void google_protobuf_DoubleValue_set_value(google_protobuf_DoubleValue *msg, double value)
Definition: wrappers.upb.h:91
google_protobuf_BytesValue_value
UPB_INLINE upb_StringView google_protobuf_BytesValue_value(const google_protobuf_BytesValue *msg)
Definition: wrappers.upb.h:423
decode_fast.h
msg
std::string msg
Definition: client_interceptors_end2end_test.cc:372
google_protobuf_StringValue
struct google_protobuf_StringValue google_protobuf_StringValue
Definition: wrappers.upb.h:39
google_protobuf_StringValue_parse
UPB_INLINE google_protobuf_StringValue * google_protobuf_StringValue_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:352
google_protobuf_FloatValue_parse_ex
UPB_INLINE google_protobuf_FloatValue * google_protobuf_FloatValue_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:108
google_protobuf_BytesValue_msginit
const upb_MiniTable google_protobuf_BytesValue_msginit
Definition: wrappers.upb.c:99
google_protobuf_Int64Value_new
UPB_INLINE google_protobuf_Int64Value * google_protobuf_Int64Value_new(upb_Arena *arena)
Definition: wrappers.upb.h:139
google_protobuf_UInt32Value_value
UPB_INLINE uint32_t google_protobuf_UInt32Value_value(const google_protobuf_UInt32Value *msg)
Definition: wrappers.upb.h:297
google_protobuf_Int32Value_set_value
UPB_INLINE void google_protobuf_Int32Value_set_value(google_protobuf_Int32Value *msg, int32_t value)
Definition: wrappers.upb.h:259
value
const char * value
Definition: hpack_parser_table.cc:165
google_protobuf_Int32Value_clear_value
UPB_INLINE void google_protobuf_Int32Value_clear_value(const google_protobuf_Int32Value *msg)
Definition: wrappers.upb.h:252
google_protobuf_UInt32Value_clear_value
UPB_INLINE void google_protobuf_UInt32Value_clear_value(const google_protobuf_UInt32Value *msg)
Definition: wrappers.upb.h:294
upb_Encode
char * upb_Encode(const void *msg, const upb_MiniTable *l, int options, upb_Arena *arena, size_t *size)
Definition: encode.c:573
google_protobuf_Int32Value_new
UPB_INLINE google_protobuf_Int32Value * google_protobuf_Int32Value_new(upb_Arena *arena)
Definition: wrappers.upb.h:223
google_protobuf_Int32Value_serialize_ex
UPB_INLINE char * google_protobuf_Int32Value_serialize_ex(const google_protobuf_Int32Value *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:248
google_protobuf_UInt64Value_serialize_ex
UPB_INLINE char * google_protobuf_UInt64Value_serialize_ex(const google_protobuf_UInt64Value *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:206
google_protobuf_BytesValue_parse_ex
UPB_INLINE google_protobuf_BytesValue * google_protobuf_BytesValue_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:402
upb_StringView
Definition: upb/upb/upb.h:72
google_protobuf_Int64Value_value
UPB_INLINE int64_t google_protobuf_Int64Value_value(const google_protobuf_Int64Value *msg)
Definition: wrappers.upb.h:171
google_protobuf_DoubleValue_serialize
UPB_INLINE char * google_protobuf_DoubleValue_serialize(const google_protobuf_DoubleValue *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:77
google_protobuf_BoolValue_msginit
const upb_MiniTable google_protobuf_BoolValue_msginit
Definition: wrappers.upb.c:79
ret
UniquePtr< SSL_SESSION > ret
Definition: ssl_x509.cc:1029
google_protobuf_Int32Value_value
UPB_INLINE int32_t google_protobuf_Int32Value_value(const google_protobuf_Int32Value *msg)
Definition: wrappers.upb.h:255
google_protobuf_BoolValue_serialize
UPB_INLINE char * google_protobuf_BoolValue_serialize(const google_protobuf_BoolValue *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:329
google_protobuf_BoolValue
struct google_protobuf_BoolValue google_protobuf_BoolValue
Definition: wrappers.upb.h:38
upb_StringView_FromDataAndSize
UPB_INLINE upb_StringView upb_StringView_FromDataAndSize(const char *data, size_t size)
Definition: upb/upb/upb.h:77
google_protobuf_UInt64Value_new
UPB_INLINE google_protobuf_UInt64Value * google_protobuf_UInt64Value_new(upb_Arena *arena)
Definition: wrappers.upb.h:181
google_protobuf_BoolValue_parse_ex
UPB_INLINE google_protobuf_BoolValue * google_protobuf_BoolValue_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:318
google_protobuf_Int64Value_parse_ex
UPB_INLINE google_protobuf_Int64Value * google_protobuf_Int64Value_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:150
google_protobuf_UInt32Value_set_value
UPB_INLINE void google_protobuf_UInt32Value_set_value(google_protobuf_UInt32Value *msg, uint32_t value)
Definition: wrappers.upb.h:301
google_protobuf_StringValue_serialize_ex
UPB_INLINE char * google_protobuf_StringValue_serialize_ex(const google_protobuf_StringValue *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:374
google_protobuf_DoubleValue_parse
UPB_INLINE google_protobuf_DoubleValue * google_protobuf_DoubleValue_parse(const char *buf, size_t size, upb_Arena *arena)
Definition: wrappers.upb.h:58
google_protobuf_StringValue_msginit
const upb_MiniTable google_protobuf_StringValue_msginit
Definition: wrappers.upb.c:89
google_protobuf_Int64Value_msginit
const upb_MiniTable google_protobuf_Int64Value_msginit
Definition: wrappers.upb.c:39
google_protobuf_UInt64Value_parse_ex
UPB_INLINE google_protobuf_UInt64Value * google_protobuf_UInt64Value_parse_ex(const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
Definition: wrappers.upb.h:192
google_protobuf_BytesValue_new
UPB_INLINE google_protobuf_BytesValue * google_protobuf_BytesValue_new(upb_Arena *arena)
Definition: wrappers.upb.h:391
google_protobuf_UInt64Value
struct google_protobuf_UInt64Value google_protobuf_UInt64Value
Definition: wrappers.upb.h:35
google_protobuf_FloatValue_value
UPB_INLINE float google_protobuf_FloatValue_value(const google_protobuf_FloatValue *msg)
Definition: wrappers.upb.h:129
google_protobuf_Int32Value_serialize
UPB_INLINE char * google_protobuf_Int32Value_serialize(const google_protobuf_Int32Value *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:245
google_protobuf_UInt32Value
struct google_protobuf_UInt32Value google_protobuf_UInt32Value
Definition: wrappers.upb.h:37
google_protobuf_BoolValue_clear_value
UPB_INLINE void google_protobuf_BoolValue_clear_value(const google_protobuf_BoolValue *msg)
Definition: wrappers.upb.h:336
len
int len
Definition: abseil-cpp/absl/base/internal/low_level_alloc_test.cc:46
size
voidpf void uLong size
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136
int32_t
signed int int32_t
Definition: stdint-msvc2008.h:77
google_protobuf_BytesValue_serialize
UPB_INLINE char * google_protobuf_BytesValue_serialize(const google_protobuf_BytesValue *msg, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:413
msg_internal.h
google_protobuf_Int32Value
struct google_protobuf_Int32Value google_protobuf_Int32Value
Definition: wrappers.upb.h:36
upb_Arena
Definition: upb_internal.h:36
google_protobuf_BytesValue_clear_value
UPB_INLINE void google_protobuf_BytesValue_clear_value(const google_protobuf_BytesValue *msg)
Definition: wrappers.upb.h:420
google_protobuf_BoolValue_value
UPB_INLINE bool google_protobuf_BoolValue_value(const google_protobuf_BoolValue *msg)
Definition: wrappers.upb.h:339
google_protobuf_UInt64Value_clear_value
UPB_INLINE void google_protobuf_UInt64Value_clear_value(const google_protobuf_UInt64Value *msg)
Definition: wrappers.upb.h:210
google_protobuf_FloatValue_serialize_ex
UPB_INLINE char * google_protobuf_FloatValue_serialize_ex(const google_protobuf_FloatValue *msg, int options, upb_Arena *arena, size_t *len)
Definition: wrappers.upb.h:122
upb_ExtensionRegistry
Definition: msg.c:372
google_protobuf_StringValue_value
UPB_INLINE upb_StringView google_protobuf_StringValue_value(const google_protobuf_StringValue *msg)
Definition: wrappers.upb.h:381
google_protobuf_FloatValue_clear_value
UPB_INLINE void google_protobuf_FloatValue_clear_value(const google_protobuf_FloatValue *msg)
Definition: wrappers.upb.h:126
google_protobuf_DoubleValue
struct google_protobuf_DoubleValue google_protobuf_DoubleValue
Definition: wrappers.upb.h:32


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:53