#ifndef GOOGLE_PROTOBUF_STRUCT_PROTO_UPB_H_
#define GOOGLE_PROTOBUF_STRUCT_PROTO_UPB_H_
#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#ifdef __cplusplus
extern "C" {
#endif
struct google_protobuf_Struct;
struct google_protobuf_Struct_FieldsEntry;
struct google_protobuf_Value;
struct google_protobuf_ListValue;
google_protobuf_Struct;
google_protobuf_Struct_FieldsEntry;
google_protobuf_Value;
google_protobuf_ListValue;
extern const upb_MiniTable google_protobuf_Struct_msginit;
extern const upb_MiniTable google_protobuf_Struct_FieldsEntry_msginit;
extern const upb_MiniTable google_protobuf_Value_msginit;
extern const upb_MiniTable google_protobuf_ListValue_msginit;
google_protobuf_NullValue;
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,
const upb_ExtensionRegistry* extreg,
int options, upb_Arena* arena) { … }
UPB_INLINE char* google_protobuf_Struct_serialize(const google_protobuf_Struct* msg, upb_Arena* arena, size_t* len) { … }
UPB_INLINE char* google_protobuf_Struct_serialize_ex(const google_protobuf_Struct* msg, int options,
upb_Arena* arena, size_t* len) { … }
UPB_INLINE bool google_protobuf_Struct_has_fields(const google_protobuf_Struct* msg) { … }
UPB_INLINE void google_protobuf_Struct_clear_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_StringView 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_StringView key, google_protobuf_Value* val, upb_Arena* a) { … }
UPB_INLINE bool google_protobuf_Struct_fields_delete(google_protobuf_Struct* msg, upb_StringView key) { … }
UPB_INLINE google_protobuf_Struct_FieldsEntry* google_protobuf_Struct_fields_nextmutable(google_protobuf_Struct* msg, size_t* iter) { … }
UPB_INLINE upb_StringView 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,
const upb_ExtensionRegistry* extreg,
int options, upb_Arena* arena) { … }
UPB_INLINE char* google_protobuf_Value_serialize(const google_protobuf_Value* msg, upb_Arena* arena, size_t* len) { … }
UPB_INLINE char* google_protobuf_Value_serialize_ex(const google_protobuf_Value* msg, int options,
upb_Arena* arena, size_t* len) { … }
google_protobuf_Value_kind_oneofcases;
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 void google_protobuf_Value_clear_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 void google_protobuf_Value_clear_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 void google_protobuf_Value_clear_string_value(const google_protobuf_Value* msg) { … }
UPB_INLINE upb_StringView 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 void google_protobuf_Value_clear_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 void google_protobuf_Value_clear_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 void google_protobuf_Value_clear_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_StringView 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,
const upb_ExtensionRegistry* extreg,
int options, upb_Arena* arena) { … }
UPB_INLINE char* google_protobuf_ListValue_serialize(const google_protobuf_ListValue* msg, upb_Arena* arena, size_t* len) { … }
UPB_INLINE char* google_protobuf_ListValue_serialize_ex(const google_protobuf_ListValue* msg, int options,
upb_Arena* arena, size_t* len) { … }
UPB_INLINE bool google_protobuf_ListValue_has_values(const google_protobuf_ListValue* msg) { … }
UPB_INLINE void google_protobuf_ListValue_clear_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) { … }
extern const upb_MiniTable_File google_protobuf_struct_proto_upb_file_layout;
#ifdef __cplusplus
}
#endif
#include "upb/port_undef.inc"
#endif