|
UPB_INLINE google_protobuf_DoubleValue * | google_protobuf_DoubleValue_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_DoubleValue * | google_protobuf_DoubleValue_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_DoubleValue * | google_protobuf_DoubleValue_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_FloatValue * | google_protobuf_FloatValue_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_FloatValue * | google_protobuf_FloatValue_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_FloatValue * | google_protobuf_FloatValue_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_Int64Value * | google_protobuf_Int64Value_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_Int64Value * | google_protobuf_Int64Value_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_Int64Value * | google_protobuf_Int64Value_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_UInt64Value * | google_protobuf_UInt64Value_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_UInt64Value * | google_protobuf_UInt64Value_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_UInt64Value * | google_protobuf_UInt64Value_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_Int32Value * | google_protobuf_Int32Value_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_Int32Value * | google_protobuf_Int32Value_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_Int32Value * | google_protobuf_Int32Value_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_UInt32Value * | google_protobuf_UInt32Value_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_UInt32Value * | google_protobuf_UInt32Value_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_UInt32Value * | google_protobuf_UInt32Value_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_BoolValue * | google_protobuf_BoolValue_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_BoolValue * | google_protobuf_BoolValue_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_BoolValue * | google_protobuf_BoolValue_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_StringValue * | google_protobuf_StringValue_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_StringValue * | google_protobuf_StringValue_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_StringValue * | google_protobuf_StringValue_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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_BytesValue * | google_protobuf_BytesValue_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_BytesValue * | google_protobuf_BytesValue_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_BytesValue * | google_protobuf_BytesValue_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
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) |
|