Typedefs | Functions | Variables
wrappers.upb.h File Reference
#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Include dependency graph for wrappers.upb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct google_protobuf_BoolValue google_protobuf_BoolValue
 
typedef struct google_protobuf_BytesValue google_protobuf_BytesValue
 
typedef struct google_protobuf_DoubleValue google_protobuf_DoubleValue
 
typedef struct google_protobuf_FloatValue google_protobuf_FloatValue
 
typedef struct google_protobuf_Int32Value google_protobuf_Int32Value
 
typedef struct google_protobuf_Int64Value google_protobuf_Int64Value
 
typedef struct google_protobuf_StringValue google_protobuf_StringValue
 
typedef struct google_protobuf_UInt32Value google_protobuf_UInt32Value
 
typedef struct google_protobuf_UInt64Value google_protobuf_UInt64Value
 

Functions

UPB_INLINE void google_protobuf_BoolValue_clear_value (const google_protobuf_BoolValue *msg)
 
UPB_INLINE google_protobuf_BoolValuegoogle_protobuf_BoolValue_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_BoolValuegoogle_protobuf_BoolValue_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_BoolValuegoogle_protobuf_BoolValue_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_BoolValue_serialize (const google_protobuf_BoolValue *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_BoolValue_serialize_ex (const google_protobuf_BoolValue *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_BoolValue_set_value (google_protobuf_BoolValue *msg, bool value)
 
UPB_INLINE bool google_protobuf_BoolValue_value (const google_protobuf_BoolValue *msg)
 
UPB_INLINE void google_protobuf_BytesValue_clear_value (const google_protobuf_BytesValue *msg)
 
UPB_INLINE google_protobuf_BytesValuegoogle_protobuf_BytesValue_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_BytesValuegoogle_protobuf_BytesValue_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_BytesValuegoogle_protobuf_BytesValue_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_BytesValue_serialize (const google_protobuf_BytesValue *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_BytesValue_serialize_ex (const google_protobuf_BytesValue *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_BytesValue_set_value (google_protobuf_BytesValue *msg, upb_StringView value)
 
UPB_INLINE upb_StringView google_protobuf_BytesValue_value (const google_protobuf_BytesValue *msg)
 
UPB_INLINE void google_protobuf_DoubleValue_clear_value (const google_protobuf_DoubleValue *msg)
 
UPB_INLINE google_protobuf_DoubleValuegoogle_protobuf_DoubleValue_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_DoubleValuegoogle_protobuf_DoubleValue_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_DoubleValuegoogle_protobuf_DoubleValue_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_DoubleValue_serialize (const google_protobuf_DoubleValue *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_DoubleValue_serialize_ex (const google_protobuf_DoubleValue *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_DoubleValue_set_value (google_protobuf_DoubleValue *msg, double value)
 
UPB_INLINE double google_protobuf_DoubleValue_value (const google_protobuf_DoubleValue *msg)
 
UPB_INLINE void google_protobuf_FloatValue_clear_value (const google_protobuf_FloatValue *msg)
 
UPB_INLINE google_protobuf_FloatValuegoogle_protobuf_FloatValue_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_FloatValuegoogle_protobuf_FloatValue_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_FloatValuegoogle_protobuf_FloatValue_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_FloatValue_serialize (const google_protobuf_FloatValue *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_FloatValue_serialize_ex (const google_protobuf_FloatValue *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_FloatValue_set_value (google_protobuf_FloatValue *msg, float value)
 
UPB_INLINE float google_protobuf_FloatValue_value (const google_protobuf_FloatValue *msg)
 
UPB_INLINE void google_protobuf_Int32Value_clear_value (const google_protobuf_Int32Value *msg)
 
UPB_INLINE google_protobuf_Int32Valuegoogle_protobuf_Int32Value_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_Int32Valuegoogle_protobuf_Int32Value_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_Int32Valuegoogle_protobuf_Int32Value_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_Int32Value_serialize (const google_protobuf_Int32Value *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_Int32Value_serialize_ex (const google_protobuf_Int32Value *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_Int32Value_set_value (google_protobuf_Int32Value *msg, int32_t value)
 
UPB_INLINE int32_t google_protobuf_Int32Value_value (const google_protobuf_Int32Value *msg)
 
UPB_INLINE void google_protobuf_Int64Value_clear_value (const google_protobuf_Int64Value *msg)
 
UPB_INLINE google_protobuf_Int64Valuegoogle_protobuf_Int64Value_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_Int64Valuegoogle_protobuf_Int64Value_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_Int64Valuegoogle_protobuf_Int64Value_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_Int64Value_serialize (const google_protobuf_Int64Value *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_Int64Value_serialize_ex (const google_protobuf_Int64Value *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_Int64Value_set_value (google_protobuf_Int64Value *msg, int64_t value)
 
UPB_INLINE int64_t google_protobuf_Int64Value_value (const google_protobuf_Int64Value *msg)
 
UPB_INLINE void google_protobuf_StringValue_clear_value (const google_protobuf_StringValue *msg)
 
UPB_INLINE google_protobuf_StringValuegoogle_protobuf_StringValue_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_StringValuegoogle_protobuf_StringValue_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_StringValuegoogle_protobuf_StringValue_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_StringValue_serialize (const google_protobuf_StringValue *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_StringValue_serialize_ex (const google_protobuf_StringValue *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_StringValue_set_value (google_protobuf_StringValue *msg, upb_StringView value)
 
UPB_INLINE upb_StringView google_protobuf_StringValue_value (const google_protobuf_StringValue *msg)
 
UPB_INLINE void google_protobuf_UInt32Value_clear_value (const google_protobuf_UInt32Value *msg)
 
UPB_INLINE google_protobuf_UInt32Valuegoogle_protobuf_UInt32Value_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_UInt32Valuegoogle_protobuf_UInt32Value_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_UInt32Valuegoogle_protobuf_UInt32Value_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_UInt32Value_serialize (const google_protobuf_UInt32Value *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_UInt32Value_serialize_ex (const google_protobuf_UInt32Value *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_UInt32Value_set_value (google_protobuf_UInt32Value *msg, uint32_t value)
 
UPB_INLINE uint32_t google_protobuf_UInt32Value_value (const google_protobuf_UInt32Value *msg)
 
UPB_INLINE void google_protobuf_UInt64Value_clear_value (const google_protobuf_UInt64Value *msg)
 
UPB_INLINE google_protobuf_UInt64Valuegoogle_protobuf_UInt64Value_new (upb_Arena *arena)
 
UPB_INLINE google_protobuf_UInt64Valuegoogle_protobuf_UInt64Value_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_protobuf_UInt64Valuegoogle_protobuf_UInt64Value_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_protobuf_UInt64Value_serialize (const google_protobuf_UInt64Value *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_protobuf_UInt64Value_serialize_ex (const google_protobuf_UInt64Value *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_protobuf_UInt64Value_set_value (google_protobuf_UInt64Value *msg, uint64_t value)
 
UPB_INLINE uint64_t google_protobuf_UInt64Value_value (const google_protobuf_UInt64Value *msg)
 

Variables

const upb_MiniTable google_protobuf_BoolValue_msginit
 
const upb_MiniTable google_protobuf_BytesValue_msginit
 
const upb_MiniTable google_protobuf_DoubleValue_msginit
 
const upb_MiniTable google_protobuf_FloatValue_msginit
 
const upb_MiniTable google_protobuf_Int32Value_msginit
 
const upb_MiniTable google_protobuf_Int64Value_msginit
 
const upb_MiniTable google_protobuf_StringValue_msginit
 
const upb_MiniTable google_protobuf_UInt32Value_msginit
 
const upb_MiniTable google_protobuf_UInt64Value_msginit
 
const upb_MiniTable_File google_protobuf_wrappers_proto_upb_file_layout
 

Typedef Documentation

◆ google_protobuf_BoolValue

Definition at line 38 of file wrappers.upb.h.

◆ google_protobuf_BytesValue

Definition at line 40 of file wrappers.upb.h.

◆ google_protobuf_DoubleValue

Definition at line 32 of file wrappers.upb.h.

◆ google_protobuf_FloatValue

Definition at line 33 of file wrappers.upb.h.

◆ google_protobuf_Int32Value

Definition at line 36 of file wrappers.upb.h.

◆ google_protobuf_Int64Value

Definition at line 34 of file wrappers.upb.h.

◆ google_protobuf_StringValue

Definition at line 39 of file wrappers.upb.h.

◆ google_protobuf_UInt32Value

Definition at line 37 of file wrappers.upb.h.

◆ google_protobuf_UInt64Value

Definition at line 35 of file wrappers.upb.h.

Function Documentation

◆ google_protobuf_BoolValue_clear_value()

UPB_INLINE void google_protobuf_BoolValue_clear_value ( const google_protobuf_BoolValue msg)

Definition at line 336 of file wrappers.upb.h.

◆ google_protobuf_BoolValue_new()

UPB_INLINE google_protobuf_BoolValue* google_protobuf_BoolValue_new ( upb_Arena arena)

Definition at line 307 of file wrappers.upb.h.

◆ google_protobuf_BoolValue_parse()

UPB_INLINE google_protobuf_BoolValue* google_protobuf_BoolValue_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 310 of file wrappers.upb.h.

◆ 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 at line 318 of file wrappers.upb.h.

◆ google_protobuf_BoolValue_serialize()

UPB_INLINE char* google_protobuf_BoolValue_serialize ( const google_protobuf_BoolValue msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 329 of file wrappers.upb.h.

◆ 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 at line 332 of file wrappers.upb.h.

◆ google_protobuf_BoolValue_set_value()

UPB_INLINE void google_protobuf_BoolValue_set_value ( google_protobuf_BoolValue msg,
bool  value 
)

Definition at line 343 of file wrappers.upb.h.

◆ google_protobuf_BoolValue_value()

UPB_INLINE bool google_protobuf_BoolValue_value ( const google_protobuf_BoolValue msg)

Definition at line 339 of file wrappers.upb.h.

◆ google_protobuf_BytesValue_clear_value()

UPB_INLINE void google_protobuf_BytesValue_clear_value ( const google_protobuf_BytesValue msg)

Definition at line 420 of file wrappers.upb.h.

◆ google_protobuf_BytesValue_new()

UPB_INLINE google_protobuf_BytesValue* google_protobuf_BytesValue_new ( upb_Arena arena)

Definition at line 391 of file wrappers.upb.h.

◆ google_protobuf_BytesValue_parse()

UPB_INLINE google_protobuf_BytesValue* google_protobuf_BytesValue_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 394 of file wrappers.upb.h.

◆ 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 at line 402 of file wrappers.upb.h.

◆ google_protobuf_BytesValue_serialize()

UPB_INLINE char* google_protobuf_BytesValue_serialize ( const google_protobuf_BytesValue msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 413 of file wrappers.upb.h.

◆ 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 at line 416 of file wrappers.upb.h.

◆ google_protobuf_BytesValue_set_value()

UPB_INLINE void google_protobuf_BytesValue_set_value ( google_protobuf_BytesValue msg,
upb_StringView  value 
)

Definition at line 427 of file wrappers.upb.h.

◆ google_protobuf_BytesValue_value()

UPB_INLINE upb_StringView google_protobuf_BytesValue_value ( const google_protobuf_BytesValue msg)

Definition at line 423 of file wrappers.upb.h.

◆ google_protobuf_DoubleValue_clear_value()

UPB_INLINE void google_protobuf_DoubleValue_clear_value ( const google_protobuf_DoubleValue msg)

Definition at line 84 of file wrappers.upb.h.

◆ google_protobuf_DoubleValue_new()

UPB_INLINE google_protobuf_DoubleValue* google_protobuf_DoubleValue_new ( upb_Arena arena)

Definition at line 55 of file wrappers.upb.h.

◆ google_protobuf_DoubleValue_parse()

UPB_INLINE google_protobuf_DoubleValue* google_protobuf_DoubleValue_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 58 of file wrappers.upb.h.

◆ 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 at line 66 of file wrappers.upb.h.

◆ google_protobuf_DoubleValue_serialize()

UPB_INLINE char* google_protobuf_DoubleValue_serialize ( const google_protobuf_DoubleValue msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 77 of file wrappers.upb.h.

◆ 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 at line 80 of file wrappers.upb.h.

◆ google_protobuf_DoubleValue_set_value()

UPB_INLINE void google_protobuf_DoubleValue_set_value ( google_protobuf_DoubleValue msg,
double  value 
)

Definition at line 91 of file wrappers.upb.h.

◆ google_protobuf_DoubleValue_value()

UPB_INLINE double google_protobuf_DoubleValue_value ( const google_protobuf_DoubleValue msg)

Definition at line 87 of file wrappers.upb.h.

◆ google_protobuf_FloatValue_clear_value()

UPB_INLINE void google_protobuf_FloatValue_clear_value ( const google_protobuf_FloatValue msg)

Definition at line 126 of file wrappers.upb.h.

◆ google_protobuf_FloatValue_new()

UPB_INLINE google_protobuf_FloatValue* google_protobuf_FloatValue_new ( upb_Arena arena)

Definition at line 97 of file wrappers.upb.h.

◆ google_protobuf_FloatValue_parse()

UPB_INLINE google_protobuf_FloatValue* google_protobuf_FloatValue_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 100 of file wrappers.upb.h.

◆ 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 at line 108 of file wrappers.upb.h.

◆ google_protobuf_FloatValue_serialize()

UPB_INLINE char* google_protobuf_FloatValue_serialize ( const google_protobuf_FloatValue msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 119 of file wrappers.upb.h.

◆ 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 at line 122 of file wrappers.upb.h.

◆ google_protobuf_FloatValue_set_value()

UPB_INLINE void google_protobuf_FloatValue_set_value ( google_protobuf_FloatValue msg,
float  value 
)

Definition at line 133 of file wrappers.upb.h.

◆ google_protobuf_FloatValue_value()

UPB_INLINE float google_protobuf_FloatValue_value ( const google_protobuf_FloatValue msg)

Definition at line 129 of file wrappers.upb.h.

◆ google_protobuf_Int32Value_clear_value()

UPB_INLINE void google_protobuf_Int32Value_clear_value ( const google_protobuf_Int32Value msg)

Definition at line 252 of file wrappers.upb.h.

◆ google_protobuf_Int32Value_new()

UPB_INLINE google_protobuf_Int32Value* google_protobuf_Int32Value_new ( upb_Arena arena)

Definition at line 223 of file wrappers.upb.h.

◆ google_protobuf_Int32Value_parse()

UPB_INLINE google_protobuf_Int32Value* google_protobuf_Int32Value_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 226 of file wrappers.upb.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 at line 234 of file wrappers.upb.h.

◆ google_protobuf_Int32Value_serialize()

UPB_INLINE char* google_protobuf_Int32Value_serialize ( const google_protobuf_Int32Value msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 245 of file wrappers.upb.h.

◆ 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 at line 248 of file wrappers.upb.h.

◆ google_protobuf_Int32Value_set_value()

UPB_INLINE void google_protobuf_Int32Value_set_value ( google_protobuf_Int32Value msg,
int32_t  value 
)

Definition at line 259 of file wrappers.upb.h.

◆ google_protobuf_Int32Value_value()

UPB_INLINE int32_t google_protobuf_Int32Value_value ( const google_protobuf_Int32Value msg)

Definition at line 255 of file wrappers.upb.h.

◆ google_protobuf_Int64Value_clear_value()

UPB_INLINE void google_protobuf_Int64Value_clear_value ( const google_protobuf_Int64Value msg)

Definition at line 168 of file wrappers.upb.h.

◆ google_protobuf_Int64Value_new()

UPB_INLINE google_protobuf_Int64Value* google_protobuf_Int64Value_new ( upb_Arena arena)

Definition at line 139 of file wrappers.upb.h.

◆ google_protobuf_Int64Value_parse()

UPB_INLINE google_protobuf_Int64Value* google_protobuf_Int64Value_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 142 of file wrappers.upb.h.

◆ 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 at line 150 of file wrappers.upb.h.

◆ google_protobuf_Int64Value_serialize()

UPB_INLINE char* google_protobuf_Int64Value_serialize ( const google_protobuf_Int64Value msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 161 of file wrappers.upb.h.

◆ 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 at line 164 of file wrappers.upb.h.

◆ google_protobuf_Int64Value_set_value()

UPB_INLINE void google_protobuf_Int64Value_set_value ( google_protobuf_Int64Value msg,
int64_t  value 
)

Definition at line 175 of file wrappers.upb.h.

◆ google_protobuf_Int64Value_value()

UPB_INLINE int64_t google_protobuf_Int64Value_value ( const google_protobuf_Int64Value msg)

Definition at line 171 of file wrappers.upb.h.

◆ google_protobuf_StringValue_clear_value()

UPB_INLINE void google_protobuf_StringValue_clear_value ( const google_protobuf_StringValue msg)

Definition at line 378 of file wrappers.upb.h.

◆ google_protobuf_StringValue_new()

UPB_INLINE google_protobuf_StringValue* google_protobuf_StringValue_new ( upb_Arena arena)

Definition at line 349 of file wrappers.upb.h.

◆ google_protobuf_StringValue_parse()

UPB_INLINE google_protobuf_StringValue* google_protobuf_StringValue_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 352 of file wrappers.upb.h.

◆ 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 at line 360 of file wrappers.upb.h.

◆ google_protobuf_StringValue_serialize()

UPB_INLINE char* google_protobuf_StringValue_serialize ( const google_protobuf_StringValue msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 371 of file wrappers.upb.h.

◆ 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 at line 374 of file wrappers.upb.h.

◆ google_protobuf_StringValue_set_value()

UPB_INLINE void google_protobuf_StringValue_set_value ( google_protobuf_StringValue msg,
upb_StringView  value 
)

Definition at line 385 of file wrappers.upb.h.

◆ google_protobuf_StringValue_value()

UPB_INLINE upb_StringView google_protobuf_StringValue_value ( const google_protobuf_StringValue msg)

Definition at line 381 of file wrappers.upb.h.

◆ google_protobuf_UInt32Value_clear_value()

UPB_INLINE void google_protobuf_UInt32Value_clear_value ( const google_protobuf_UInt32Value msg)

Definition at line 294 of file wrappers.upb.h.

◆ google_protobuf_UInt32Value_new()

UPB_INLINE google_protobuf_UInt32Value* google_protobuf_UInt32Value_new ( upb_Arena arena)

Definition at line 265 of file wrappers.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 at line 268 of file wrappers.upb.h.

◆ 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 at line 276 of file wrappers.upb.h.

◆ google_protobuf_UInt32Value_serialize()

UPB_INLINE char* google_protobuf_UInt32Value_serialize ( const google_protobuf_UInt32Value msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 287 of file wrappers.upb.h.

◆ 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 at line 290 of file wrappers.upb.h.

◆ google_protobuf_UInt32Value_set_value()

UPB_INLINE void google_protobuf_UInt32Value_set_value ( google_protobuf_UInt32Value msg,
uint32_t  value 
)

Definition at line 301 of file wrappers.upb.h.

◆ google_protobuf_UInt32Value_value()

UPB_INLINE uint32_t google_protobuf_UInt32Value_value ( const google_protobuf_UInt32Value msg)

Definition at line 297 of file wrappers.upb.h.

◆ google_protobuf_UInt64Value_clear_value()

UPB_INLINE void google_protobuf_UInt64Value_clear_value ( const google_protobuf_UInt64Value msg)

Definition at line 210 of file wrappers.upb.h.

◆ google_protobuf_UInt64Value_new()

UPB_INLINE google_protobuf_UInt64Value* google_protobuf_UInt64Value_new ( upb_Arena arena)

Definition at line 181 of file wrappers.upb.h.

◆ google_protobuf_UInt64Value_parse()

UPB_INLINE google_protobuf_UInt64Value* google_protobuf_UInt64Value_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 184 of file wrappers.upb.h.

◆ 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 at line 192 of file wrappers.upb.h.

◆ google_protobuf_UInt64Value_serialize()

UPB_INLINE char* google_protobuf_UInt64Value_serialize ( const google_protobuf_UInt64Value msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 203 of file wrappers.upb.h.

◆ 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 at line 206 of file wrappers.upb.h.

◆ google_protobuf_UInt64Value_set_value()

UPB_INLINE void google_protobuf_UInt64Value_set_value ( google_protobuf_UInt64Value msg,
uint64_t  value 
)

Definition at line 217 of file wrappers.upb.h.

◆ google_protobuf_UInt64Value_value()

UPB_INLINE uint64_t google_protobuf_UInt64Value_value ( const google_protobuf_UInt64Value msg)

Definition at line 213 of file wrappers.upb.h.

Variable Documentation

◆ google_protobuf_BoolValue_msginit

const upb_MiniTable google_protobuf_BoolValue_msginit

Definition at line 79 of file wrappers.upb.c.

◆ google_protobuf_BytesValue_msginit

const upb_MiniTable google_protobuf_BytesValue_msginit

Definition at line 99 of file wrappers.upb.c.

◆ google_protobuf_DoubleValue_msginit

const upb_MiniTable google_protobuf_DoubleValue_msginit

Definition at line 19 of file wrappers.upb.c.

◆ google_protobuf_FloatValue_msginit

const upb_MiniTable google_protobuf_FloatValue_msginit

Definition at line 29 of file wrappers.upb.c.

◆ google_protobuf_Int32Value_msginit

const upb_MiniTable google_protobuf_Int32Value_msginit

Definition at line 59 of file wrappers.upb.c.

◆ google_protobuf_Int64Value_msginit

const upb_MiniTable google_protobuf_Int64Value_msginit

Definition at line 39 of file wrappers.upb.c.

◆ google_protobuf_StringValue_msginit

const upb_MiniTable google_protobuf_StringValue_msginit

Definition at line 89 of file wrappers.upb.c.

◆ google_protobuf_UInt32Value_msginit

const upb_MiniTable google_protobuf_UInt32Value_msginit

Definition at line 69 of file wrappers.upb.c.

◆ google_protobuf_UInt64Value_msginit

const upb_MiniTable google_protobuf_UInt64Value_msginit

Definition at line 49 of file wrappers.upb.c.

◆ google_protobuf_wrappers_proto_upb_file_layout

const upb_MiniTable_File google_protobuf_wrappers_proto_upb_file_layout

Definition at line 117 of file wrappers.upb.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:38