#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Go to the source code of this file.
Typedefs | |
typedef struct xds_core_v3_Authority | xds_core_v3_Authority |
Functions | |
UPB_INLINE void | xds_core_v3_Authority_clear_name (const xds_core_v3_Authority *msg) |
UPB_INLINE upb_StringView | xds_core_v3_Authority_name (const xds_core_v3_Authority *msg) |
UPB_INLINE xds_core_v3_Authority * | xds_core_v3_Authority_new (upb_Arena *arena) |
UPB_INLINE xds_core_v3_Authority * | xds_core_v3_Authority_parse (const char *buf, size_t size, upb_Arena *arena) |
UPB_INLINE xds_core_v3_Authority * | xds_core_v3_Authority_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena) |
UPB_INLINE char * | xds_core_v3_Authority_serialize (const xds_core_v3_Authority *msg, upb_Arena *arena, size_t *len) |
UPB_INLINE char * | xds_core_v3_Authority_serialize_ex (const xds_core_v3_Authority *msg, int options, upb_Arena *arena, size_t *len) |
UPB_INLINE void | xds_core_v3_Authority_set_name (xds_core_v3_Authority *msg, upb_StringView value) |
Variables | |
const upb_MiniTable | xds_core_v3_Authority_msginit |
const upb_MiniTable_File | xds_core_v3_authority_proto_upb_file_layout |
typedef struct xds_core_v3_Authority xds_core_v3_Authority |
Definition at line 24 of file authority.upb.h.
UPB_INLINE void xds_core_v3_Authority_clear_name | ( | const xds_core_v3_Authority * | msg | ) |
Definition at line 60 of file authority.upb.h.
UPB_INLINE upb_StringView xds_core_v3_Authority_name | ( | const xds_core_v3_Authority * | msg | ) |
Definition at line 63 of file authority.upb.h.
UPB_INLINE xds_core_v3_Authority* xds_core_v3_Authority_new | ( | upb_Arena * | arena | ) |
Definition at line 31 of file authority.upb.h.
UPB_INLINE xds_core_v3_Authority* xds_core_v3_Authority_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 34 of file authority.upb.h.
UPB_INLINE xds_core_v3_Authority* xds_core_v3_Authority_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 42 of file authority.upb.h.
UPB_INLINE char* xds_core_v3_Authority_serialize | ( | const xds_core_v3_Authority * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 53 of file authority.upb.h.
UPB_INLINE char* xds_core_v3_Authority_serialize_ex | ( | const xds_core_v3_Authority * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 56 of file authority.upb.h.
UPB_INLINE void xds_core_v3_Authority_set_name | ( | xds_core_v3_Authority * | msg, |
upb_StringView | value | ||
) |
Definition at line 67 of file authority.upb.h.
const upb_MiniTable xds_core_v3_Authority_msginit |
Definition at line 21 of file authority.upb.c.
const upb_MiniTable_File xds_core_v3_authority_proto_upb_file_layout |
Definition at line 31 of file authority.upb.c.