/* This file was generated by upbc (the upb compiler) from the input * file: * * xds/type/v3/range.proto * * Do not edit -- your changes will be discarded when the file is * regenerated. */ #ifndef XDS_TYPE_V3_RANGE_PROTO_UPB_H_ #define XDS_TYPE_V3_RANGE_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 xds_type_v3_Int64Range; struct xds_type_v3_Int32Range; struct xds_type_v3_DoubleRange; typedef struct xds_type_v3_Int64Range xds_type_v3_Int64Range; typedef struct xds_type_v3_Int32Range xds_type_v3_Int32Range; typedef struct xds_type_v3_DoubleRange xds_type_v3_DoubleRange; extern const upb_MiniTable xds_type_v3_Int64Range_msginit; extern const upb_MiniTable xds_type_v3_Int32Range_msginit; extern const upb_MiniTable xds_type_v3_DoubleRange_msginit; /* xds.type.v3.Int64Range */ UPB_INLINE xds_type_v3_Int64Range* xds_type_v3_Int64Range_new(upb_Arena* arena) { return (xds_type_v3_Int64Range*)_upb_Message_New(&xds_type_v3_Int64Range_msginit, arena); } UPB_INLINE xds_type_v3_Int64Range* xds_type_v3_Int64Range_parse(const char* buf, size_t size, upb_Arena* arena) { xds_type_v3_Int64Range* ret = xds_type_v3_Int64Range_new(arena); if (!ret) return NULL; if (upb_Decode(buf, size, ret, &xds_type_v3_Int64Range_msginit, NULL, 0, arena) != kUpb_DecodeStatus_Ok) { return NULL; } return ret; } UPB_INLINE xds_type_v3_Int64Range* xds_type_v3_Int64Range_parse_ex(const char* buf, size_t size, const upb_ExtensionRegistry* extreg, int options, upb_Arena* arena) { xds_type_v3_Int64Range* ret = xds_type_v3_Int64Range_new(arena); if (!ret) return NULL; if (upb_Decode(buf, size, ret, &xds_type_v3_Int64Range_msginit, extreg, options, arena) != kUpb_DecodeStatus_Ok) { return NULL; } return ret; } UPB_INLINE char* xds_type_v3_Int64Range_serialize(const xds_type_v3_Int64Range* msg, upb_Arena* arena, size_t* len) { char* ptr; (void)upb_Encode(msg, &xds_type_v3_Int64Range_msginit, 0, arena, &ptr, len); return ptr; } UPB_INLINE char* xds_type_v3_Int64Range_serialize_ex(const xds_type_v3_Int64Range* msg, int options, upb_Arena* arena, size_t* len) { char* ptr; (void)upb_Encode(msg, &xds_type_v3_Int64Range_msginit, options, arena, &ptr, len); return ptr; } UPB_INLINE void xds_type_v3_Int64Range_clear_start(const xds_type_v3_Int64Range* msg) { *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int64_t) = 0; } UPB_INLINE int64_t xds_type_v3_Int64Range_start(const xds_type_v3_Int64Range* msg) { return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int64_t); } UPB_INLINE void xds_type_v3_Int64Range_clear_end(const xds_type_v3_Int64Range* msg) { *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int64_t) = 0; } UPB_INLINE int64_t xds_type_v3_Int64Range_end(const xds_type_v3_Int64Range* msg) { return *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int64_t); } UPB_INLINE void xds_type_v3_Int64Range_set_start(xds_type_v3_Int64Range *msg, int64_t value) { *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int64_t) = value; } UPB_INLINE void xds_type_v3_Int64Range_set_end(xds_type_v3_Int64Range *msg, int64_t value) { *UPB_PTR_AT(msg, UPB_SIZE(8, 8), int64_t) = value; } /* xds.type.v3.Int32Range */ UPB_INLINE xds_type_v3_Int32Range* xds_type_v3_Int32Range_new(upb_Arena* arena) { return (xds_type_v3_Int32Range*)_upb_Message_New(&xds_type_v3_Int32Range_msginit, arena); } UPB_INLINE xds_type_v3_Int32Range* xds_type_v3_Int32Range_parse(const char* buf, size_t size, upb_Arena* arena) { xds_type_v3_Int32Range* ret = xds_type_v3_Int32Range_new(arena); if (!ret) return NULL; if (upb_Decode(buf, size, ret, &xds_type_v3_Int32Range_msginit, NULL, 0, arena) != kUpb_DecodeStatus_Ok) { return NULL; } return ret; } UPB_INLINE xds_type_v3_Int32Range* xds_type_v3_Int32Range_parse_ex(const char* buf, size_t size, const upb_ExtensionRegistry* extreg, int options, upb_Arena* arena) { xds_type_v3_Int32Range* ret = xds_type_v3_Int32Range_new(arena); if (!ret) return NULL; if (upb_Decode(buf, size, ret, &xds_type_v3_Int32Range_msginit, extreg, options, arena) != kUpb_DecodeStatus_Ok) { return NULL; } return ret; } UPB_INLINE char* xds_type_v3_Int32Range_serialize(const xds_type_v3_Int32Range* msg, upb_Arena* arena, size_t* len) { char* ptr; (void)upb_Encode(msg, &xds_type_v3_Int32Range_msginit, 0, arena, &ptr, len); return ptr; } UPB_INLINE char* xds_type_v3_Int32Range_serialize_ex(const xds_type_v3_Int32Range* msg, int options, upb_Arena* arena, size_t* len) { char* ptr; (void)upb_Encode(msg, &xds_type_v3_Int32Range_msginit, options, arena, &ptr, len); return ptr; } UPB_INLINE void xds_type_v3_Int32Range_clear_start(const xds_type_v3_Int32Range* msg) { *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int32_t) = 0; } UPB_INLINE int32_t xds_type_v3_Int32Range_start(const xds_type_v3_Int32Range* msg) { return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int32_t); } UPB_INLINE void xds_type_v3_Int32Range_clear_end(const xds_type_v3_Int32Range* msg) { *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t) = 0; } UPB_INLINE int32_t xds_type_v3_Int32Range_end(const xds_type_v3_Int32Range* msg) { return *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t); } UPB_INLINE void xds_type_v3_Int32Range_set_start(xds_type_v3_Int32Range *msg, int32_t value) { *UPB_PTR_AT(msg, UPB_SIZE(0, 0), int32_t) = value; } UPB_INLINE void xds_type_v3_Int32Range_set_end(xds_type_v3_Int32Range *msg, int32_t value) { *UPB_PTR_AT(msg, UPB_SIZE(4, 4), int32_t) = value; } /* xds.type.v3.DoubleRange */ UPB_INLINE xds_type_v3_DoubleRange* xds_type_v3_DoubleRange_new(upb_Arena* arena) { return (xds_type_v3_DoubleRange*)_upb_Message_New(&xds_type_v3_DoubleRange_msginit, arena); } UPB_INLINE xds_type_v3_DoubleRange* xds_type_v3_DoubleRange_parse(const char* buf, size_t size, upb_Arena* arena) { xds_type_v3_DoubleRange* ret = xds_type_v3_DoubleRange_new(arena); if (!ret) return NULL; if (upb_Decode(buf, size, ret, &xds_type_v3_DoubleRange_msginit, NULL, 0, arena) != kUpb_DecodeStatus_Ok) { return NULL; } return ret; } UPB_INLINE xds_type_v3_DoubleRange* xds_type_v3_DoubleRange_parse_ex(const char* buf, size_t size, const upb_ExtensionRegistry* extreg, int options, upb_Arena* arena) { xds_type_v3_DoubleRange* ret = xds_type_v3_DoubleRange_new(arena); if (!ret) return NULL; if (upb_Decode(buf, size, ret, &xds_type_v3_DoubleRange_msginit, extreg, options, arena) != kUpb_DecodeStatus_Ok) { return NULL; } return ret; } UPB_INLINE char* xds_type_v3_DoubleRange_serialize(const xds_type_v3_DoubleRange* msg, upb_Arena* arena, size_t* len) { char* ptr; (void)upb_Encode(msg, &xds_type_v3_DoubleRange_msginit, 0, arena, &ptr, len); return ptr; } UPB_INLINE char* xds_type_v3_DoubleRange_serialize_ex(const xds_type_v3_DoubleRange* msg, int options, upb_Arena* arena, size_t* len) { char* ptr; (void)upb_Encode(msg, &xds_type_v3_DoubleRange_msginit, options, arena, &ptr, len); return ptr; } UPB_INLINE void xds_type_v3_DoubleRange_clear_start(const xds_type_v3_DoubleRange* msg) { *UPB_PTR_AT(msg, UPB_SIZE(0, 0), double) = 0; } UPB_INLINE double xds_type_v3_DoubleRange_start(const xds_type_v3_DoubleRange* msg) { return *UPB_PTR_AT(msg, UPB_SIZE(0, 0), double); } UPB_INLINE void xds_type_v3_DoubleRange_clear_end(const xds_type_v3_DoubleRange* msg) { *UPB_PTR_AT(msg, UPB_SIZE(8, 8), double) = 0; } UPB_INLINE double xds_type_v3_DoubleRange_end(const xds_type_v3_DoubleRange* msg) { return *UPB_PTR_AT(msg, UPB_SIZE(8, 8), double); } UPB_INLINE void xds_type_v3_DoubleRange_set_start(xds_type_v3_DoubleRange *msg, double value) { *UPB_PTR_AT(msg, UPB_SIZE(0, 0), double) = value; } UPB_INLINE void xds_type_v3_DoubleRange_set_end(xds_type_v3_DoubleRange *msg, double value) { *UPB_PTR_AT(msg, UPB_SIZE(8, 8), double) = value; } extern const upb_MiniTable_File xds_type_v3_range_proto_upb_file_layout; #ifdef __cplusplus } /* extern "C" */ #endif #include "upb/port_undef.inc" #endif /* XDS_TYPE_V3_RANGE_PROTO_UPB_H_ */