9 #ifndef GOOGLE_PROTOBUF_ANY_PROTO_UPB_H_
10 #define GOOGLE_PROTOBUF_ANY_PROTO_UPB_H_
13 #include "upb/decode.h"
14 #include "upb/decode_fast.h"
15 #include "upb/encode.h"
17 #include "upb/port_def.inc"
39 upb_arena *
arena,
int options) {
52 *UPB_PTR_AT(msg, UPB_SIZE(0, 0), upb_strview) = value;
55 *UPB_PTR_AT(msg, UPB_SIZE(8, 16), upb_strview) = value;
62 #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:49
UPB_INLINE google_protobuf_Any * google_protobuf_Any_parse_ex(const char *buf, size_t size, upb_arena *arena, int options)
Definition: any.upb.h:38
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:54
UPB_INLINE char * google_protobuf_Any_serialize(const google_protobuf_Any *msg, upb_arena *arena, size_t *len)
Definition: any.upb.h:44
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:48
UPB_INLINE void google_protobuf_Any_set_type_url(google_protobuf_Any *msg, upb_strview value)
Definition: any.upb.h:51
upb_arena * arena
Definition: xds_api.cc:909