Searched refs:google_protobuf_BytesValue (Results 1 – 1 of 1) sorted by relevance
31 struct google_protobuf_BytesValue;40 typedef struct google_protobuf_BytesValue google_protobuf_BytesValue; typedef262 UPB_INLINE google_protobuf_BytesValue *google_protobuf_BytesValue_new(upb_arena *arena) { in google_protobuf_BytesValue_new()263 return (google_protobuf_BytesValue *)_upb_msg_new(&google_protobuf_BytesValue_msginit, arena); in google_protobuf_BytesValue_new()265 UPB_INLINE google_protobuf_BytesValue *google_protobuf_BytesValue_parse(const char *buf, size_t siz… in google_protobuf_BytesValue_parse()267 google_protobuf_BytesValue *ret = google_protobuf_BytesValue_new(arena); in google_protobuf_BytesValue_parse()270 UPB_INLINE google_protobuf_BytesValue *google_protobuf_BytesValue_parse_ex(const char *buf, size_t … in google_protobuf_BytesValue_parse_ex()272 google_protobuf_BytesValue *ret = google_protobuf_BytesValue_new(arena); in google_protobuf_BytesValue_parse_ex()276 UPB_INLINE char *google_protobuf_BytesValue_serialize(const google_protobuf_BytesValue *msg, upb_ar… in google_protobuf_BytesValue_serialize()280 UPB_INLINE upb_strview google_protobuf_BytesValue_value(const google_protobuf_BytesValue *msg) { re… in google_protobuf_BytesValue_value()[all …]