#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.
◆ google_protobuf_Any
◆ google_protobuf_Any_new()
◆ 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_parse_ex()
| UPB_INLINE google_protobuf_Any* google_protobuf_Any_parse_ex |
( |
const char * |
buf, |
|
|
size_t |
size, |
|
|
upb_arena * |
arena, |
|
|
int |
options |
|
) |
| |
◆ 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()
◆ google_protobuf_Any_type_url()
◆ google_protobuf_Any_value()
◆ google_protobuf_Any_msginit
| const upb_msglayout google_protobuf_Any_msginit |
|
extern |