|
UPB_INLINE google_protobuf_Struct * | google_protobuf_Struct_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_Struct * | google_protobuf_Struct_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_Struct * | google_protobuf_Struct_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | google_protobuf_Struct_serialize (const google_protobuf_Struct *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE bool | google_protobuf_Struct_has_fields (const google_protobuf_Struct *msg) |
|
UPB_INLINE size_t | google_protobuf_Struct_fields_size (const google_protobuf_Struct *msg) |
|
UPB_INLINE bool | google_protobuf_Struct_fields_get (const google_protobuf_Struct *msg, upb_strview key, google_protobuf_Value **val) |
|
UPB_INLINE const google_protobuf_Struct_FieldsEntry * | google_protobuf_Struct_fields_next (const google_protobuf_Struct *msg, size_t *iter) |
|
UPB_INLINE void | google_protobuf_Struct_fields_clear (google_protobuf_Struct *msg) |
|
UPB_INLINE bool | google_protobuf_Struct_fields_set (google_protobuf_Struct *msg, upb_strview key, google_protobuf_Value *val, upb_arena *a) |
|
UPB_INLINE bool | google_protobuf_Struct_fields_delete (google_protobuf_Struct *msg, upb_strview key) |
|
UPB_INLINE google_protobuf_Struct_FieldsEntry * | google_protobuf_Struct_fields_nextmutable (google_protobuf_Struct *msg, size_t *iter) |
|
UPB_INLINE upb_strview | google_protobuf_Struct_FieldsEntry_key (const google_protobuf_Struct_FieldsEntry *msg) |
|
UPB_INLINE bool | google_protobuf_Struct_FieldsEntry_has_value (const google_protobuf_Struct_FieldsEntry *msg) |
|
UPB_INLINE const google_protobuf_Value * | google_protobuf_Struct_FieldsEntry_value (const google_protobuf_Struct_FieldsEntry *msg) |
|
UPB_INLINE void | google_protobuf_Struct_FieldsEntry_set_value (google_protobuf_Struct_FieldsEntry *msg, google_protobuf_Value *value) |
|
UPB_INLINE google_protobuf_Value * | google_protobuf_Value_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_Value * | google_protobuf_Value_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_Value * | google_protobuf_Value_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | google_protobuf_Value_serialize (const google_protobuf_Value *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE google_protobuf_Value_kind_oneofcases | google_protobuf_Value_kind_case (const google_protobuf_Value *msg) |
|
UPB_INLINE bool | google_protobuf_Value_has_null_value (const google_protobuf_Value *msg) |
|
UPB_INLINE int32_t | google_protobuf_Value_null_value (const google_protobuf_Value *msg) |
|
UPB_INLINE bool | google_protobuf_Value_has_number_value (const google_protobuf_Value *msg) |
|
UPB_INLINE double | google_protobuf_Value_number_value (const google_protobuf_Value *msg) |
|
UPB_INLINE bool | google_protobuf_Value_has_string_value (const google_protobuf_Value *msg) |
|
UPB_INLINE upb_strview | google_protobuf_Value_string_value (const google_protobuf_Value *msg) |
|
UPB_INLINE bool | google_protobuf_Value_has_bool_value (const google_protobuf_Value *msg) |
|
UPB_INLINE bool | google_protobuf_Value_bool_value (const google_protobuf_Value *msg) |
|
UPB_INLINE bool | google_protobuf_Value_has_struct_value (const google_protobuf_Value *msg) |
|
UPB_INLINE const google_protobuf_Struct * | google_protobuf_Value_struct_value (const google_protobuf_Value *msg) |
|
UPB_INLINE bool | google_protobuf_Value_has_list_value (const google_protobuf_Value *msg) |
|
UPB_INLINE const google_protobuf_ListValue * | google_protobuf_Value_list_value (const google_protobuf_Value *msg) |
|
UPB_INLINE void | google_protobuf_Value_set_null_value (google_protobuf_Value *msg, int32_t value) |
|
UPB_INLINE void | google_protobuf_Value_set_number_value (google_protobuf_Value *msg, double value) |
|
UPB_INLINE void | google_protobuf_Value_set_string_value (google_protobuf_Value *msg, upb_strview value) |
|
UPB_INLINE void | google_protobuf_Value_set_bool_value (google_protobuf_Value *msg, bool value) |
|
UPB_INLINE void | google_protobuf_Value_set_struct_value (google_protobuf_Value *msg, google_protobuf_Struct *value) |
|
UPB_INLINE struct google_protobuf_Struct * | google_protobuf_Value_mutable_struct_value (google_protobuf_Value *msg, upb_arena *arena) |
|
UPB_INLINE void | google_protobuf_Value_set_list_value (google_protobuf_Value *msg, google_protobuf_ListValue *value) |
|
UPB_INLINE struct google_protobuf_ListValue * | google_protobuf_Value_mutable_list_value (google_protobuf_Value *msg, upb_arena *arena) |
|
UPB_INLINE google_protobuf_ListValue * | google_protobuf_ListValue_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_ListValue * | google_protobuf_ListValue_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE google_protobuf_ListValue * | google_protobuf_ListValue_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
|
UPB_INLINE char * | google_protobuf_ListValue_serialize (const google_protobuf_ListValue *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE bool | google_protobuf_ListValue_has_values (const google_protobuf_ListValue *msg) |
|
UPB_INLINE const google_protobuf_Value *const * | google_protobuf_ListValue_values (const google_protobuf_ListValue *msg, size_t *len) |
|
UPB_INLINE google_protobuf_Value ** | google_protobuf_ListValue_mutable_values (google_protobuf_ListValue *msg, size_t *len) |
|
UPB_INLINE google_protobuf_Value ** | google_protobuf_ListValue_resize_values (google_protobuf_ListValue *msg, size_t len, upb_arena *arena) |
|
UPB_INLINE struct google_protobuf_Value * | google_protobuf_ListValue_add_values (google_protobuf_ListValue *msg, upb_arena *arena) |
|