Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/google/protobuf/
Dwrappers.upbdefs.c13 extern const upb_msglayout google_protobuf_FloatValue_msginit;
24 &google_protobuf_FloatValue_msginit,
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dwrappers.upb.h42 extern const upb_msglayout google_protobuf_FloatValue_msginit;
81 return (google_protobuf_FloatValue *)_upb_msg_new(&google_protobuf_FloatValue_msginit, arena); in google_protobuf_FloatValue_new()
86 …return (ret && upb_decode(buf, size, ret, &google_protobuf_FloatValue_msginit, arena)) ? ret : NUL… in google_protobuf_FloatValue_parse()
91 return (ret && _upb_decode(buf, size, ret, &google_protobuf_FloatValue_msginit, arena, options)) in google_protobuf_FloatValue_parse_ex()
95 return upb_encode(msg, &google_protobuf_FloatValue_msginit, arena, len); in google_protobuf_FloatValue_serialize()
Dwrappers.upb.c29 const upb_msglayout google_protobuf_FloatValue_msginit = { variable