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

Functions

UPB_INLINE google_protobuf_Emptygoogle_protobuf_Empty_new (upb_arena *arena)
 
UPB_INLINE google_protobuf_Emptygoogle_protobuf_Empty_parse (const char *buf, size_t size, upb_arena *arena)
 
UPB_INLINE google_protobuf_Emptygoogle_protobuf_Empty_parse_ex (const char *buf, size_t size, upb_arena *arena, int options)
 
UPB_INLINE char * google_protobuf_Empty_serialize (const google_protobuf_Empty *msg, upb_arena *arena, size_t *len)
 

Variables

const upb_msglayout google_protobuf_Empty_msginit
 

Typedef Documentation

◆ google_protobuf_Empty

Function Documentation

◆ google_protobuf_Empty_new()

UPB_INLINE google_protobuf_Empty* google_protobuf_Empty_new ( upb_arena *  arena)

◆ google_protobuf_Empty_parse()

UPB_INLINE google_protobuf_Empty* google_protobuf_Empty_parse ( const char *  buf,
size_t  size,
upb_arena *  arena 
)

◆ google_protobuf_Empty_parse_ex()

UPB_INLINE google_protobuf_Empty* google_protobuf_Empty_parse_ex ( const char *  buf,
size_t  size,
upb_arena *  arena,
int  options 
)

◆ google_protobuf_Empty_serialize()

UPB_INLINE char* google_protobuf_Empty_serialize ( const google_protobuf_Empty msg,
upb_arena *  arena,
size_t *  len 
)

Variable Documentation

◆ google_protobuf_Empty_msginit

const upb_msglayout google_protobuf_Empty_msginit
extern