#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.
|
UPB_INLINE xds_core_v3_ContextParams * | xds_core_v3_ContextParams_new (upb_arena *arena) |
|
UPB_INLINE xds_core_v3_ContextParams * | xds_core_v3_ContextParams_parse (const char *buf, size_t size, upb_arena *arena) |
|
UPB_INLINE xds_core_v3_ContextParams * | xds_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_ParamsEntry * | xds_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_ParamsEntry * | xds_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) |
|
◆ xds_core_v3_ContextParams
◆ xds_core_v3_ContextParams_ParamsEntry
◆ xds_core_v3_ContextParams_has_params()
◆ xds_core_v3_ContextParams_new()
◆ xds_core_v3_ContextParams_params_clear()
◆ xds_core_v3_ContextParams_params_delete()
◆ 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()
◆ xds_core_v3_ContextParams_params_nextmutable()
◆ 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()
◆ xds_core_v3_ContextParams_ParamsEntry_key()
◆ xds_core_v3_ContextParams_ParamsEntry_set_value()
◆ xds_core_v3_ContextParams_ParamsEntry_value()
◆ xds_core_v3_ContextParams_parse()
◆ 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 |
|
) |
| |
◆ 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 |