|
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 char * | google_protobuf_Struct_serialize (const google_protobuf_Struct *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE const google_protobuf_Struct_FieldsEntry *const * | google_protobuf_Struct_fields (const google_protobuf_Struct *msg, size_t *len) |
|
UPB_INLINE google_protobuf_Struct_FieldsEntry ** | google_protobuf_Struct_mutable_fields (google_protobuf_Struct *msg, size_t *len) |
|
UPB_INLINE google_protobuf_Struct_FieldsEntry ** | google_protobuf_Struct_resize_fields (google_protobuf_Struct *msg, size_t len, upb_arena *arena) |
|
UPB_INLINE struct google_protobuf_Struct_FieldsEntry * | google_protobuf_Struct_add_fields (google_protobuf_Struct *msg, upb_arena *arena) |
|
UPB_INLINE google_protobuf_Struct_FieldsEntry * | google_protobuf_Struct_FieldsEntry_new (upb_arena *arena) |
|
UPB_INLINE google_protobuf_Struct_FieldsEntry * | google_protobuf_Struct_FieldsEntry_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE char * | google_protobuf_Struct_FieldsEntry_serialize (const google_protobuf_Struct_FieldsEntry *msg, upb_arena *arena, size_t *len) |
|
UPB_INLINE upb_strview | google_protobuf_Struct_FieldsEntry_key (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_key (google_protobuf_Struct_FieldsEntry *msg, upb_strview value) |
|
UPB_INLINE void | google_protobuf_Struct_FieldsEntry_set_value (google_protobuf_Struct_FieldsEntry *msg, google_protobuf_Value *value) |
|
UPB_INLINE struct google_protobuf_Value * | google_protobuf_Struct_FieldsEntry_mutable_value (google_protobuf_Struct_FieldsEntry *msg, upb_arena *arena) |
|
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 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 char * | google_protobuf_ListValue_serialize (const google_protobuf_ListValue *msg, upb_arena *arena, size_t *len) |
|
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) |
|