#include "upb/msg_internal.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_Empty * | google_protobuf_Empty_new (upb_Arena *arena) |
UPB_INLINE google_protobuf_Empty * | google_protobuf_Empty_parse (const char *buf, size_t size, upb_Arena *arena) |
UPB_INLINE google_protobuf_Empty * | google_protobuf_Empty_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena) |
UPB_INLINE char * | google_protobuf_Empty_serialize (const google_protobuf_Empty *msg, upb_Arena *arena, size_t *len) |
UPB_INLINE char * | google_protobuf_Empty_serialize_ex (const google_protobuf_Empty *msg, int options, upb_Arena *arena, size_t *len) |
Variables | |
const upb_MiniTable | google_protobuf_Empty_msginit |
const upb_MiniTable_File | google_protobuf_empty_proto_upb_file_layout |
typedef struct google_protobuf_Empty google_protobuf_Empty |
Definition at line 24 of file empty.upb.h.
UPB_INLINE google_protobuf_Empty* google_protobuf_Empty_new | ( | upb_Arena * | arena | ) |
Definition at line 31 of file empty.upb.h.
UPB_INLINE google_protobuf_Empty* google_protobuf_Empty_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 34 of file empty.upb.h.
UPB_INLINE google_protobuf_Empty* google_protobuf_Empty_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 42 of file empty.upb.h.
UPB_INLINE char* google_protobuf_Empty_serialize | ( | const google_protobuf_Empty * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 53 of file empty.upb.h.
UPB_INLINE char* google_protobuf_Empty_serialize_ex | ( | const google_protobuf_Empty * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 56 of file empty.upb.h.
const upb_MiniTable google_protobuf_Empty_msginit |
Definition at line 15 of file empty.upb.c.
const upb_MiniTable_File google_protobuf_empty_proto_upb_file_layout |
Definition at line 25 of file empty.upb.c.