Searched refs:google_protobuf_Int32Value (Results 1 – 1 of 1) sorted by relevance
27 struct google_protobuf_Int32Value;36 typedef struct google_protobuf_Int32Value google_protobuf_Int32Value; typedef158 UPB_INLINE google_protobuf_Int32Value *google_protobuf_Int32Value_new(upb_arena *arena) { in google_protobuf_Int32Value_new()159 return (google_protobuf_Int32Value *)_upb_msg_new(&google_protobuf_Int32Value_msginit, arena); in google_protobuf_Int32Value_new()161 UPB_INLINE google_protobuf_Int32Value *google_protobuf_Int32Value_parse(const char *buf, size_t siz… in google_protobuf_Int32Value_parse()163 google_protobuf_Int32Value *ret = google_protobuf_Int32Value_new(arena); in google_protobuf_Int32Value_parse()166 UPB_INLINE google_protobuf_Int32Value *google_protobuf_Int32Value_parse_ex(const char *buf, size_t … in google_protobuf_Int32Value_parse_ex()168 google_protobuf_Int32Value *ret = google_protobuf_Int32Value_new(arena); in google_protobuf_Int32Value_parse_ex()172 UPB_INLINE char *google_protobuf_Int32Value_serialize(const google_protobuf_Int32Value *msg, upb_ar… in google_protobuf_Int32Value_serialize()176 UPB_INLINE int32_t google_protobuf_Int32Value_value(const google_protobuf_Int32Value *msg) { return… in google_protobuf_Int32Value_value()[all …]