Searched refs:google_protobuf_StringValue (Results 1 – 1 of 1) sorted by relevance
30 struct google_protobuf_StringValue;39 typedef struct google_protobuf_StringValue google_protobuf_StringValue; typedef236 UPB_INLINE google_protobuf_StringValue *google_protobuf_StringValue_new(upb_arena *arena) { in google_protobuf_StringValue_new()237 return (google_protobuf_StringValue *)_upb_msg_new(&google_protobuf_StringValue_msginit, arena); in google_protobuf_StringValue_new()239 UPB_INLINE google_protobuf_StringValue *google_protobuf_StringValue_parse(const char *buf, size_t s… in google_protobuf_StringValue_parse()241 google_protobuf_StringValue *ret = google_protobuf_StringValue_new(arena); in google_protobuf_StringValue_parse()244 UPB_INLINE google_protobuf_StringValue *google_protobuf_StringValue_parse_ex(const char *buf, size_… in google_protobuf_StringValue_parse_ex()246 google_protobuf_StringValue *ret = google_protobuf_StringValue_new(arena); in google_protobuf_StringValue_parse_ex()250 UPB_INLINE char *google_protobuf_StringValue_serialize(const google_protobuf_StringValue *msg, upb_… in google_protobuf_StringValue_serialize()254 UPB_INLINE upb_strview google_protobuf_StringValue_value(const google_protobuf_StringValue *msg) { … in google_protobuf_StringValue_value()[all …]