Searched refs:google_protobuf_BytesValue_msginit (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/google/protobuf/ |
D | wrappers.upbdefs.c | 20 extern const upb_msglayout google_protobuf_BytesValue_msginit; 31 &google_protobuf_BytesValue_msginit,
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/protobuf/ |
D | wrappers.upb.h | 49 extern const upb_msglayout google_protobuf_BytesValue_msginit; 263 return (google_protobuf_BytesValue *)_upb_msg_new(&google_protobuf_BytesValue_msginit, arena); in google_protobuf_BytesValue_new() 268 …return (ret && upb_decode(buf, size, ret, &google_protobuf_BytesValue_msginit, arena)) ? ret : NUL… in google_protobuf_BytesValue_parse() 273 return (ret && _upb_decode(buf, size, ret, &google_protobuf_BytesValue_msginit, arena, options)) in google_protobuf_BytesValue_parse_ex() 277 return upb_encode(msg, &google_protobuf_BytesValue_msginit, arena, len); in google_protobuf_BytesValue_serialize()
|
D | wrappers.upb.c | 99 const upb_msglayout google_protobuf_BytesValue_msginit = { variable
|