9 #ifndef XDS_CORE_V3_AUTHORITY_PROTO_UPB_H_
10 #define XDS_CORE_V3_AUTHORITY_PROTO_UPB_H_
13 #include "upb/decode.h"
14 #include "upb/decode_fast.h"
15 #include "upb/encode.h"
17 #include "upb/port_def.inc"
39 upb_arena *
arena,
int options) {
51 *UPB_PTR_AT(msg, UPB_SIZE(0, 0), upb_strview) = value;
58 #include "upb/port_undef.inc"
UPB_INLINE upb_strview xds_core_v3_Authority_name(const xds_core_v3_Authority *msg)
Definition: authority.upb.h:48
UPB_INLINE xds_core_v3_Authority * xds_core_v3_Authority_new(upb_arena *arena)
Definition: authority.upb.h:30
UPB_INLINE xds_core_v3_Authority * xds_core_v3_Authority_parse(const char *buf, size_t size, upb_arena *arena)
Definition: authority.upb.h:33
const upb_msglayout xds_core_v3_Authority_msginit
Definition: authority.upb.c:21
UPB_INLINE xds_core_v3_Authority * xds_core_v3_Authority_parse_ex(const char *buf, size_t size, upb_arena *arena, int options)
Definition: authority.upb.h:38
UPB_INLINE void xds_core_v3_Authority_set_name(xds_core_v3_Authority *msg, upb_strview value)
Definition: authority.upb.h:50
struct xds_core_v3_Authority xds_core_v3_Authority
Definition: authority.upb.h:24
UPB_INLINE char * xds_core_v3_Authority_serialize(const xds_core_v3_Authority *msg, upb_arena *arena, size_t *len)
Definition: authority.upb.h:44
upb_arena * arena
Definition: xds_api.cc:909