GRPC C++  1.39.1
Typedefs | Functions | Variables
authority.upb.h File Reference
#include "upb/msg.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 xds_core_v3_Authorityxds_core_v3_Authority_new (upb_arena *arena)
 
UPB_INLINE xds_core_v3_Authorityxds_core_v3_Authority_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE xds_core_v3_Authorityxds_core_v3_Authority_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * xds_core_v3_Authority_serialize (const xds_core_v3_Authority *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview xds_core_v3_Authority_name (const xds_core_v3_Authority *msg)
 
UPB_INLINE void xds_core_v3_Authority_set_name (xds_core_v3_Authority *msg, upb_strview value)
 

Variables

const upb_msglayout xds_core_v3_Authority_msginit
 

Typedef Documentation

◆ xds_core_v3_Authority

Function Documentation

◆ xds_core_v3_Authority_name()

UPB_INLINE upb_strview xds_core_v3_Authority_name ( const xds_core_v3_Authority msg)

◆ xds_core_v3_Authority_new()

UPB_INLINE xds_core_v3_Authority* xds_core_v3_Authority_new ( upb_arena *  arena)

◆ xds_core_v3_Authority_parse()

UPB_INLINE xds_core_v3_Authority* xds_core_v3_Authority_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ xds_core_v3_Authority_parse_ex()

UPB_INLINE xds_core_v3_Authority* xds_core_v3_Authority_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ xds_core_v3_Authority_serialize()

UPB_INLINE char* xds_core_v3_Authority_serialize ( const xds_core_v3_Authority msg,
upb_arena *  arena,
size_t *  len 
)

◆ xds_core_v3_Authority_set_name()

UPB_INLINE void xds_core_v3_Authority_set_name ( xds_core_v3_Authority msg,
upb_strview  value 
)

Variable Documentation

◆ xds_core_v3_Authority_msginit

const upb_msglayout xds_core_v3_Authority_msginit
extern