Home
last modified time | relevance | path

Searched refs:google_protobuf_Int64Value (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dwrappers.upb.h25 struct google_protobuf_Int64Value;
34 typedef struct google_protobuf_Int64Value google_protobuf_Int64Value; typedef
106 UPB_INLINE google_protobuf_Int64Value *google_protobuf_Int64Value_new(upb_arena *arena) { in google_protobuf_Int64Value_new()
107 return (google_protobuf_Int64Value *)_upb_msg_new(&google_protobuf_Int64Value_msginit, arena); in google_protobuf_Int64Value_new()
109 UPB_INLINE google_protobuf_Int64Value *google_protobuf_Int64Value_parse(const char *buf, size_t siz… in google_protobuf_Int64Value_parse()
111 google_protobuf_Int64Value *ret = google_protobuf_Int64Value_new(arena); in google_protobuf_Int64Value_parse()
114 UPB_INLINE google_protobuf_Int64Value *google_protobuf_Int64Value_parse_ex(const char *buf, size_t … in google_protobuf_Int64Value_parse_ex()
116 google_protobuf_Int64Value *ret = google_protobuf_Int64Value_new(arena); in google_protobuf_Int64Value_parse_ex()
120 UPB_INLINE char *google_protobuf_Int64Value_serialize(const google_protobuf_Int64Value *msg, upb_ar… in google_protobuf_Int64Value_serialize()
124 UPB_INLINE int64_t google_protobuf_Int64Value_value(const google_protobuf_Int64Value *msg) { return… in google_protobuf_Int64Value_value()
[all …]