Searched refs:google_protobuf_FloatValue (Results 1 – 1 of 1) sorted by relevance
24 struct google_protobuf_FloatValue;33 typedef struct google_protobuf_FloatValue google_protobuf_FloatValue; typedef80 UPB_INLINE google_protobuf_FloatValue *google_protobuf_FloatValue_new(upb_arena *arena) { in google_protobuf_FloatValue_new()81 return (google_protobuf_FloatValue *)_upb_msg_new(&google_protobuf_FloatValue_msginit, arena); in google_protobuf_FloatValue_new()83 UPB_INLINE google_protobuf_FloatValue *google_protobuf_FloatValue_parse(const char *buf, size_t siz… in google_protobuf_FloatValue_parse()85 google_protobuf_FloatValue *ret = google_protobuf_FloatValue_new(arena); in google_protobuf_FloatValue_parse()88 UPB_INLINE google_protobuf_FloatValue *google_protobuf_FloatValue_parse_ex(const char *buf, size_t … in google_protobuf_FloatValue_parse_ex()90 google_protobuf_FloatValue *ret = google_protobuf_FloatValue_new(arena); in google_protobuf_FloatValue_parse_ex()94 UPB_INLINE char *google_protobuf_FloatValue_serialize(const google_protobuf_FloatValue *msg, upb_ar… in google_protobuf_FloatValue_serialize()98 UPB_INLINE float google_protobuf_FloatValue_value(const google_protobuf_FloatValue *msg) { return *… in google_protobuf_FloatValue_value()[all …]