9 #ifndef ENVOY_TYPE_RANGE_PROTO_UPB_H_
10 #define ENVOY_TYPE_RANGE_PROTO_UPB_H_
12 #include "upb/generated_util.h"
14 #include "upb/decode.h"
15 #include "upb/encode.h"
17 #include "upb/port_def.inc"
49 UPB_FIELD_AT(msg, int64_t, UPB_SIZE(0, 0)) = value;
52 UPB_FIELD_AT(msg, int64_t, UPB_SIZE(8, 8)) = value;
73 UPB_FIELD_AT(msg,
double, UPB_SIZE(0, 0)) = value;
76 UPB_FIELD_AT(msg,
double, UPB_SIZE(8, 8)) = value;
83 #include "upb/port_undef.inc"
UPB_INLINE envoy_type_Int64Range * envoy_type_Int64Range_new(upb_arena *arena)
Definition: range.upb.h:33
UPB_INLINE void envoy_type_Int64Range_set_start(envoy_type_Int64Range *msg, int64_t value)
Definition: range.upb.h:48
UPB_INLINE void envoy_type_DoubleRange_set_end(envoy_type_DoubleRange *msg, double value)
Definition: range.upb.h:75
UPB_INLINE double envoy_type_DoubleRange_end(const envoy_type_DoubleRange *msg)
Definition: range.upb.h:70
UPB_INLINE char * envoy_type_DoubleRange_serialize(const envoy_type_DoubleRange *msg, upb_arena *arena, size_t *len)
Definition: range.upb.h:65
struct envoy_type_Int64Range envoy_type_Int64Range
Definition: range.upb.h:25
UPB_INLINE char * envoy_type_Int64Range_serialize(const envoy_type_Int64Range *msg, upb_arena *arena, size_t *len)
Definition: range.upb.h:41
UPB_INLINE envoy_type_DoubleRange * envoy_type_DoubleRange_parse(const char *buf, size_t size, upb_arena *arena)
Definition: range.upb.h:60
UPB_INLINE envoy_type_Int64Range * envoy_type_Int64Range_parse(const char *buf, size_t size, upb_arena *arena)
Definition: range.upb.h:36
UPB_INLINE int64_t envoy_type_Int64Range_start(const envoy_type_Int64Range *msg)
Definition: range.upb.h:45
UPB_INLINE int64_t envoy_type_Int64Range_end(const envoy_type_Int64Range *msg)
Definition: range.upb.h:46
const upb_msglayout envoy_type_DoubleRange_msginit
Definition: range.upb.c:31
UPB_INLINE void envoy_type_Int64Range_set_end(envoy_type_Int64Range *msg, int64_t value)
Definition: range.upb.h:51
UPB_INLINE void envoy_type_DoubleRange_set_start(envoy_type_DoubleRange *msg, double value)
Definition: range.upb.h:72
const upb_msglayout envoy_type_Int64Range_msginit
Definition: range.upb.c:20
UPB_INLINE envoy_type_DoubleRange * envoy_type_DoubleRange_new(upb_arena *arena)
Definition: range.upb.h:57
struct envoy_type_DoubleRange envoy_type_DoubleRange
Definition: range.upb.h:26
UPB_INLINE double envoy_type_DoubleRange_start(const envoy_type_DoubleRange *msg)
Definition: range.upb.h:69