9 #ifndef GOOGLE_PROTOBUF_ANY_PROTO_UPB_H_
10 #define GOOGLE_PROTOBUF_ANY_PROTO_UPB_H_
12 #include "upb/generated_util.h"
14 #include "upb/decode.h"
15 #include "upb/encode.h"
17 #include "upb/port_def.inc"
46 UPB_FIELD_AT(msg, upb_strview, UPB_SIZE(0, 0)) = value;
49 UPB_FIELD_AT(msg, upb_strview, UPB_SIZE(8, 16)) = value;
56 #include "upb/port_undef.inc"
UPB_INLINE google_protobuf_Any * google_protobuf_Any_new(upb_arena *arena)
Definition: any.upb.h:30
UPB_INLINE upb_strview google_protobuf_Any_value(const google_protobuf_Any *msg)
Definition: any.upb.h:43
UPB_INLINE google_protobuf_Any * google_protobuf_Any_parse(const char *buf, size_t size, upb_arena *arena)
Definition: any.upb.h:33
UPB_INLINE void google_protobuf_Any_set_value(google_protobuf_Any *msg, upb_strview value)
Definition: any.upb.h:48
UPB_INLINE char * google_protobuf_Any_serialize(const google_protobuf_Any *msg, upb_arena *arena, size_t *len)
Definition: any.upb.h:38
struct google_protobuf_Any google_protobuf_Any
Definition: any.upb.h:24
const upb_msglayout google_protobuf_Any_msginit
Definition: any.upb.c:20
UPB_INLINE upb_strview google_protobuf_Any_type_url(const google_protobuf_Any *msg)
Definition: any.upb.h:42
UPB_INLINE void google_protobuf_Any_set_type_url(google_protobuf_Any *msg, upb_strview value)
Definition: any.upb.h:45