GRPC Core  9.0.0
Typedefs | Functions | Variables
any.upb.h File Reference
#include "upb/generated_util.h"
#include "upb/msg.h"
#include "upb/decode.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 google_protobuf_Any google_protobuf_Any
 

Functions

UPB_INLINE google_protobuf_Anygoogle_protobuf_Any_new (upb_arena *arena)
 
UPB_INLINE google_protobuf_Anygoogle_protobuf_Any_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE char * google_protobuf_Any_serialize (const google_protobuf_Any *msg, upb_arena *arena, size_t *len)
 
UPB_INLINE upb_strview google_protobuf_Any_type_url (const google_protobuf_Any *msg)
 
UPB_INLINE upb_strview google_protobuf_Any_value (const google_protobuf_Any *msg)
 
UPB_INLINE void google_protobuf_Any_set_type_url (google_protobuf_Any *msg, upb_strview value)
 
UPB_INLINE void google_protobuf_Any_set_value (google_protobuf_Any *msg, upb_strview value)
 

Variables

const upb_msglayout google_protobuf_Any_msginit
 

Typedef Documentation

◆ google_protobuf_Any

Function Documentation

◆ google_protobuf_Any_new()

UPB_INLINE google_protobuf_Any* google_protobuf_Any_new ( upb_arena *  arena)

◆ google_protobuf_Any_parse()

UPB_INLINE google_protobuf_Any* google_protobuf_Any_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ google_protobuf_Any_serialize()

UPB_INLINE char* google_protobuf_Any_serialize ( const google_protobuf_Any msg,
upb_arena *  arena,
size_t *  len 
)

◆ google_protobuf_Any_set_type_url()

UPB_INLINE void google_protobuf_Any_set_type_url ( google_protobuf_Any msg,
upb_strview  value 
)

◆ google_protobuf_Any_set_value()

UPB_INLINE void google_protobuf_Any_set_value ( google_protobuf_Any msg,
upb_strview  value 
)

◆ google_protobuf_Any_type_url()

UPB_INLINE upb_strview google_protobuf_Any_type_url ( const google_protobuf_Any msg)

◆ google_protobuf_Any_value()

UPB_INLINE upb_strview google_protobuf_Any_value ( const google_protobuf_Any msg)

Variable Documentation

◆ google_protobuf_Any_msginit

const upb_msglayout google_protobuf_Any_msginit