#ifndef GOOGLE_PROTOBUF_DURATION_PROTO_UPB_H_
#define GOOGLE_PROTOBUF_DURATION_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_Duration;
google_protobuf_Duration;
extern const upb_MiniTable google_protobuf_Duration_msginit;
UPB_INLINE google_protobuf_Duration* google_protobuf_Duration_new(upb_Arena* arena) { … }
UPB_INLINE google_protobuf_Duration* google_protobuf_Duration_parse(const char* buf, size_t size, upb_Arena* arena) { … }
UPB_INLINE google_protobuf_Duration* google_protobuf_Duration_parse_ex(const char* buf, size_t size,
const upb_ExtensionRegistry* extreg,
int options, upb_Arena* arena) { … }
UPB_INLINE char* google_protobuf_Duration_serialize(const google_protobuf_Duration* msg, upb_Arena* arena, size_t* len) { … }
UPB_INLINE char* google_protobuf_Duration_serialize_ex(const google_protobuf_Duration* msg, int options,
upb_Arena* arena, size_t* len) { … }
UPB_INLINE void google_protobuf_Duration_clear_seconds(const google_protobuf_Duration* msg) { … }
UPB_INLINE int64_t google_protobuf_Duration_seconds(const google_protobuf_Duration* msg) { … }
UPB_INLINE void google_protobuf_Duration_clear_nanos(const google_protobuf_Duration* msg) { … }
UPB_INLINE int32_t google_protobuf_Duration_nanos(const google_protobuf_Duration* msg) { … }
UPB_INLINE void google_protobuf_Duration_set_seconds(google_protobuf_Duration *msg, int64_t value) { … }
UPB_INLINE void google_protobuf_Duration_set_nanos(google_protobuf_Duration *msg, int32_t value) { … }
extern const upb_MiniTable_File google_protobuf_duration_proto_upb_file_layout;
#ifdef __cplusplus
}
#endif
#include "upb/port_undef.inc"
#endif