GRPC C++  1.39.1
Typedefs | Functions | Variables
typed_struct.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 udpa_type_v1_TypedStruct udpa_type_v1_TypedStruct
 

Functions

UPB_INLINE udpa_type_v1_TypedStructudpa_type_v1_TypedStruct_new (upb_arena *arena)
 
UPB_INLINE udpa_type_v1_TypedStructudpa_type_v1_TypedStruct_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE udpa_type_v1_TypedStructudpa_type_v1_TypedStruct_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * udpa_type_v1_TypedStruct_serialize (const udpa_type_v1_TypedStruct *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview udpa_type_v1_TypedStruct_type_url (const udpa_type_v1_TypedStruct *msg)
 
UPB_INLINE bool udpa_type_v1_TypedStruct_has_value (const udpa_type_v1_TypedStruct *msg)
 
UPB_INLINE const struct google_protobuf_Structudpa_type_v1_TypedStruct_value (const udpa_type_v1_TypedStruct *msg)
 
UPB_INLINE void udpa_type_v1_TypedStruct_set_type_url (udpa_type_v1_TypedStruct *msg, upb_strview value)
 
UPB_INLINE void udpa_type_v1_TypedStruct_set_value (udpa_type_v1_TypedStruct *msg, struct google_protobuf_Struct *value)
 
UPB_INLINE struct google_protobuf_Structudpa_type_v1_TypedStruct_mutable_value (udpa_type_v1_TypedStruct *msg, upb_arena *arena)
 

Variables

const upb_msglayout udpa_type_v1_TypedStruct_msginit
 
const upb_msglayout google_protobuf_Struct_msginit
 

Typedef Documentation

◆ udpa_type_v1_TypedStruct

Function Documentation

◆ udpa_type_v1_TypedStruct_has_value()

UPB_INLINE bool udpa_type_v1_TypedStruct_has_value ( const udpa_type_v1_TypedStruct msg)

◆ udpa_type_v1_TypedStruct_mutable_value()

UPB_INLINE struct google_protobuf_Struct* udpa_type_v1_TypedStruct_mutable_value ( udpa_type_v1_TypedStruct msg,
upb_arena *  arena 
)

◆ udpa_type_v1_TypedStruct_new()

UPB_INLINE udpa_type_v1_TypedStruct* udpa_type_v1_TypedStruct_new ( upb_arena *  arena)

◆ udpa_type_v1_TypedStruct_parse()

UPB_INLINE udpa_type_v1_TypedStruct* udpa_type_v1_TypedStruct_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ udpa_type_v1_TypedStruct_parse_ex()

UPB_INLINE udpa_type_v1_TypedStruct* udpa_type_v1_TypedStruct_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ udpa_type_v1_TypedStruct_serialize()

UPB_INLINE char* udpa_type_v1_TypedStruct_serialize ( const udpa_type_v1_TypedStruct msg,
upb_arena *  arena,
size_t *  len 
)

◆ udpa_type_v1_TypedStruct_set_type_url()

UPB_INLINE void udpa_type_v1_TypedStruct_set_type_url ( udpa_type_v1_TypedStruct msg,
upb_strview  value 
)

◆ udpa_type_v1_TypedStruct_set_value()

UPB_INLINE void udpa_type_v1_TypedStruct_set_value ( udpa_type_v1_TypedStruct msg,
struct google_protobuf_Struct value 
)

◆ udpa_type_v1_TypedStruct_type_url()

UPB_INLINE upb_strview udpa_type_v1_TypedStruct_type_url ( const udpa_type_v1_TypedStruct msg)

◆ udpa_type_v1_TypedStruct_value()

UPB_INLINE const struct google_protobuf_Struct* udpa_type_v1_TypedStruct_value ( const udpa_type_v1_TypedStruct msg)

Variable Documentation

◆ google_protobuf_Struct_msginit

const upb_msglayout google_protobuf_Struct_msginit
extern

◆ udpa_type_v1_TypedStruct_msginit

const upb_msglayout udpa_type_v1_TypedStruct_msginit
extern