GRPC Core  18.0.0
Typedefs | Functions | Variables
context_params.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_ContextParams xds_core_v3_ContextParams
 
typedef struct xds_core_v3_ContextParams_ParamsEntry xds_core_v3_ContextParams_ParamsEntry
 

Functions

UPB_INLINE xds_core_v3_ContextParamsxds_core_v3_ContextParams_new (upb_arena *arena)
 
UPB_INLINE xds_core_v3_ContextParamsxds_core_v3_ContextParams_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE xds_core_v3_ContextParamsxds_core_v3_ContextParams_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * xds_core_v3_ContextParams_serialize (const xds_core_v3_ContextParams *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE bool xds_core_v3_ContextParams_has_params (const xds_core_v3_ContextParams *msg)
 
UPB_INLINE size_t xds_core_v3_ContextParams_params_size (const xds_core_v3_ContextParams *msg)
 
UPB_INLINE bool xds_core_v3_ContextParams_params_get (const xds_core_v3_ContextParams *msg, upb_strview key, upb_strview *val)
 
UPB_INLINE const xds_core_v3_ContextParams_ParamsEntryxds_core_v3_ContextParams_params_next (const xds_core_v3_ContextParams *msg, size_t *iter)
 
UPB_INLINE void xds_core_v3_ContextParams_params_clear (xds_core_v3_ContextParams *msg)
 
UPB_INLINE bool xds_core_v3_ContextParams_params_set (xds_core_v3_ContextParams *msg, upb_strview key, upb_strview val, upb_arena *a)
 
UPB_INLINE bool xds_core_v3_ContextParams_params_delete (xds_core_v3_ContextParams *msg, upb_strview key)
 
UPB_INLINE xds_core_v3_ContextParams_ParamsEntryxds_core_v3_ContextParams_params_nextmutable (xds_core_v3_ContextParams *msg, size_t *iter)
 
UPB_INLINE upb_strview xds_core_v3_ContextParams_ParamsEntry_key (const xds_core_v3_ContextParams_ParamsEntry *msg)
 
UPB_INLINE upb_strview xds_core_v3_ContextParams_ParamsEntry_value (const xds_core_v3_ContextParams_ParamsEntry *msg)
 
UPB_INLINE void xds_core_v3_ContextParams_ParamsEntry_set_value (xds_core_v3_ContextParams_ParamsEntry *msg, upb_strview value)
 

Variables

const upb_msglayout xds_core_v3_ContextParams_msginit
 
const upb_msglayout xds_core_v3_ContextParams_ParamsEntry_msginit
 

Typedef Documentation

◆ xds_core_v3_ContextParams

◆ xds_core_v3_ContextParams_ParamsEntry

Function Documentation

◆ xds_core_v3_ContextParams_has_params()

UPB_INLINE bool xds_core_v3_ContextParams_has_params ( const xds_core_v3_ContextParams msg)

◆ xds_core_v3_ContextParams_new()

UPB_INLINE xds_core_v3_ContextParams* xds_core_v3_ContextParams_new ( upb_arena *  arena)

◆ xds_core_v3_ContextParams_params_clear()

UPB_INLINE void xds_core_v3_ContextParams_params_clear ( xds_core_v3_ContextParams msg)

◆ xds_core_v3_ContextParams_params_delete()

UPB_INLINE bool xds_core_v3_ContextParams_params_delete ( xds_core_v3_ContextParams msg,
upb_strview  key 
)

◆ xds_core_v3_ContextParams_params_get()

UPB_INLINE bool xds_core_v3_ContextParams_params_get ( const xds_core_v3_ContextParams msg,
upb_strview  key,
upb_strview *  val 
)

◆ xds_core_v3_ContextParams_params_next()

UPB_INLINE const xds_core_v3_ContextParams_ParamsEntry* xds_core_v3_ContextParams_params_next ( const xds_core_v3_ContextParams msg,
size_t *  iter 
)

◆ xds_core_v3_ContextParams_params_nextmutable()

UPB_INLINE xds_core_v3_ContextParams_ParamsEntry* xds_core_v3_ContextParams_params_nextmutable ( xds_core_v3_ContextParams msg,
size_t *  iter 
)

◆ xds_core_v3_ContextParams_params_set()

UPB_INLINE bool xds_core_v3_ContextParams_params_set ( xds_core_v3_ContextParams msg,
upb_strview  key,
upb_strview  val,
upb_arena *  a 
)

◆ xds_core_v3_ContextParams_params_size()

UPB_INLINE size_t xds_core_v3_ContextParams_params_size ( const xds_core_v3_ContextParams msg)

◆ xds_core_v3_ContextParams_ParamsEntry_key()

UPB_INLINE upb_strview xds_core_v3_ContextParams_ParamsEntry_key ( const xds_core_v3_ContextParams_ParamsEntry msg)

◆ xds_core_v3_ContextParams_ParamsEntry_set_value()

UPB_INLINE void xds_core_v3_ContextParams_ParamsEntry_set_value ( xds_core_v3_ContextParams_ParamsEntry msg,
upb_strview  value 
)

◆ xds_core_v3_ContextParams_ParamsEntry_value()

UPB_INLINE upb_strview xds_core_v3_ContextParams_ParamsEntry_value ( const xds_core_v3_ContextParams_ParamsEntry msg)

◆ xds_core_v3_ContextParams_parse()

UPB_INLINE xds_core_v3_ContextParams* xds_core_v3_ContextParams_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ xds_core_v3_ContextParams_parse_ex()

UPB_INLINE xds_core_v3_ContextParams* xds_core_v3_ContextParams_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ xds_core_v3_ContextParams_serialize()

UPB_INLINE char* xds_core_v3_ContextParams_serialize ( const xds_core_v3_ContextParams msg,
upb_arena *  arena,
size_t *  len 
)

Variable Documentation

◆ xds_core_v3_ContextParams_msginit

const upb_msglayout xds_core_v3_ContextParams_msginit
extern

◆ xds_core_v3_ContextParams_ParamsEntry_msginit

const upb_msglayout xds_core_v3_ContextParams_ParamsEntry_msginit
extern