Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/google/protobuf/
Dwrappers.upbdefs.c19 extern const upb_msglayout google_protobuf_StringValue_msginit;
30 &google_protobuf_StringValue_msginit,
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/
Dwrappers.upb.h48 extern const upb_msglayout google_protobuf_StringValue_msginit;
237 return (google_protobuf_StringValue *)_upb_msg_new(&google_protobuf_StringValue_msginit, arena); in google_protobuf_StringValue_new()
242 …return (ret && upb_decode(buf, size, ret, &google_protobuf_StringValue_msginit, arena)) ? ret : NU… in google_protobuf_StringValue_parse()
247 return (ret && _upb_decode(buf, size, ret, &google_protobuf_StringValue_msginit, arena, options)) in google_protobuf_StringValue_parse_ex()
251 return upb_encode(msg, &google_protobuf_StringValue_msginit, arena, len); in google_protobuf_StringValue_serialize()
Dwrappers.upb.c89 const upb_msglayout google_protobuf_StringValue_msginit = { variable