GRPC Core  9.0.0
Typedefs | Functions | Variables
wrappers.upb.h File Reference
#include "upb/generated_util.h"
#include "upb/msg.h"
#include "upb/decode.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"

Go to the source code of this file.

Typedefs

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

Functions

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 char * google_protobuf_DoubleValue_serialize (const google_protobuf_DoubleValue *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE double google_protobuf_DoubleValue_value (const google_protobuf_DoubleValue *msg)
 
UPB_INLINE void google_protobuf_DoubleValue_set_value (google_protobuf_DoubleValue *msg, double value)
 
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 char * google_protobuf_FloatValue_serialize (const google_protobuf_FloatValue *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE float google_protobuf_FloatValue_value (const google_protobuf_FloatValue *msg)
 
UPB_INLINE void google_protobuf_FloatValue_set_value (google_protobuf_FloatValue *msg, float value)
 
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 char * google_protobuf_Int64Value_serialize (const google_protobuf_Int64Value *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE int64_t google_protobuf_Int64Value_value (const google_protobuf_Int64Value *msg)
 
UPB_INLINE void google_protobuf_Int64Value_set_value (google_protobuf_Int64Value *msg, int64_t value)
 
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 char * google_protobuf_UInt64Value_serialize (const google_protobuf_UInt64Value *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE uint64_t google_protobuf_UInt64Value_value (const google_protobuf_UInt64Value *msg)
 
UPB_INLINE void google_protobuf_UInt64Value_set_value (google_protobuf_UInt64Value *msg, uint64_t value)
 
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 char * google_protobuf_Int32Value_serialize (const google_protobuf_Int32Value *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE int32_t google_protobuf_Int32Value_value (const google_protobuf_Int32Value *msg)
 
UPB_INLINE void google_protobuf_Int32Value_set_value (google_protobuf_Int32Value *msg, int32_t value)
 
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 char * google_protobuf_UInt32Value_serialize (const google_protobuf_UInt32Value *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE uint32_t google_protobuf_UInt32Value_value (const google_protobuf_UInt32Value *msg)
 
UPB_INLINE void google_protobuf_UInt32Value_set_value (google_protobuf_UInt32Value *msg, uint32_t value)
 
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 char * google_protobuf_BoolValue_serialize (const google_protobuf_BoolValue *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool google_protobuf_BoolValue_value (const google_protobuf_BoolValue *msg)
 
UPB_INLINE void google_protobuf_BoolValue_set_value (google_protobuf_BoolValue *msg, bool value)
 
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 char * google_protobuf_StringValue_serialize (const google_protobuf_StringValue *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview google_protobuf_StringValue_value (const google_protobuf_StringValue *msg)
 
UPB_INLINE void google_protobuf_StringValue_set_value (google_protobuf_StringValue *msg, upb_strview value)
 
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 char * google_protobuf_BytesValue_serialize (const google_protobuf_BytesValue *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview google_protobuf_BytesValue_value (const google_protobuf_BytesValue *msg)
 
UPB_INLINE void google_protobuf_BytesValue_set_value (google_protobuf_BytesValue *msg, upb_strview value)
 

Variables

const upb_msglayout google_protobuf_DoubleValue_msginit
 
const upb_msglayout google_protobuf_FloatValue_msginit
 
const upb_msglayout google_protobuf_Int64Value_msginit
 
const upb_msglayout google_protobuf_UInt64Value_msginit
 
const upb_msglayout google_protobuf_Int32Value_msginit
 
const upb_msglayout google_protobuf_UInt32Value_msginit
 
const upb_msglayout google_protobuf_BoolValue_msginit
 
const upb_msglayout google_protobuf_StringValue_msginit
 
const upb_msglayout google_protobuf_BytesValue_msginit
 

Typedef Documentation

◆ google_protobuf_BoolValue

◆ google_protobuf_BytesValue

◆ google_protobuf_DoubleValue

◆ google_protobuf_FloatValue

◆ google_protobuf_Int32Value

◆ google_protobuf_Int64Value

◆ google_protobuf_StringValue

◆ google_protobuf_UInt32Value

◆ google_protobuf_UInt64Value

Function Documentation

◆ google_protobuf_BoolValue_new()

UPB_INLINE google_protobuf_BoolValue* google_protobuf_BoolValue_new ( upb_arena *  arena)

◆ google_protobuf_BoolValue_parse()

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

◆ google_protobuf_BoolValue_serialize()

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

◆ google_protobuf_BoolValue_set_value()

UPB_INLINE void google_protobuf_BoolValue_set_value ( google_protobuf_BoolValue msg,
bool  value 
)

◆ google_protobuf_BoolValue_value()

UPB_INLINE bool google_protobuf_BoolValue_value ( const google_protobuf_BoolValue msg)

◆ google_protobuf_BytesValue_new()

UPB_INLINE google_protobuf_BytesValue* google_protobuf_BytesValue_new ( upb_arena *  arena)

◆ google_protobuf_BytesValue_parse()

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

◆ google_protobuf_BytesValue_serialize()

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

◆ google_protobuf_BytesValue_set_value()

UPB_INLINE void google_protobuf_BytesValue_set_value ( google_protobuf_BytesValue msg,
upb_strview  value 
)

◆ google_protobuf_BytesValue_value()

UPB_INLINE upb_strview google_protobuf_BytesValue_value ( const google_protobuf_BytesValue msg)

◆ google_protobuf_DoubleValue_new()

UPB_INLINE google_protobuf_DoubleValue* google_protobuf_DoubleValue_new ( upb_arena *  arena)

◆ google_protobuf_DoubleValue_parse()

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

◆ google_protobuf_DoubleValue_serialize()

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

◆ google_protobuf_DoubleValue_set_value()

UPB_INLINE void google_protobuf_DoubleValue_set_value ( google_protobuf_DoubleValue msg,
double  value 
)

◆ google_protobuf_DoubleValue_value()

UPB_INLINE double google_protobuf_DoubleValue_value ( const google_protobuf_DoubleValue msg)

◆ google_protobuf_FloatValue_new()

UPB_INLINE google_protobuf_FloatValue* google_protobuf_FloatValue_new ( upb_arena *  arena)

◆ google_protobuf_FloatValue_parse()

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

◆ google_protobuf_FloatValue_serialize()

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

◆ google_protobuf_FloatValue_set_value()

UPB_INLINE void google_protobuf_FloatValue_set_value ( google_protobuf_FloatValue msg,
float  value 
)

◆ google_protobuf_FloatValue_value()

UPB_INLINE float google_protobuf_FloatValue_value ( const google_protobuf_FloatValue msg)

◆ google_protobuf_Int32Value_new()

UPB_INLINE google_protobuf_Int32Value* google_protobuf_Int32Value_new ( upb_arena *  arena)

◆ google_protobuf_Int32Value_parse()

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

◆ google_protobuf_Int32Value_serialize()

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

◆ google_protobuf_Int32Value_set_value()

UPB_INLINE void google_protobuf_Int32Value_set_value ( google_protobuf_Int32Value msg,
int32_t  value 
)

◆ google_protobuf_Int32Value_value()

UPB_INLINE int32_t google_protobuf_Int32Value_value ( const google_protobuf_Int32Value msg)

◆ google_protobuf_Int64Value_new()

UPB_INLINE google_protobuf_Int64Value* google_protobuf_Int64Value_new ( upb_arena *  arena)

◆ google_protobuf_Int64Value_parse()

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

◆ google_protobuf_Int64Value_serialize()

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

◆ google_protobuf_Int64Value_set_value()

UPB_INLINE void google_protobuf_Int64Value_set_value ( google_protobuf_Int64Value msg,
int64_t  value 
)

◆ google_protobuf_Int64Value_value()

UPB_INLINE int64_t google_protobuf_Int64Value_value ( const google_protobuf_Int64Value msg)

◆ google_protobuf_StringValue_new()

UPB_INLINE google_protobuf_StringValue* google_protobuf_StringValue_new ( upb_arena *  arena)

◆ google_protobuf_StringValue_parse()

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

◆ google_protobuf_StringValue_serialize()

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

◆ google_protobuf_StringValue_set_value()

UPB_INLINE void google_protobuf_StringValue_set_value ( google_protobuf_StringValue msg,
upb_strview  value 
)

◆ google_protobuf_StringValue_value()

UPB_INLINE upb_strview google_protobuf_StringValue_value ( const google_protobuf_StringValue msg)

◆ google_protobuf_UInt32Value_new()

UPB_INLINE google_protobuf_UInt32Value* google_protobuf_UInt32Value_new ( upb_arena *  arena)

◆ google_protobuf_UInt32Value_parse()

UPB_INLINE google_protobuf_UInt32Value* google_protobuf_UInt32Value_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ google_protobuf_UInt32Value_serialize()

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

◆ google_protobuf_UInt32Value_set_value()

UPB_INLINE void google_protobuf_UInt32Value_set_value ( google_protobuf_UInt32Value msg,
uint32_t  value 
)

◆ google_protobuf_UInt32Value_value()

UPB_INLINE uint32_t google_protobuf_UInt32Value_value ( const google_protobuf_UInt32Value msg)

◆ google_protobuf_UInt64Value_new()

UPB_INLINE google_protobuf_UInt64Value* google_protobuf_UInt64Value_new ( upb_arena *  arena)

◆ google_protobuf_UInt64Value_parse()

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

◆ google_protobuf_UInt64Value_serialize()

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

◆ google_protobuf_UInt64Value_set_value()

UPB_INLINE void google_protobuf_UInt64Value_set_value ( google_protobuf_UInt64Value msg,
uint64_t  value 
)

◆ google_protobuf_UInt64Value_value()

UPB_INLINE uint64_t google_protobuf_UInt64Value_value ( const google_protobuf_UInt64Value msg)

Variable Documentation

◆ google_protobuf_BoolValue_msginit

const upb_msglayout google_protobuf_BoolValue_msginit
extern

◆ google_protobuf_BytesValue_msginit

const upb_msglayout google_protobuf_BytesValue_msginit
extern

◆ google_protobuf_DoubleValue_msginit

const upb_msglayout google_protobuf_DoubleValue_msginit
extern

◆ google_protobuf_FloatValue_msginit

const upb_msglayout google_protobuf_FloatValue_msginit
extern

◆ google_protobuf_Int32Value_msginit

const upb_msglayout google_protobuf_Int32Value_msginit
extern

◆ google_protobuf_Int64Value_msginit

const upb_msglayout google_protobuf_Int64Value_msginit
extern

◆ google_protobuf_StringValue_msginit

const upb_msglayout google_protobuf_StringValue_msginit
extern

◆ google_protobuf_UInt32Value_msginit

const upb_msglayout google_protobuf_UInt32Value_msginit
extern

◆ google_protobuf_UInt64Value_msginit

const upb_msglayout google_protobuf_UInt64Value_msginit
extern